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
ayhold
Weezy Hw to add image to my video nd music
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="<table width='100%'><tr><td width='25%' class='DIV_CLASS' align='center'><img src='/thumbs/.file_name..jpg' width='100%' height='100%'></td><td width='75%' align='left' class='DIV_CLASS'><img src=''/><br/><b>Name: </b><b style='color:blue'>.file_name_parsed.</b><br/><b>File Size: </b><b style='color:green'>.file_size.</b><br/><b>• </b><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.'><b style='color:red'>[Download]</b></a></td></tr></table>" 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
ayhold
Weezy Hw to add icon to my forum name
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
Weezy
ayhold Whch of the wapmasters tools?
ayhold
Weezy every thing on wapmaster tool
ayhold
Weezy every thing on wapmaster tool
Weezy
ayhold It doesn't work like that!