Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Sukoduokit
Parašė ch0k3· 2008 Lie. 13 21:07:11
#1
Sveiki noreciau kad i sita theme.php irasytumet kas nors jei mokat prisijungimo panele ar kazkas tokio kaip drunk.xz.lt
theme.php :
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
// theme settings
$body_text = "#000000";
$body_bg = "#000000";
$theme_width = "820";
$theme_width_l = "160";
$theme_width_r = "160";
function render_header($header_content) {
global $theme_width;
echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width' class='outer-border'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='full-header'>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
</tr>
</table>
</td>
</tr>
</table>\n";
echo "<center><img src='".THEME."images/header.jpg'></center>";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF'>
<tr>
<td><table border='0' align='center' cellpadding='0' cellspacing='0'>
<tr>
<td width='75' align='center'><a href='index.php'><img src='".THEME."images/namai.png' border=0' alt='Pradinis'></a></td>
<td width='75' align='center'><a href='forum/index.php'><img src='".THEME."images/forumas.png' border=0' alt='Diskusijos'></td>
<td width='75' align='center'><a href='downloads.php'><img src='".THEME."images/siuntimai.png' border=0' alt='Siuntiniai'></td>
<td width='75' align='center'><a href='viewpage.php?page_id=14'><img src='".THEME."images/reklama.png' border=0' alt='Reklama'></td>
<td width='75' align='center'><a href='infusions/lgsl/index.php'><img src='".THEME."images/serveriai.png' border=0' alt='Serveriai'></td>
</tr>
</table></td>";
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$settings;
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td height='100' background='".THEME."images/fbc.jpg' align='center' class='footer'>".stripslashes($settings['footer'])."
<a href='http://www.php-fusion.co.uk/' target='_blank'>Varikliukas: PHP fusion</a> | Dizainas Kurtas: ch0k3<br>
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td background='".THEME."images/sb.jpg' height='35' class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("N",$info['news_id']).newsposter($info," ·").newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info," ·").articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";
}
function opentable($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td background='".THEME."images/sb.jpg' height='35' 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%' class='border'>
<tr>
<td background='".THEME."images/sbc.jpg' height='35' class='scapmain'> $title</td>
</tr>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" style='display:none'":"").">\n";
}
function closesidex() {
echo "</div>
</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";
}
?>
Redagavo ozzWANTED· 2008 Lie. 13 21:07:19
Parašė ---· 2008 Lie. 13 21:07:55
#2
Money money money :)
Parašė ch0k3· 2008 Lie. 13 22:07:26
#3
o ka gaila pasakyt kur kodas rasosi?
Parašė ---· 2008 Lie. 13 22:07:34
#4
juk straipsniuose yra parasyta ;)
Parašė ch0k3· 2008 Lie. 13 22:07:56
#5
Nu zinau bet kaip ydedu viskas susi*isa
Parašė Dandžu· 2008 Lie. 13 22:07:52
#6
Kas ten tau blogai? :?
Parašė ch0k3· 2008 Lie. 13 22:07:11
#7
baneris atsiranda kairei pusei ir wisa kita susispaudzia i desine...
Parašė ch0k3· 2008 Lie. 13 22:07:29
#8
tai gali kas nors iterpt i theme.php prisijungimo panele kaip drunk.xz.lt ?:?:?:?
Parašė MaFetas· 2008 Lie. 13 22:07:49
#9
Baik flūdint viena kartą... Už dešimt litų (papildymu) padarau :P
Parašė Artnew· 2008 Lie. 13 23:07:49
#10
paziuresiu nzn ar pavyks nesu toks geras dar :D
Parašė ch0k3· 2008 Lie. 14 09:07:30
#11
MaFetas parašė:
Baik flūdint viena kartą... Už dešimt litų (papildymu) padarau :P
Tu gal visai atbukai uz vieno kodo iterpima ru prasai 10lt:|
NeOn_ gal nemokamai isterps ir isvis daugiausiai duociau 1lt uz toki daryma, neprasau gi temos sukoduot:[
Redagavo ch0k3· 2008 Lie. 14 09:07:10
Parašė Toonis· 2008 Lie. 14 10:07:46
#12
Aš ir be 10 litų nedėčiau tau to kodo. :[
neprasau gi temos sukoduot
Temos sukodavimas 30-40 litų kainuoja
Parašė ch0k3· 2008 Lie. 14 11:07:13
#13
Tai ka sunku copy-paste padaryt??As ir pats isiterpciau bet nezinau kur....
Parašė bad_user· 2008 Lie. 14 11:07:28
#14
Tai jei nežinai neužk. Mokėk pinigus padarysim.
Parašė Žmogus· 2008 Lie. 14 11:07:57
#15
Duok kartu ir prisijungimo panelę, nes tingiu ieškotis
Parašė ch0k3· 2008 Lie. 14 12:07:51
#16
Nu gerai bet tikrai 10lt nesiruosiu moket del 1 kodo apsurdas:|
Parašė Žmogus· 2008 Lie. 14 12:07:01
#17
Krč duok visą theme, padarysiu...
Parašė bad_user· 2008 Lie. 14 12:07:52
#18
Sakai apsurdas? Metas suaugti ir išlysti iš pampersu nes tau čia niekas už du litus arba už dyka nedaris. Laisva šalis. Nepatinka eik skūskis į seimą.
Parašė ch0k3· 2008 Lie. 14 12:07:12
#19
ShadoVw parašė:
Krč duok visą theme, padarysiu...
Parases pirmam poste.
SoNG gal tu pats ir eik i ta seima butum geras politikas;)
Redagavo ch0k3· 2008 Lie. 14 12:07:42
Parašė Žmogus· 2008 Lie. 14 12:07:23
#20
Visa theme folderį
Parašė bad_user· 2008 Lie. 14 12:07:44
#21
Iš manęs politikas kaip iš tavęs žmogus turintis litų kišenėje.
Parašė ch0k3· 2008 Lie. 14 12:07:51
#22
ShadoVw parašė:
Visa theme folderį
http://rapidshare.com/files/1295...e.rar.html
SoNG parašė:
Iš manęs politikas kaip iš tavęs žmogus turintis litų kišenėje.
As turiu litu kiseneje, bet as nenoriu paciom brangiausiom kainom pirkt kodus...
Redagavo ch0k3· 2008 Lie. 14 12:07:30
Parašė bad_user· 2008 Lie. 14 12:07:27
#23
Brangiausiom? Nueik į #php suprasi ką reiškia brangu.
Parašė Žmogus· 2008 Lie. 14 12:07:00
#24
Imk...
Redagavo Žmogus· 2008 Lie. 14 12:07:18
Parašė ch0k3· 2008 Lie. 14 13:07:09
#25
nesimato headeris
Parašė Žmogus· 2008 Lie. 14 13:07:24
#26
ch0k3 parašė:
nesimato headeris
Nesvaik :) viskas veikia...
Parašė ch0k3· 2008 Lie. 14 18:07:02
#27
ShadoVw parašė:
ch0k3 parašė:
nesimato headeris
Nesvaik :) viskas veikia...
as rimtai nera headerio