BORZY
mowi I mean your facebook username
BORZY
mowi how can i set use club jersey generator for my site naijalands.xtgem.com
mowi
BORZY go to the page where you want the jersey maker to appear and put this code
<div class="lime2"><img src="http://www.createfunnylogo.com/logo/google/MOWIWAP.jpg" width="200px" height="50px" /><a href="http://www.createfunnylogo.com/logo/google/MOWIWAP.jpg"><div class="lime2">DownLoad</div></a><hr width="100%" color="blue" /><b><form action="http://mowiwap.xtgem.com/wapmasta/fun/logo_created" method="get">Enter Your Logo Name<br/><input name="name" type="text" value="MOWIWAP" /><br/>Select The Logo Style<br/><select name="logo" type="radio"><option value="google">Google</option><option value="yahoo">Yahoo</option><option value="facebook">FaceBook</option><option value="digg">Digg</option><option value="twitter">Twitter</option><option value="cnn">CNN</option><option value="ferrari">Ferrari</option><option value="flockr">Flockr</option><option value="JurassicPark">JurassicPark</option><option value="starWars">StarWars</option><option value="adidas">Adidas</option><option value="batman">BatMan</option><option value="cococola">Cococola</option><option value="xfiles">XFiles</option><option value="techcrunch">TechCrunch</option><option value="43things">43Things</option><option value="bloglines">BlogLines</option><option value="harrypotter">HarryPotter</option><option value="matrix">Matrix</option><option value="ning">Ning</option><option value="scoobydoo">ScoobyDoo</option><option value="spiderMan">SpiderMan</option><option value="blazed">Blazed</option><option value="blade">Blade</option><option value="dead">Dead</option><option value="mickymouse">MickyMouse</option><option value="shrek">Shrek</option><option value="101puppies">101Puppies</option><option value="aladdin">Aladdin</option><option value="army">Army</option><option value="casper">Casper</option><option value="friday23">Friday23</option><option value="irreversible">Irreversible</option><option value="LordOfTheRings">Lord Of The Rings</option></select><br/><input type="submit" value="Create Logo" /></form></b>
Copy code
BORZY
BORZY plz i nid the searce engine mp3 music that you cn use and searce the music in your site plz help.
mowi
BORZY Put this code where you want the search result to appear, edit it carefully and change the capital letters to there folder where your music files are.
<!--parser:xtscript-->
# assign and convert template
assign $template=call htmlspecialchars $val=<div class="lime" style="padding:2px"><span><a target="_blank" href=".file_url."><span style="padding:2px" > .file_name_parsed. </span></a></span></div><span style="padding:2px" > (.file_size.) .file_datetime. </span><br />
# Get the search pattern from the form
get srch
# Return if pattern has no length
assign $exists=call strlen $val=$srch
if not $exists
print Search Music Files
goto @end
endif
# Get the results from xt filelist
assign $results = <xt:filelist folder="/YOUR_MUSIC_FOLDER" template="$template" per_page="10" filter="$srch*" />
# Return if no results
if not $results
print No results for $srch
goto @end
endif
# Output the results
print <h4 id="results" style="text-align:center">Results</h4>
print <div class="xt_list">$results</div>
@end
<!--/parser:xtscript-->
Copy code
mowi
BORZY put this code in your music page, edit it carefully
<form action="#results" method="get" >
<div class="lime2" align="center">
<input type="search" name="srch" value="Mowi 2go music.mp3" />
<div class="">
<input class="xt_button" type="submit" value="search" />
</div>
</form></div>
Copy code