Old school Swatch Watches

p _ x
Bookmark Weezywap
JarApkBmkOpera
(GMT+1)
Saturday April 20th 2024
+
Always Post weezywap.xtgem.com on your facebook, twitter, 2go, whatsapp and instagram status! If you love WEEZYWAP and enjoy unlimited services here!
»WEEZYWAP Forum
Forum Rules | Smilies | BB Codes | Back
* netwhizzy Request for anything at musicbaze.cf/forum

09036880531 call me

Weezy plz drop ur number of try to add me on whatsap we av little tinx to discuss if u dnt mind
2017-04-29 07:34 · (0)
* Weezy * netwhizzy Check your inbox
2017-04-29 22:35 · (0)
* ayhold * Weezy gv me theme creator and wapmaster zone code
2017-04-30 21:53 · (0)
* Weezy * ayhold view the pages code @ http://weezywap.xtgem.com/Wapmasta/Tools/Source_viewer.php
2017-05-01 10:14 · (0)
* ayhold * Weezy gv me logo maker code and star booster code
2017-05-04 03:33 · (0)
* ayhold * Weezy gv me image filelist code and help me my folder is Pictures. do it to it
2017-05-04 16:36 · (0)
* Weezy * ayhold Copy the images filelist code, note that the folder to be used should contain images only ..i used Pictures as the images folder ..note that letter case error in the folder name can make the filelist not to show!
<!--parser:xtscript-->
# GET CURRENT VALUES OR SET DEFAULTS #
get_or_default srtby;updated
get_or_default srtdir;desc
get_or_default prpg;10
get_or_default fltr;
get_or_default __filelist_page;1
/* MARK CURRENT SORT TYPE */
var $cst = color:#0f0 !important
if $srtby==updated
var $cst1=$cst
elseif $srtby==name
var $cst2=$cst
elseif $srtby==size
var $cst3=$cst
elseif $srtby==type
var $cst4=$cst
endif
/* MARK CURRENT SORT DIRECTION */
if $srtdir==asc
var $csd1=$cst
elseif $srtdir==desc
var $csd2=$cst
endif
/* SET CURRENT PER PAGE */
var $sel = selected="selected" class="selected"
if $prpg==3
var $pp1=$sel
elseif $prpg==5
var $pp2=$sel
elseif $prpg==10
var $pp3=$sel
elseif $prpg==20
var $pp4=$sel
elseif $prpg==50
var $pp5=$sel
elseif  $prpg <=1
var $pp6=$sel
endif
# SET OUTER HOLDERS AND FORM HIDDEN FIELDS #
print {{
<div style="text-align:center">
<div style="text-align:center;background-color:#C0C0C0;border:1px solid #3b5998;padding:2px;margin:0 auto">
<form action=" " method="get">
<input style="display:inline" type="hidden" name="srtby" value="$srtby" />
<input style="display:inline" type="hidden" name="srtdir" value="$srtdir" />
<input style="display:inline" type="hidden" name="__filelist_page" value="$__filelist_page" />
}}
# SET THE COMMON STYLES #
var $style=border:1px solid #ffffff;border-radius:2px;background:#3b5998;color:#ffffff;padding:0 1px !important;margin: 1px !important;font-size:.75em;text-decoration:none !important
# SHOW SEARCH FILTER#
print {{
<img src="/i/i5/fs.png" alt="" /><input style="$style;width:5em"  type="search" name="fltr" value="$fltr" /><input style="$style" type="submit" value="Search" />
<br />
}}
# SHOW SORT TYPE #
print {{
<a  style="$style;$cst1" href="?srtby=updated&srtdir=$srtdir&fltr=$fltr&prpg=$prpg&__filelist_page=$__filelist_page" title="Updated"><b>Updated</b></a> . <a  style="$style;$cst2" href="?srtby=name&srtdir=$srtdir&fltr=$fltr&prpg=$prpg&__filelist_page=$__filelist_page" title="Name"><b>Name</b></a> . <a  style="$style;$cst3" href="?srtby=size&srtdir=$srtdir&fltr=$fltr&prpg=$prpg&__filelist_page=$__filelist_page" title="Size"><b>Size</b></a> . <a  style="$style;$cst4" href="?srtby=type&srtdir=$srtdir&fltr=$fltr&prpg=$prpg&__filelist_page=$__filelist_page" title="type"><b>Type</b></a>  
}}
# SHOW SORT DIRECTION #
print {{ 
<br/><a style="$style;$csd1" href="?srtby=$srtby&srtdir=asc&fltr=$fltr&prpg=$prpg&__filelist_page=$__filelist_page" title="Ascending"><b>Ascending</b></a> . <a style="$style;$csd2" href="?srtby=$srtby&srtdir=desc&fltr=$fltr&prpg=$prpg&__filelist_page=$__filelist_page" title="Descending"><b>Descending</b></a>
<br />
}}
# SHOW PER PAGE #
print {{
<select style="$style;" name="prpg">
<option $pp1>3</option>
<option $pp2>5</option>
<option $pp3>10</option>
<option $pp4>20</option>
<option $pp5>50</option>
<option $pp6 value=" ">all</option>
</select><input style="$style"  type="submit" value="Per Page" />
}}
# CLOSE FORM AND HOLDERS #
print {{
</form>
</div>
</div>
}}
/* THE XT:FILELIST FUNCTION */
/* Set your own folder and template */
print <xt:filelist sort_type="$srtby" sort_dir="$srtdir" folder="/Pictures" template="&lt;table width='100%'&gt;&lt;tr&gt;&lt;td width='25%' class='full' align='center'&gt;&lt;img src='.file_url.' width='100%' height='100%'&gt;&lt;/td&gt;&lt;td width='75%' align='left' class='full'&gt;&lt;img src='http://weezywap.xtgem.com/images/rating.gif'/&gt;&lt;br/&gt;&lt;b&gt;Name: &lt;/b&gt;&lt;b style='color:blue'&gt;.file_name_parsed.&lt;/b&gt;&lt;br/&gt;&lt;b&gt;File Size: &lt;/b&gt;&lt;b style='color:green'&gt;.file_size.&lt;/b&gt;&lt;br/&gt;&lt;b&gt;• &lt;/b&gt;&lt;a href='.file_url.'&gt;&lt;b style='color:red'&gt;Preview&lt;/b&gt;&lt;/a&gt;&lt;b&gt;• &lt;/b&gt;&lt;a href='/download?file=.file_name.&name=.file_name_parsed.&category=.file_mime.&size=.file_size.&href=.file_url.&date=.file_date.&time=.file_time.'&gt;&lt;b style='color:red'&gt;Download&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;" filter="$fltr*" per_page="$prpg" />
<!--/parser:xtscript-->
<div align="center" class="full">Jump to page:<br/><form action="<xt:url type="path" />" method="get"><input type="text" style="width:25px" name="__filelist_page"><input
 type="submit" value="jump"></form></div>

Copy code
2017-05-04 23:13 · (0)
* ayhold * Weezy gv me starbooster code and Hw to link them 2gether
2017-05-05 21:28 · (0)
* Weezy * ayhold 2go Star Booster ..create two files in ur filebrowser @ http://xtgem.com/filebrowser ..the first file should be starbooster dats where u will paste the first code ..name the 2nd file starboosted and paste the 2nd code!
<table width='100%'><tr><td width='70%' class="menu"><form action="/starboosted" method="get"><input name="star" value="NOVICE"
type="radio" />NOVICE<br /><input name="star" value="AMATEUR"
type="radio" />AMATEUR<br /><input name="star" value="SENIOR"
type="radio" />SENIOR<br/><input name="star" value="ENTHUSIAST"
type="radio" />ENTHUSIAST<br/>
<input name="star"  value="PROFESSIONAL"
type="radio"  />PROFESSIONAL<br/>
<input name="star" value="EXPERT"
type="radio" />EXPERT<br/>
<input name="star"  value="LEADER"
type="radio" />LEADER<br/>
<input name="star"  value="VETERAN"
type="radio" />VETERAN<br/>
<input name="star"  value="MASTER"
type="radio" />MASTER<br/>
<select name="action"><option  value="none">-select action-</option><option value="TO BOOST">boost</option></select>
<input type="text" style="width:50px" name="username"><input type="submit" value="Boost"></form></td><img src="  http://strikecoded.xtgem.com/sub/2go.png" /></td></tr><table>

Copy code
and here is the result page create a file name “starboosted” and paste dis code below there
<center><div class="zxfourborder"><font color="green"><b>OBEY THE REPLY FROM THE SERVER, BECAUSE THE SERVER WILL BE YOUR GUIDE</b></div></font><div class="zxfourborder" align="left"><font color="blue"><b>2GO USERNAME:</b></font><br /><font color="green"><b>Your Username Is:</b></font> <font color="blue"><b>{_$username|}</b></font></div><div class="zxfourborder" align="left"><font color="blue"><b>STAR LEVEL::</b><br />Your Current Star Level Is: <font color="red"><b>{_$star|}</b></font></div><div class="zxfourborder" align="left"><font color="blue"><b>BOOSTER TASK::</b></font><br />Task Selected Is:<font color="blue"><b>"{_$action|}"</b></font></div><div class="zxfourborder" align="left"><font color="blue"><b>SERVER REPLY::</b><font color="red"><b>Boosting....</b></font></div><br /></center>
Copy code
2017-05-05 22:38 · (0)
* ayhold * Weezy Hw to link them 2gother
2017-05-05 22:41 · (0)

Online: Guests: 1

Translate
Pages
Copyright © 2024 WEEZYWAP
facebook twitter whatsapp google plus
Home | About Us | Advertise | Frequently Asked Question | Contact Us | Partners | Disclaimer | Terms of Services | Invite Friends | Credits



Online: 1 , Today: 70, Hits: 7583593
Last modified: 27-08-2018 11:42:51 pm