Add here some desktop wallpapers
Desktop Wallpapers
Collapse
X
-
upload them at my site all is need i or make uploader let you upload max lolVisit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
i will upload them on my site at
http://www.4wapfreaks.t34.biz/wapbud...ures/index.php
i have changed the wapbuddy script so you can go there with the pc.
can one of you help me to put a preview code in the wapbuddy script so it shows a preview of the wallpaper and not just the file name?
i think the code must be something like this but i am not sure and are definatly not sure where to put it in the index.php file.
[img]$file_name[/img]
Comment
-
naveen-PHP LEARNER
-
Code:<? echo "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">"; include("../wapbuddy_settings.php"); if (!isset($page)) {$page = 0;} $total = 0; if(!($dp = opendir("./"))) die ("Cannot open ./"); $file_array = array(); while ($file = readdir ($dp))     {     if(substr($file,0,1) != '.' and $file != "index.php")         {         $file_array[] =  $file;         }     } $file_count = count ($file_array); sort ($file_array); ?> <wml> <card id="card1" title="<? echo $conf["site_name"] ?>">     <p mode="nowrap">         <do type="option" label="Home"><go href="../index.php"/></do>         <? echo "<a href=\"../index.php\">Home</a> "; ?>         <?                 if ($file_count > 0)             {             $first_record = $page * $conf["items_per_page"];             $last_record = $first_record + $conf["items_per_page"];                         while (list($fileIndexValue, $file_name) = each ($file_array))                 {                                 if (($fileIndexValue >= $first_record) AND ($fileIndexValue < $last_record))                     {                                 echo "<img src=\"$file_name\" height=\"250\" width=\"250\" alt=\"$file_name\"/> <a href=\"$file_name\">$file_name</a> (". round(filesize($file_name)/1024,1) . "kb) ";                     $total = $total + filesize($file_name);                     }                 }                         if (($file_count > 0) AND ($page != 0))                 {                 // previous button                 $prev_page = $page -1;                 echo " <a href=\"".$_SERVER["PHP_SELF"]."?page=$prev_page\">Prev</a> ";                 }                                     if (($file_count > 0) AND ($last_record < $file_count))                 {                 // next button                 $next_page = $page + 1;                 echo " <a href=\"".$_SERVER["PHP_SELF"]."?page=$next_page\">Next</a> ";                 }             echo " Directory: $file_count ";             if ($file_count == 1)                 {echo "file";}             else                 {echo "files";}                             echo " (" . round($total/1024,1) . "kb)";             echo " <a href=\"../index.php\">Home</a>";             }         closedir($dp);         ?>             </p> </card> </wml>
http://subwap.su.funpic.org/3/
it cool but all the time it big to have smiles lmaoVisit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
thanks naveen, thanks sub.
go check out http://www.4wapfreaks.t34.biz/wapbud...ures/index.php for more of my collection of over 500 desktop wallpapers.
the preview are working so dont worry Gum i will not overload the forum
Comment
Comment