Просмотр файла motor17_themes_by_dekameron/blue/index.php

Размер файла: 5.07Kb
<?php
#-----------------------------------------------------#
#      *******    blue    for Wap-Motor 17.0 ******   #
#             Made by   :  dekameron                  #
#               E-mail  :  [email protected]     #
#                 Site  :  http://mobilni.h2m.ru      #
#                  ICQ  :  490900396                  #
#                 Банка :  WM397061295941             #
#                          R392966157285              #
#                          Z413162534324              #
#-----------------------------------------------------#
#  Вы имеете право вносить изменения в код скрипта    #
#                     мне пофигу                      #
#-----------------------------------------------------#
header('Content-type:text/html; charset=utf-8');
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>';
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
echo '<link rel="shortcut icon" href="'.$config_home.'/themes/blue/site/favicon.ico">';
echo '<link rel="alternate" type="application/rss+xml" title="RSS" href="'.$config_home.'/pages/rss_news.php">';
echo '<title>'.$config_title.$my_title.'</title>';
echo '<link rel="stylesheet" href="'.$config_home.'/themes/blue/blue.css" type="text/css"></head><body><center>';
echo '<!--powered by dekameron-->';

echo'<table><tr><td>';
echo '<div class="a" id="up"><br><img src="'.$config_home.'/themes/blue/site/logo.png" alt="site logo"><br><br>'.$config_logos.'<br><br></div>';


echo '<div>';
function myhtml($myhtml) { //так как смайлы изменили свое местоположение, это временно
$myhtml = str_replace("<img src=\"../smiles/","<img src=\"../images/smiles/",$myhtml);
$myhtml = str_replace("images/img/act1.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/act2.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/act3.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("<b>"," ",$myhtml);
$myhtml = str_replace("</b>"," ",$myhtml);
$myhtml = str_replace("images/img/act.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/homepage.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/act_home.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/back.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/reload.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/exit.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/chel.gif","themes/blue/img/chel.png",$myhtml);
$myhtml = str_replace("images/img/rss.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/panel.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/download.gif","themes/blue/img/file.png",$myhtml);
$myhtml = str_replace("images/img/mail.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/mail2.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/error.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/stat.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/many.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/chat.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/person.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/partners.gif","themes/blue/img/partn.png",$myhtml);
$myhtml = str_replace("images/img/profiles.gif","themes/blue/img/partn.png",$myhtml);
$myhtml = str_replace("images/img/menu.gif","themes/blue/img/partn.png",$myhtml);
$myhtml = str_replace("images/img/mails.gif","themes/blue/img/partn.png",$myhtml);
$myhtml = str_replace("images/img/search.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/motors.gif","themes/blue/img/partn.png",$myhtml);
$myhtml = str_replace("images/img/down.gif","themes/blue/img/partn.png",$myhtml);
$myhtml = str_replace("images/img/online.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/faq.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/forums.gif","themes/blue/img/file.png",$myhtml);
$myhtml = str_replace("images/img/files.gif","themes/blue/img/file.png",$myhtml);
$myhtml = str_replace("images/img/dir.gif","themes/blue/img/dir.png",$myhtml);
$myhtml = str_replace("images/img/opendir.gif","themes/blue/img/dir.png",$myhtml);
$myhtml = str_replace("images/img/top20_dir.gif","themes/blue/img/dir.png",$myhtml);
$myhtml = str_replace("images/img/new_dir.gif","themes/blue/img/dir.png",$myhtml);
$myhtml = str_replace("images/img/new.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/new1.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/new2.gif","themes/blue/img/act.png",$myhtml);
$myhtml = str_replace("images/img/new3.gif","themes/blue/img/act.png",$myhtml);


return $myhtml; }
ob_start(myhtml);


?>