Navigacija

Vartotojų tinkle

Prisijungusių svečių: 77
Prisijungusių narių: 0
Prisijungusių narių nėra

Registruoti nariai: 25,959
Naujausias narys: Simbijanas

Naujausi straipsniai

Paskutiniai nariai

Audrius_17 2 savaitės
Reikalas 6 savaitės
Simbijanas14 savaitės
Karinacraft15 savaitės
Žmogus18 savaitės
Bruksnys22 savaitės
Darexs25 savaitės
Nepas25 savaitės
keistuole28 savaitės
Gizmis29 savaitės
Rytis38 savaitės
MaFetas43 savaitės
ozzWANTED44 savaitės
saulyzas46 savaitės
TOMIJUS47 savaitės
Jaunelis62 savaitės
lanis63 savaitės
And2s63 savaitės
Memento Mori68 savaitės
Quwqkibor71 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 216.73.216.211
Naujienų: 529
Straipsnių: 235
Temų: 52,589
Postų: 522,547
Postų pask. parą: 0
Shout'ų pask. parą: 0
P.S.C. pask. parą: 0
Nuorodų kataloge: 13

Lankomumo Statistika

Peržiūrų šiandien: 22

Iš viso peržiūrų: 22948724

Prisijungti

REGISTRUOTIS
Nario vardas

Slaptažodis



Pamiršai slaptažodį?
Paprašyk naujo

Aktyvuoti save

Šaukykla

Jei norite rašyti žinutes, turite prisijungti.

Žmogus
2025 Geg. 31 10:05:18
Kas geresnio? šypsosi

Nepas
2025 Bal. 9 17:04:13
drovus

Nepas
2025 Bal. 9 17:04:08
drovus

Gizmis
2025 Kov. 15 14:03:50
OMG, smagu matyt sita puslapi veikianti

ozzWANTED
2024 Lap. 30 15:11:14
Taip, vis dar up šypsosi

Šaukyklos archyvas

Apklausa

Ar esate patenkinti lietuviško vertimo kokybe?

Taip!

Taip, bet yra ką taisyti (parašysiu komentaruose)

Ne

Norėdamas balsuoti turite prisijungti.
Archyvas
Reklama 400x60
PHP: Reikia įterpti
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Kiti PHP, HTML, MySQL klausimai

Autorius: WyPuk Peržiūrų: 858      Spausdinti temą
2009 Rugp. 16 17:08:19          1 žinutė iš 3
Spausdinti pranešimą
Sveiki, iškilo problema kiek bandžiau neišeina įterpti štai šio kodo

<a href='http://www.cancel.lt' target='_blank'><img src='http://monitors.cancel.lt/server_info/84.240.5.177:27015:cs/350x20.png' border='0' alt='CANCEL.LT' width='350' height='20' /></a>




O jį reikia įterpti vietoj šito, kur pažymėta juodai.
<form name='search' action='search.php?stype=n' method='post'>
<tr>
<td height='72' valing='middle' style='padding-left:10px;'>
<input type='text' name='stext' value=' ' onfocus=\"if(this.value==''){this.value='';}\" onblur=\"if(this.value==''){this.value=' Tekstas..';}\" class='textbox-search'> &nbsp; <input type='submit' value='' name='option' class='button-search'>
</td>
</tr>
</form>
</table>
</td>




Štai pilnas theme.php

<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

// theme settings
$body_text = "#FFF";
$body_bg = "#434343";
$theme_width = "769";
$theme_width_l = "0";
$theme_width_r = "0";

