Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,957
Naujausias narys: keistuole

Naujausi straipsniai

Paskutiniai nariai

Darexs 2 dienos
Nepas 1 savaitė
keistuole 3 savaitės
Gizmis 4 savaitės
Reikalas 4 savaitės
Rytis14 savaitės
MaFetas18 savaitės
ozzWANTED19 savaitės
saulyzas21 savaitės
TOMIJUS22 savaitės
Jaunelis38 savaitės
lanis38 savaitės
And2s39 savaitės
Memento Mori44 savaitės
Quwqkibor46 savaitės
asirija50 savaitės
tomeem52 savaitės
weberiz55 savaitės
mRokass58 savaitės
kartoonas59 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 18.117.136.204
Naujienų: 529
Straipsnių: 235
Temų: 52,589
Postų: 522,539
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.

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

MaFetas
2024 Lap. 13 22:11:57
hey how, geras dar veikiantis saitas?

Š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
Kitokia spalva
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Kiti PHP, HTML, MySQL klausimai

Autorius: zabello Peržiūrų: 1797      Spausdinti temą
2008 Rugp. 12 23:08:11          1 žinutė iš 7
Spausdinti pranešimą
Turiu toki koda ir noriu kad visas tekstas butu balta spalva kaip man tei padaryti ?
function render_footer($license=false) {

global $theme_width,$settings,$db_prefix,$locale,$userdata,$aidlink;

echo "</tr>\n</table>\n";
echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"937\">
<tr>
     <td background=\"".THEME."images/emikser_v3_30.jpg\" width=\"217\" height=\"214\" style=\"border: 0; padding-top: 20; padding-left: 10; padding-right: 10; padding-bottom: 10;\">";
       
echo"<br>";
//enduptime
//display uptime
echo ("$ut");
//end display uptime
echo "";
// Get Current Time
$mtime = microtime();
// Split Seconds and Microseconds
$mtime = explode (" ", $mtime);
// Create a single value for start time
$mtime = $mtime[1] + $mtime[0];
// Write Start Time Into A Variable
$tstart = $mtime;

// Get current time (Like above) to get end time
$mtime = microtime();
$mtime = explode (" ", $mtime);
$mtime = $mtime[1] + $mtime[0];
// Store end time in a variable
$tend = $mtime;
// Calculate Difference
$totaltime = ($tend - $tstart);
// Output the result
printf ("<b>Tinklapis u&#254;sikrov&#235; per:</b> %f sekundes", $totaltime);
//end result
echo "<BR>";
echo "<b>Postø per pask. par&#224;: </b>".dbcount("(*)", "posts", "post_datestamp>='".(time() - 86400)."'");
 echo"<br>";
echo "<b>Shoutø per pask. par&#224;: </b>".dbcount("(*)", "shoutbox", "shout_datestamp>='".(time() - 86400)."'");

echo"<br>";
$result = dbquery("SELECT count(news_id) FROM ".$db_prefix."news");
echo "<b>Naujienø:</b> ".dbresult($result, 0)."\n";
echo"<br>";

$result = dbquery("SELECT count(article_id) FROM ".$db_prefix."articles");
echo "<b>Straipsniø:</b> ".dbresult($result, 0)."\n";

echo"<br>";

$result = dbquery("SELECT count(download_id) FROM ".$db_prefix."downloads");
echo "<b>Failø:</b> ".dbresult($result, 0)."\n";
echo"<br>";
$result = dbquery("SELECT count(thread_id) FROM ".$db_prefix."threads");
echo "<b>Temø forume:</b> ".dbresult($result, 0)."\n";
echo"<br>";
$result = dbquery("SELECT count(photo_id) FROM ".$db_prefix."photos");
echo "<b>Galerija:</b> ".dbresult($result, 0)."\n";
echo"<br>";

$result = dbquery("SELECT count(comment_id) FROM ".$db_prefix."comments");
echo "<b>Komentarø:</b> ".dbresult($result, 0)."\n";
echo"<br>";

$result = dbquery("SELECT count(post_id) FROM ".$db_prefix."posts");
echo "<b>Postø:</b> ".dbresult($result, 0)."\n";

echo"<br>";

$result = dbquery("SELECT count(user_id) FROM ".$db_prefix."users");
echo "<b>Nariø:</b> ".dbresult($result, 0)."\n";
echo"         </td>
     <td background=\"".THEME."images/emikser_v3_31.jpg\" width=\"197\" height=\"214\" style=\"border: 0; padding-top: 20; padding-left: 10; padding-right: 10; padding-bottom: 10;\">";  echo "<script>
   nereidFadeObjects = new Object();
   nereidFadeTimers = new Object();
   function nereidFade(object, destOp, rate, delta){
      if (!document.all)
   return
      if (object != '[object]'){  //do this so I can take a string too
   setTimeout('nereidFade('+object+','+destOp+','+rate+','+delta+')',0);
   return;
}
   clearTimeout(nereidFadeTimers[object.sourceIndex]);
   diff = destOp-object.filters.alpha.opacity;
   direction = 1;
      if (object.filters.alpha.opacity > destOp){
   direction = -1;
}
   delta=Math.min(direction*diff,delta);
   object.filters.alpha.opacity+=direction*delta;
      if (object.filters.alpha.opacity != destOp){
   nereidFadeObjects[object.sourceIndex]=object;
   nereidFadeTimers[object.sourceIndex]=setTimeout('nereidFade(nereidFadeObjects['+object.sourceIndex+'],'+destOp+','+rate+','+delta+')',rate);
   }
}
   </script>";
   echo "<center><marquee behavior='scroll' align='center' valign='bottom' direction='up' width='120' height='120' scrollamount='1' scrolldelay='1' onmouseover='this.stop()' onmouseout='this.start()'>";
$result = dbquery("SELECT * FROM ".$db_prefix."buttons ORDER BY button_order");
while ($data=dbarray($result)) {
   echo "
      <table cellpadding='4' cellspacing='0' width='120'>
      <tr><td><p align='center'><a class='side' href='".INFUSIONS."button_panel/button.php?button_id=".$data['button_id']."' target='_blank'>";
        if ($data['button_type'] == '1') {
                echo "<img src='".$data['button_pic']."' border='0' style='filter:alpha(opacity=30)' onMouseOver='nereidFade(this,100,10,30)' onMouseOut='nereidFade(this,30,10,5)' title='".$data['button_name']."' alt='".$data['button_name']."'>";
        }
        /* do wyswietlania animacji flash
        if ($data['button_type'] == '2') {
                echo "<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"
                      codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\">
                      <PARAM NAME=menu VALUE=false>
                      <PARAM NAME=quality VALUE=high>
                      <EMBED width=120 height=60 src=\"".$data['button_pic']."\" menu=\"false\" quality=\"high\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\">
                      </EMBED>
                      </OBJECT>";
        }*/
        if ($data['button_type'] == '3') {
                echo "".$data['button_name']."";
        }
        echo "</a></td></tr></table>";
}
echo "</marquee></center>";

echo "
        </td>
     <td background=\"".THEME."images/emikser_v3_32.jpg\" width=\"483\" height=\"214\" style=\"border: 0; padding-top: 20; padding-left: 0; padding-right: 0; padding-bottom: 10;\"><br><center>"; include(INFUSIONS."brotator/brotator.php"); echo "<br><br>"; include(INFUSIONS."brotator/brotator.php"); echo "</center></td>
</tr>
</table>




    </td>
</tr>
<tr>
    <td>


<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"937\">
<tr>
     <td background=\"".THEME."images/emikser_v3_34.jpg\" width=\"917\" height=\"49\" style=\"border: 0; padding-top: 10; padding-left: 10; padding-right: 10; padding-bottom: 10;\">Design & code : <a href='http://www.thegtaplace.lt' title='GTA pasaulis'>Zabello</a> | Powered by:<a href='http://aš'>PHP-Fusion</a>
</td>
</tr>
</table>
\n";




2008 Rugp. 12 23:08:57          2 žinutė iš 7
Spausdinti pranešimą
Teksto spalvas reikia keisti per styles.css . ;]

2008 Rugp. 12 23:08:03          3 žinutė iš 7
Spausdinti pranešimą
zinau, bet ar galima kitaip galvoja

2008 Rugp. 12 23:08:58          4 žinutė iš 7
Spausdinti pranešimą
Na aš kito būdo nežinau tik per styles.css . šypsosi

2008 Rugp. 13 09:08:27          5 žinutė iš 7
Spausdinti pranešimą
na gerai pvz keisiu per styles.css tai koks bus tada class ?

2008 Rugp. 13 10:08:11          6 žinutė iš 7
Spausdinti pranešimą
footer kažkoks turėtų būt šypsosi
2008 Rugp. 13 11:08:17          7 žinutė iš 7
Spausdinti pranešimą
jau radau cia reikejo theme.php pakeisti body color

Peršokti į forumą: