Pair of Vintage Old School Fru

p _ x
Bookmark Weezywap
JarApkBmkOpera
(GMT+1)
Thursday July 16th 2026
+
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
* Weezy * ayhold Copy country jersey maker below
<div class="zxfourborder"><img src="http://weezywap.xtgem.com/Pic/2go Jersey.png" alt="2go jersey"/></div> <div class="zxfourborder"><form action="http://
kickwap.com/showstrip.jsp"
method="get"><input type="hidden"
name="PHPSESSID"
value="ce86738a25a2b8dc74a5fe3d45108ae4" /
><b>Select Country:</b> <select class="select_container"
name="type">
<option value="algeria">Algeria</option>
<option value="argentina">Argentina</option>
<option value="australia">Australia</option>
<option value="brazil">Brazil</option> <option value="cameroon">Cameroon</option>
<option value="chile">Chile</option>
<option value="ivory-coast">Cote d'Ivoire</
option>
<option value="denmark">Denmark</option>
<option value="england">England</option> <option value="france">France</option>
<option value="germany">Germany</option>
<option value="ghana">Ghana</option>
<option value="greece">Greece</option>
<option value="honduras">Honduras</option>
<option value="india">India</option> <option value="indonesia">Indonesia</option>
<option value="italy">Italy</option>
<option value="japan">Japan</option>
<option value="mexico">Mexico</option>
<option value="netherlands">Netherlands</
option> <option value="new-zealand">New Zealand</
option>
<option value="nigeria">Nigeria</option>
<option value="north-korea">Korea DPR</
option>
<option value="paraguay">Paraguay</option> <option value="portugal">Portugal</option>
<option value="serbia">Serbia</option>
<option value="slovakia">Slovakia</option>
<option value="slovenia">Slovenia</option>
<option value="south-africa">South Africa</
option> <option value="south-korea">Korea Republic</
option>
<option value="spain">Spain</option>
<option value="switzerland">Switzerland</
option>
<option value="turkey">Turkey</option> <option value="uruguay">Uruguay</option>
<option value="usa">USA</option>
<option value="vietnam">Vietnam</option>
</select><br/><b>Your Username:</b> <input
class="search_sect" type="text" name="name"
value="2go" maxlength="14" size="10" /><br/ ><b>Strip Number:</b> <input class="search_sect"
type="text" name="number" value="10"
maxlength="2" size="10" /><br/><b>Font Size:</
b> <select class="select_container" name="size">
<option value="10">10</option>
<option value="11">11</option> <option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
</select>
<br/>
<input class="submit" type="submit" value="Create" /></form>
</div>

Copy code
2017-05-08 14:27 · (0)
* ayhold * Weezy Hw to add image to my video nd music
2017-05-09 11:26 (Edited 2017-05-09 11:44 by ayhold ) · (0)
* Weezy * ayhold Create a folder named thumbs directly in your filebrowser @ http://xtgem.com/filebrowser ..thats where u will be uploading all the video thumbnail/images ..assuming the name of the video you want to upload or already uploaded is Wizkid_ft._Davido_-_Good.mp4 ..then when u upload the video thumbnail image in the 'thumbs' folder ..rename the image to the exact name of the video then add .jpg immediately after the name like Wizkid_ft._Davido_-_Good.mp4.jpg ..so the image preview link in the filelist code will be like <img src="/thumbs/.file_name..jpg" alt=".file_name." />
Replace DIV_CLASS in the code with your active css class!
<center><xt:filelist sort_type="updated" sort_dir="desc" folder="/my_files" template="&lt;table width='100%'&gt;&lt;tr&gt;&lt;td width='25%' class='DIV_CLASS' align='center'&gt;&lt;img src='/thumbs/.file_name..jpg' width='100%' height='100%'&gt;&lt;/td&gt;&lt;td width='75%' align='left' class='DIV_CLASS'&gt;&lt;img src=''/&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='/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="*.*" per_page="10" /><br/>Jump to page:<form action="<xt:url type="path" />" method="get"><input type="text" style="width:25px" name="__filelist_page"><input
type="submit" value="jump"></form></center>

Copy code
2017-05-09 11:51 · (0)
* ayhold * Weezy Hw to add icon to my forum name
2017-05-10 12:03 · (0)
* Weezy * ayhold Copy the admin and members icon javascript code below, replace ADMIN-USERNAME with your username, paste in forum footer!
<script>
/* Forum Member Icons*/

//member Icons
var icon = document.querySelectorAll("a[href*='/u/']");
for(i=0;i<icon.length;i  ){
var lcon= document.createElement("img");
lcon.setAttribute("src", "http://weezywap.xtgem.com/i/js/fr/Mem.png");                       lcon.setAttribute("class","icon");
icon[i].appendChild(lcon);}
//Remove Member Icons 
var licon = document.querySelectorAll("a[href*='ADMIN-USERNAME'] img.icon");
for(i=0;i<licon.length;i  ){
licon[i].style.display="none";}
//Head Admin Icon
var Admn = document.querySelectorAll("a[href*='ADMIN-USERNAME']");
for(i=0;i<Admn.length;i  ){
var Adcn= document.createElement("img");
Adcn.setAttribute("src", "http://weezywap.xtgem.com/i/js/fr/head_admin.png"); 
Adcn.setAttribute("class","admin");
Admn[i].appendChild(Adcn);}
</script>

Copy code
2017-05-10 20:34 · (0)
* ayhold * Weezy gv me wapmaster code
2017-05-11 07:10 · (0)
* Weezy * ayhold Whch of the wapmasters tools?
2017-05-11 07:49 · (0)
* ayhold * Weezy every thing on wapmaster tool
2017-05-11 12:14 · (0)
* ayhold * Weezy every thing on wapmaster tool
2017-05-11 12:15 · (0)
* Weezy * ayhold It doesn't work like that!
2017-05-12 11:56 · (0)

Online: Guests: 1

Translate
Pages
Copyright © 2026 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: 1290, Hits: 9495068
Last modified: 17-01-2026 9:38:31 am