Weezy
AfrickBlogger Forumlist code with thumbnail and readmore..
1st Step
Add the Jquery in Your Wapka head tag
Edit site > Global settings > Head tag > input this cod in the box provide.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
Copy code
2nd Step
Cover your message in forum 1st box code "::msg::" with
<div name="techfevodotcom" class="eachmsg"><bmsg>::msg::</bmsg></div>
Copy code
3rd Step
This Forum Update Code. So You can past the code for wapka blog style forum updates. (Change forum id xxxxxx)
<div class="bord"><h3>Latest Posts</h3><div class="slist"><span class="pimg"><span name="fixt"><span name="thumb"><img src="http://oliur.wapgem.com/techzbd/not-found-icon-techzbd-com.jpg" width="70px" height="65px" class="frame"/></span><span style="display:none">:forum-xxxxxxx,xxxxxx,xxxxxx/theme-link/1: </span></span></span><span name="lset">:forum-xxxxxxx,xxxxxx,xxxxxx/theme-link/1:</span><span class="date">By :forum-xxxxxxx,xxxxxx,xxxxxx/tname/1: on :forum-xxxxxxx,xxxxxx,xxxxxx/date/1: </span><div class="diff"><span name="tix"><span style="display:none"> :forum-xxxxxxx,xxxxxx,xxxxxx/theme-link/1: </span><span name="ftext"> Content is loading </span></span></div></div><div class="slist"><span class="pimg"><span name="fixt"><span name="thumb"><img src="http://oliur.wapgem.com/techzbd/not-found-icon-techzbd-com.jpg" width="70px" height="65px" class="frame"/></span><span style="display:none">:forum-xxxxxxx,xxxxxx,xxxxxx/theme-link/2: </span></span></span><span name="lset">:forum-xxxxxxx,xxxxxx,xxxxxx/theme-link/2:</span><span class="date">By :forum-xxxxxxx,xxxxxx,xxxxxx/tname/2: on :forum-xxxxxxx,xxxxxx,xxxxxx/date/2: </span><div class="diff"><span name="tix"><span style="display:none"> :forum-xxxxxxx,xxxxxx,xxxxxx/theme-link/2: </span><span name="ftext"> Content is loading </span></span></div></div><div class="slist"><span class="pimg"><span name="fixt"><span name="thumb"><img src="http://oliur.wapgem.com/techzbd/not-found-icon-techzbd-com.jpg" width="70px" height="65px" class="frame"/></span><span style="display:none">:forum-xxxxxxx,xxxxxx,xxxxxx/theme-link/3: </span></span></span><span name="lset">:forum-xxxxxxx,xxxxxx,xxxxxx/theme-link/3:</span><span class="date">By :forum-xxxxxxx,xxxxxx,xxxxxx/tname/3: on :forum-xxxxxxx,xxxxxx,xxxxxx/date/3: </span><div class="diff"><span name="tix"><span style="display:none"> :forum-xxxxxxx,xxxxxx,xxxxxx/theme-link/3: </span><span name="ftext"> Content is loading </span></span></div></div><div class="slist"><span class="pimg"><span name="fixt"><span name="thumb"><img src="http://oliur.wapgem.com/techzbd/not-found-icon-techzbd-com.jpg" width="70px" height="65px" class="frame"/></span><span style="display:none">:forum-xxxxxxx,xxxxxx,xxxxxx/theme-link/4: </span></span></span><span name="lset">:forum-xxxxxxx,xxxxxx,xxxxxx/theme-link/4:</span><span class="date">By :forum-xxxxxxx,xxxxxx,xxxxxx/tname/4: on :forum-xxxxxxx,xxxxxx,xxxxxx/date/4: </span><div class="diff"><span name="tix"><span style="display:none"> :forum-xxxxxxx,xxxxxx,xxxxxx/theme-link/4: </span><span name="ftext"> Content is loading </span></span></div></div><div class="slist"><span class="pimg"><span name="fixt"><span name="thumb"><img src="http://oliur.wapgem.com/techzbd/not-found-icon-techzbd-com.jpg" width="70px" height="65px" class="frame"/></span><span style="display:none">:forum-xxxxxxx,xxxxxx,xxxxxx/theme-link/5: </span></span></span><span name="lset">:forum-xxxxxxx,xxxxxx,xxxxxx/theme-link/5:</span><span class="date">By :forum-xxxxxxx,xxxxxx,xxxxxx/tname/5: on :forum-xxxxxxx,xxxxxx,xxxxxx/date/5: </span><div class="diff"><span name="tix"><span style="display:none"> :forum-xxxxxxx,xxxxxx,xxxxxx/theme-link/5: </span><span name="ftext"> Content is loading </span></span></div></div><div id="paging"></div></div>
Copy code
4th Step
Put this code any where in Home page and also put it in forum footer(autocontent)...
<p></p>
<p><div><div id="load1" style="display:none"></div> <script language="javascript"> function gload(u,i){ $('#load1').load(u+' body',function(data){ data=$(data).find('.eachmsg').first().html(); data=data.split('[img]')[1].split('[/img]')[0]; $('span[name=thumb]:eq('+i+')').html('<img src="'+data+'" width="30px" height="30px" class="frame"/>'); }) } dem = document.getElementsByName('fixt').length; for(i=0;i<dem;i++){ a = $('span[name=fixt]:eq('+i+')').find('a').attr('href'); gload(a,i); } </script></div> <div><div id="load2" style="display: none;"></div> <script language="JavaScript"> function tload(l,j){ $('#load2').load(l+' body',function(tdata){ tdata=$(tdata).find('.eachmsg').first().html(); tdata=tdata.split('<bmsg>')[1].split('</bmsg>')[0]; tdata=tdata.replace(/\<br\>/ig,' '); tdata=tdata.replace(/(\r\n|\n|\r)/gm," "); tdata=tdata.replace(/\[img\](.+?)\[\/img\]/ig,''); tdata=tdata.replace(/\[php\](.+?)\[\/php\]/ig,''); tdata=tdata.replace(/\[quote=(.+?)\]/ig,''); tdata=tdata.replace(/\[size=(.+?)\]/ig,''); tdata=tdata.replace(/\[\/quote\]/ig,''); tdata=tdata.replace(/\[\/size\]/ig,''); tdata=tdata.replace(/\[code\](.+?)\[\/code\]/ig,''); tdata=tdata.substr(0,250); $('span[name=ftext]:eq('+j+')').html(tdata+' ...<div align="right" class="smd"><a href="'+l+'">Read More »</a></div>'); }) } cou = document.getElementsByName('tix').length; for(j=0;j<cou;j++){ h = $('span[name=tix]:eq('+j+')').find('a').attr('href'); tload(h,j); } </script></div> <div><script language="javascript"> var msg=document.getElementsByName("lset"); for(var i=0;i <msg.length;i++){var txt=document.getElementsByName("lset")[i].innerHTML; txt=txt.replace(/\n/ig,''); txt=txt.replace(/\<a href="(.+?)">(.+?)<\/a>/ig, '<a href="$1">$2</a>'); txt=txt.replace(/\<a href="(.+?)">(.+?)@(.+?)<\/a>/ig, '<a href="$1">$2</a>'); document.getElementsByName("lset")[i].innerHTML=txt; }; </script></div></p>
Copy code you can reduce the 0,250 to 0,150...
To make image show..make sure the 1st thing in your post is img [img]the image link[/img]....
Weezy
AfrickBlogger Copy the file manager filelist code below
:filelist: d=1,l=10,o=tu, s=:geti-site(1): ::<div class="win"><table><td valign="top"><img src="http://aliyugombe.wen.ru/img/opera.png" height="50" width="40" /></td><td><b><font color="#342d7e">%name%</font></b><br/>%size%<br/><a href="site_24.xhtml?get-file=%file_id%&get-var=&get-url=%url%">DOWNLOAD</a></td></table></div>:: :/filelist:Page....:paging: n=:get-site(1):, u=site_ID.xhtml?get-site=%n%:admin-hash-amp:::%first%.%prev%.%next%.%last%.%n%....%nlast%:/paging:
Copy code
AfrickBlogger
Please weezy help me to edit this code
<div> <div class="border"><h3 align="center"><b>Download %title% Mp3</b></h3>
<div class="b">Download Gratis Lagu Mp3 <b>%title% </b>%description% .</div>
<div class="a"><center><img class="foto" title="%title%" alt="%title%" src="http://8.37.229.144:8999/wapka_img.php?pid=3376719&fid=54620956&type=2&size=120&filename=120.jpg" style="height:120px;width:120px"/></center></div>
<div class="b"><table width="100%" cellspacing="0px"><tr valign="middle"><td width="10%" align="center" valign="top"><img alt="%title% " title="Download %title% " src="http://pusian.mobie.in/music.png"/></td><td width="60%"><a href="http://wapsense.bid/adv/html/id/247"><strong>%title% </strong></a><br/>Size : <font color="red">%filesize%</font> | Hits : <font color="green">%downtotal%</font>/<font color="red"> 0</font></td></tr></table></div>
<div class="a">
<table><tbody><tr valign="top"><td width="30%">Title</td><td>:</td><td><b>%title%</b></td></tr> <tr valign="top"><td width="30%">Artist</td><td>:</td><td><a href="http://musike.wapka.mobi/site_search.xhtml?get-q=%title%&get-type=music" title="Search %title%"><b>%artist%</b></a></td></tr> <tr valign="top"><td width="30%">Album</td><td>:</td><td>%album%</td></tr><tr valign="top"><td width="30%">Duration</td><td>:</td><td>%duration%</td></tr> <tr valign="top"><td width="30%">Audio Summary</td><td>:</td><td>%audio_summary%</td></tr> <tr valign="top"><td width="30%">Bit Rate</td><td>:</td><td>%audio_bit_rate%</td></tr> <tr valign="top"><td width="30%">Sample Rate</td><td>:</td><td>%audio_sample_rate%</td></tr> <tr valign="top"><td width="30%">Added</td><td>:</td><td>%createtime%</td></tr> </tbody></table></div><div class="b"><center><br/><a class="button" href="/music/down/54620956/3376719/OTJjODEzaXhDL3cwZU5FQUtTQjJGQkZLejROZ1FRSmZQaGJKQlN0ZUhXSHRqby9IdGc=/%title%" rel="nofollow"><b>Download %filesize%</b></a><br/></center></div><div class="a"><center><b>NOTE :</b> <font color="red">If you got an error when downloading, eg. 404 Not Found or something like that, change front url to m1709 or try again later.</font></center></div></div></div>
<div><div class="border"><h3><b>Related Songs</b></h3>
Not Found! <div class="list"><div align="right"><a href="http://musike.wapka.mobi/site_search.xhtml?get-q=%title%&get-type=music" title="View More" alt="Selengkapnya"><b> View More</b></a></div></div></div></div>
<div><div class="border"><h3><b>File Code :</b></h3><div class="a"><b>File Address :</b><br/><input type="text" value="http://skymen.wapka.mobi/site_download.xhtml?cmid=54620956&get-artist=A-seed&get-title=%ED%9D%94%EB%93%A4%EC%96%B4%20(Shake%20It)"/></div> <div class="b"><b>BB Code :</b><br/><input type="text" value="[url=http://skymen.wapka.mobi/site_download.xhtml?cmid=54620956&get-artist=A-seed&get-title=%ED%9D%94%EB%93%A4%EC%96%B4%20(Shake%20It)][b]A-seed - 흔들어 (Shake It)[/b][/url] (3.00 MB)" /></div> <div class="a"><b>HTML Code :</b><br/><input type="text" value="<a href="http://skymen.wapka.mobi/site_download.xhtml?cmid=54620956&get-artist=A-seed&get-title=%ED%9D%94%EB%93%A4%EC%96%B4%20(Shake%20It)">A-seed - 흔들어 (Shake It).mp3 (3.00 MB)</a>"/></div></div></div>
Copy code
Weezy
AfrickBlogger give me the url to the page where u got the code from!
AfrickBlogger
Weezy http://musike.wapka.mobi/site_download.xhtml?cmid=54620956&get-artist=A-seed&get-title=%ed%9d%94%eb%93%a4%ec%96%b4%20(Shake%20It)
Weezy
AfrickBlogger Copy the music download page code of musike.wapka.mobi
<script type="text/javascript"> document.title="(::SIZE::) Download ::TITLE:: Mp3"; </script>
<div class="breadcrumb"><span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/" itemprop="url"><span itemprop="title">Home</span></a></span> » <span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/site_music.xhtml" itemprop="url"><span itemprop="title">Music</span></a></span> » <span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="::LINK_CATEGORY::" itemprop="url"><span itemprop="title">::CATEGORY::</span></a></span> » <span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><span itemprop="title">::TITLE::</span></span></div>
<p> <div class="border"><h3 align="center"><b>Download ::TITLE:: Mp3</b></h3>
<div class="b">Download Mp3 <b>::TITLE::</b> ::DESCRIPTION::</div>
<div class="a"><center>::THUMBNAIL::</center></div>
<div class="b"><table width="100%" cellspacing="0px"><tr valign="middle"><td width="10%" align="center" valign="top"><img alt="::TITLE::" title="Download ::TITLE::" src="http://pusian.mobie.in/music.png"/></td><td width="60%"><a href="https://ylx-4.com/fullpage.php?section=Header&pub=935185&ga=a"><strong>::TITLE::</strong></a><br/>Size : <font color="red">::SIZE::</font> | Hits : <font color="green">::COUNT_DOWNLOAD::</font>/<font color="red">+::COUNT_DOWNLOAD_DAILY::</font></td></tr></table></div>
<div class="a">
<table><tbody><tr valign="top"><td width="30%">Title</td><td>:</td><td><b>::TITLE::</b></td></tr> <tr valign="top"><td width="30%">Artist</td><td>:</td><td><a href="/site_search.xhtml?get-q=::ARTIST::&get-type=music" title="Search ::ARTIST::"><b>::ARTIST::</b></a></td></tr> <tr valign="top"><td width="30%">Album</td><td>:</td><td>::ALBUM::</td></tr><tr valign="top"><td width="30%">Duration</td><td>:</td><td>::DURATION::</td></tr> <tr valign="top"><td width="30%">Audio Summary</td><td>:</td><td>Audio: ::AUDIO_SUMMARY::</td></tr> <tr valign="top"><td width="30%">Bit Rate</td><td>:</td><td>::AUDIO_BIT_RATE::</td></tr> <tr valign="top"><td width="30%">Sample Rate</td><td>:</td><td>::AUDIO_SAMPLE_RATE::</td></tr> <tr valign="top"><td width="30%">Added</td><td>:</td><td>::CREATETIME::</td></tr> </tbody></table></div><div class="b"><center><br/><a class="button" href="::LINK_DOWNLOAD::" rel="nofollow"><b>Download (::SIZE::)</b></a><br/></center></div><div class="a"><center><b>NOTE :</b> <font color="red">If you got an error when downloading, eg. 404 Not Found or something like that, change front url to m1709 or try again later.</font></center></div></div></p>
Copy code
AfrickBlogger
Please weezy help me with
this current message in forum with last updare and css
Weezy
AfrickBlogger we will get back to your request once we are fully back.. now we are working on retrieving some of our lost datas
AfrickBlogger
Please Weezy help me with this site
Full Code
http://kadunablog.ga
and This site full Code
http://www.gochat.ga/index.xhtml