function render_header($header_content) {

global $theme_width,$userdata,$data,$db_prefix,$lookup,$msg_count,$aidlink;

echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width'>
<tr>
<td>
<table align='center' cellspacing='0' cellpadding='0' width='100%'>
<tr height='171' valign='top'>
<td>
<table cellpadding='0' cellspacing='0' width='513'>";
include THEME."user_info_panel.php";
echo "<tr>
<td class='submit'>";
if (iMEMBER) {
} else {
echo "<a href='".BASEDIR."register.php' class='head'>Registracija</a>  <a href='".BASEDIR."lostpassword.php' class='head'></a>";
}
echo "</td>
</tr>
<form name='search' action='search.php?stype=n' method='post'>
<tr>
<td height='72' valing='middle' style='padding-left:10px;'>
<input type='text' name='stext' value=' ' onfocus=\"if(this.value==''){this.value='';}\" onblur=\"if(this.value==''){this.value=' Tekstas..';}\" class='textbox-search'> &nbsp; <input type='submit' value='' name='option' class='button-search'>
</td>
</tr>
</form>
</table>
</td>
<td>
<table cellpadding='0' cellspacing='0' width='256'>
<tr>
<td><img src='".THEME."images/IMG_logo.png' border='0'></td>
</tr>
</table>
</td>
</tr>
</table>";

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
<td>
<map id='links' name='links'>
<area shape='rect' coords='102,24,144,39' href='".BASEDIR."index.php'>
<area shape='rect' coords='189,24,252,39' href='".FORUM."index.php'>
<area shape='rect' coords='297,24,356,39' href='".BASEDIR."downloads.php'>
<area shape='rect' coords='401,24,452,39' href='".BASEDIR."photogallery.php'>
<area shape='rect' coords='497,24,547,39' href='".BASEDIR."search.php'>
<area shape='rect' coords='592,24,655,9' href='".BASEDIR."contact.php'>
</map>
</td>
</tr>
</table>\n";

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";

}

function render_footer() {

global $theme_width,$settings;

echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='center' class='footer'>".showsublinks("<img src='".THEME."images/blank.gif' width='15' height='0'>","white")."</td>
</tr>
<tr>
<td align='center' class='footer-copy'> <a href='/' tagert='_blank' class='copyright'>L2-Logitek 2009-2010</a><br> <a href='http://php-fusion.co.uk/' tagert='_blank' class='copyright'></a></td>
</tr>
</table>
</td>
</tr>
</table>\n";

}

function render_news($subject, $news, $info) {

echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='left' class='news-footer'>
&nbsp; <a href='news.php?readmore=".$info['news_id']."' style='color:#555;'><b>Plačiau</b></a>
</td>
</tr>
</table>\n";
tablebreak();

}

function render_article($subject, $article, $info) {
   
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<tr>
<td align='left' class='news-footer'>
Parašė: <a href='".BASEDIR."profile.php?lookup=".$info['user_id']."' style='color:#555;'>".$info['user_name']."</a> &nbsp; data: ".showdate("%d/%m/%y", $info['article_date'])."<img src='".THEME."images/blank.gif' width='60' height='0'>Komentarų: ".$info['article_comments']." &nbsp; <a href='print.php?type=A&amp;item_id=".$info['article_id']."' style='color:#555;'><b>Spausdinti</b></a>
</td>
</tr>
</table>\n";
tablebreak();

}

function opentable($title) {

echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";

}

function closetable() {

echo "</td>
</tr>
</table>\n";

}

function openside($title) {
   
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='scapmain'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";

}

function closeside() {

echo "</td>
</tr>
</table>\n";
tablebreak();

}

function openside_gray($title) {
   
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='scapmain-gray'>$title</td>
</tr>
<tr>
<td class='side-body-gray'>\n";

}

function closeside_gray() {

echo "</td>
</tr>
</table>\n";
tablebreak();

}

function tablebreak() {

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n<td height='5'></td>\n</tr>\n</table>\n";

}
?>




2009 Rugp. 16 18:08:17          2 žinutė iš 3
Spausdinti pranešimą
Nepažymėjai juodai kur iterpti. ;DDD

Ginčas internete - kaip silpnapročių olimpiada, jei ir laimėsi - vistiek tu debilas.
2009 Rugp. 16 18:08:39          3 žinutė iš 3
Spausdinti pranešimą
Nėjo kažko. Tai man reikia vietoj šito theme.php faile
<form name='search' action='search.php?stype=n' method='post'>
<tr>
<td height='72' valing='middle' style='padding-left:10px;'>
<input type='text' name='stext' value=' ' onfocus=\"if(this.value==''){this.value='';}\" onblur=\"if(this.value==''){this.value=' Tekstas..';}\" class='textbox-search'> &nbsp; <input type='submit' value='' name='option' class='button-search'>
</td>
</tr>
</form>
</table>
</td>





Įmesti
a href='http://www.cancel.lt' target='_blank'><img src='http://monitors.cancel.lt/server_info/84.240.5.177:27015:cs/350x20.png' border='0' alt='CANCEL.LT' width='350' height='20' /></a>




Va :)


Redagavo WyPuk 2009 Rugp. 16 18:08:00
Peršokti į forumą: