Ring ring

p _ x
Bookmark Weezywap
JarApkBmkOpera
(GMT+1)
Monday December 30th 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
* NAijaloyal I know na. I want to use d code in my wapka site @ http://examprove.tk
2016-06-22 22:30 · (0)
* Weezy * NAijaloyal then request for the code in any thread under wapka coding help category @ http://weezywap.xtgem.com/forum/index/__xt/wapka-coding-help/board-oon8wg4ki2cqrt9e1ac9wv8eo4sq2kyzb9m1.html or create a new thread there if u dnt have an old thread inside that category!
2016-06-23 14:12 · (0)
* NAijaloyal * Weezy Weezy hw do i enlarge my filelist image preview size... I am using dat of zealwap.cf bt d preview image is very small n cant be seen well hw do i make it large like dat of eaglenet
2016-06-23 16:39 · (0)
* Weezy * NAijaloyal paste the filelist with the image preview code here let me teach u how to resize an image using code!
2016-06-24 16:33 · (0)
* NAijaloyal * Weezy Weezy dis is d filelist... And also teach me aw i can resize the preview image. And also make it to be randomising files.
<!--parser:xtscript-->
function paging_template
endfunction
<!--/parser:xtscript-->
<!--parser:xtscript-->
<div class="zxfourborder">
var $path=/FOLDER
var $xtuser=naijaloyal
var $key=129331
get file_name
var $template=<hr class='name' style='border: 1px dotted blue;'/>&lt;div class='full' style='background:url&amp;#40;/B/Bg/download.png&amp;#41;'&gt;&lt;a class='product-link' href='http://wap4dollar.com/ad/nonadult/serve.php?id=uogeb4ju6j'&gt;&lt;table cellspacing='0px'&gt;&lt;tr align='right'&gt;&lt;td align='middle'&gt;&lt;br/&gt;&lt;img src='/thumb/.file_name..png' alt='**' class='ico' width='27px' height='30px' /&gt;&lt;/td&gt;&lt;td align='left'&gt;&lt;div class=''&gt;&lt;a href='http://wap4dollar.com/ad/nonadult/serve.php?id=uogeb4ju6j'&gt;&lt;b&gt;NAME:&lt;/b&gt;&lt;font style='color:black'&gt; .file_name_parsed. &lt;/font&gt;&lt;/a&gt;&lt;br/&gt;&lt;b&gt;SIZE:&lt;/b&gt;&lt;font style='color:black'&gt; .file_size. &lt;/font&gt;&lt;br/&gt;&lt;b&gt;HITS:&lt;/b&gt;&lt;font style='color:black'&gt; &lt;xt:widget id="xt.c.a.t." tool="Counter" type="display1" key="$key" xtuser= "$xtuser" call=".file_name."/&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td align='right'&gt;&lt;div class=''&gt;&lt;br/&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.&img=/thumb/.file_name..png&fold=$path'&gt;&lt;b align'right' class='zxfourborder' style='background: #483d8b; color: #fff;'&gt;Download&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/a&gt;&lt;/div&gt;</hr>
var $template=call htmlspecialchars $val=$template
var $list =<xt:filelist sort_type="updated" sort_dir="desc" folder="$path" template="$template" per_page="5" filter="*.*"/>
print $list
print <a href="?__filelist_page=$__filelist_page"/></a>
endif
</div>
<!--/parser:xtscript--> <div align="right"><a href="/music"><div
class="name"><font style="bold"><font color="white"><b>
[More ]</b></font></font></a></div></div></div>

Copy code
2016-06-25 06:26 (Edited 2016-06-25 08:13 by NAijaloyal ) · (0)
* Weezy * NAijaloyal check well in the filelist code image preview section ..u will see the values assigned to the height and width of the image preview ..like in the above code u wl see width="27px" height="30px" ..increase the values to increase the size of the image ..and u cant randomise files with such advanced filelist!
2016-06-25 14:32 · (0)
* NAijaloyal * Weezy Pls weezy in dat facebook css, whick one has "name" as a div class is it facebook css1 or 2 drop d css for me
2016-06-26 10:50 · (0)
* Weezy * NAijaloyal facebook css 1
2016-06-26 18:24 · (0)
* NAijaloyal * Weezy Bros drop any code or script dat
can detect curent url bt it self e.g in wapka dat
code dat will be added like dis
HOME>MUSIC>COMEDY widout me putting the url
2016-06-27 16:30 · (0)
* Weezy * NAijaloyal Copy the path to page code below
<!--parser:xtscript-->
/* INITIALIZE VARS */ 
var $path= <xt:url type="path" />/
var $offset=0
var $len=call strlen $val=$path
var $button_class= xt_button  xt_text small
var $button_style= padding:0 1px !important;margin:01px !important
/* HOME LINK*/
print <a href="/"><span class="$button_class" style="$button_style">home</span></a>
/* MAIN LOOP START*/
@loop
var $strt = call strpos $haystack=$path;$needle=/;$offset=$offset
var $end= call strpos $haystack=$path;$needle=/;$offset=($strt+1)
var $link=call substr $val=$path;$start=0;$length=$end
var $linktext=call substr $val=$path;$start=($strt+1);$length=($end-$strt-1)
/* EXIT IF INDEX FILE */
if $linktext == index 
goto @end
endif
/* LINKS */
print  <span class="$button_class" style="$button_style">&raquo;</span><a href="$link"><span class="$button_class" style="$button_style">$linktext</span></a>
/* MAIN LOOP END */
var $offset=($strt+1)
if  $end < ($len-1)
goto @loop
endif
/* END */
@end
<!--/parser:xtscript-->

Copy code
2016-06-29 09:23 · (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: 1582, Hits: 7927877
Last modified: 27-08-2018 11:42:51 pm