KidINK
Pls i need 9jacliq.ga Homepage forum updates code.. Dats d link
http://www.9jacliq.ga/index.xhtml
Weezy
KidINK How to create latest update code like that of 9jacliq.ga .. 1st of all create a Simple Forum (Not structed On theme) I.e Create a Simple forum and write Down the Forum Id, Now Go to your forum button Auto content and Paste below code
<style>.nin{display: none;}</style><br /><div class='nin'>:forum-112293195/smallform/0:</div><script type='text/javascript'><br />dtoken=document.getElementsByName("d_token")[0].value; </script><form method="post" action="forum_add_112293195.xhtml"><input type="hidden" name="meno" value=":user-tname:"/><script type="text/javascript"> var dhd = ':getid-url:'; var yur = dhd.split( "hash" )[1]; var yurliii = yur.split( "tema" )[1]; var yurlk = '/forum2_theme_:getid-forum:.xhtml?tema'+yurliii; var messag = ":getid-forum:"; var jeel = messag.split( "tema" )[0]; var s1 = document.getElementById('s1').innerHTML; document.write('<input type="text" name="text" value="<a href="'+yurlk+'">'+s1+'</a>"/>');</script><script type="text/javascript">dtoken=document.getElementsByName("d_token")[0].value; document.write('<input type="hid'+'den" name="d_token" value="'+dtoken+'"/'+'>');</script><input type="hidden" name="ret_s" value="0"/><input type="submit" name="submit" value="TAG TO HOMEPAGE"/></form>
Copy code
Check Well in the above code you will see something like forum-112293195 And forum_add_112293195 Now Replace that 112293195 with your Simple forum Id you created Earlier Then submit the code, Now go to your Homepage then Paste the below code
<div style='background:#e5e5e5;'> :forumlist:f=112293195,l=30,s=:get-number(1):,o=n::<div class='update' style='left-padding: 15px; right-padding: 15px;'> - %text%</div>:: :/forumlist:</div><div/><center><div class="update"><div class="update">:paging:n=:geti-number(1):,u=site_:getid-site:.%ext%?get-number=%n%:admin-hash-amp: ::<table class='' width='100%'><tr><td width='50%' align='left'><div class='ht:get-number 1:'><b>%prev%</b></div></td><td width='50%' align='right'><b>%next%</b></td></tr></table><style> .hta%nlast%{ display: none;} .ht:get-number(1):{ display: none;}</style>:/paging:</div></div></center>
Copy code check the above Code nd Replace with your simple forum Id u created Earlier..
Wapka Tag Topic Automatically To Homepage code
1st: Have Forum Bottom Autocontent (i will advice you to create a new page for that). Paste this code at the forum bottom autocontent (the page you created), replace the forum id ..
<div id='hidden'>:forum-111412866/form/2:</div>
<script src="<b> </b> /gdev-1.0.js"></script>
<script language="javascript">
// Hiding the textarea
var amt=getnElem('text').length-1;
getnElem('text')[amt].style.display='none';
getnElem('submit')[amt].value='Tag This Topic';
</script>
<script language="javascript">
//setting the values
var theme=getElem('').innerHTML;
var tema=$_GET('tema');
getnElem('text')[amt].value=' ' theme '';
</script>
<script>
if(!tema) {
getElem('hidden').style.display='none';
}
</script>
<script>
if(!tema) {
getElem('hidden').style.display='none';
}
</script>
Copy code
Also paste the below code in the forum bottom autocontent
<script language="javascript">
var msg=document.getElementsByName("topic");
for(var i=0;i<msg.length;i ){
var oldtext=document.getElementsByName("topic")[i].innerHTML;
var newtext=oldtext.replace(/(^|[n ])([w] ?://[^ ,"nrt<]*)/ig, "$1<a href='$2'>$2</a>");
newtext=newtext.replace(/<a href='(. ?)'><img src='(. ?)' alt='image' /></a>/ig, "<a href='$1'><img src='$1' alt='image' /></a>");
document.getElementsByName("topic")[i].innerHTML=newtext;
}</script>
Copy code
Go to ur Wap2 .. message in forum... In the 1st box u will see
::msg::, replace it with the below code
<span name="topic"><ing id="topic"><div name="msg">::msg::</div></ing></span>
Copy code
NOW TO TAG YOUR TOPIC FOR USER TO SEE, ONCE YOU CREATE A TOPIC, CLICK THE TOPIC AGAIN, SCROLL DOWN YOU WE SEE
SUMBIT/TAG TOPIC... click on it and it will automatically update!
Weezy
KidINK How to create advaned registration page like that of 9jacoded. First introduce Wapka Registration
Page Link code-
2. Goto
Admin Mode > User > User profile > Active user profiles and Display profile from in registration page - Mark Checkbox. Now find - Registration Profile From and Paste this code
<div class="Header">
Full Name* :</div>
::var+1(25)::
<div class="Header">
Phone :<br/><small><small>International Format like +88017********</small></small></div>
::var+4(15)::
<div class="Header">
Site Url :<br/><small><small>Must Write http://</small></small></div>
::var+6(50)::
<div class="Header">
Site Title* :</div>
::var+7(100)::
<div class="Header">
Payment Type* :</div>
::var+9(Wapka MB;Rs;Tk;$)::
Copy code
3. Avove this code we used Variables
(::var-number:
Tag. This tag create fields for input data. You may edit this and use huge Number of variables as you want. These Variables for this field will design reg page , so we will discuss about reg Variables only. Lets know Details about Variable Tag-For redefined values (select menu) use following shape of
variable
::var-N(text1;text2;text3):: For example: Gender: ::var-4(male;female)::
You can use also this format of
variable: ::var-N('value1'>'text1';'value2'>'text2'):: valueN is stored in database, but user see in select menu textN Instead of redefined values you can set maximal length of the text: Example: Name: <br/> ::var-5(20):: If you want Big textarea use this format:
::var-N(area)::
Note:- ::var+N:: is same as ::var-N:: with little difference: if you insert + instead of -, value will be mandatory.
4. Now goto
WAP2 > Styles for
login/registration > Registration
Page and now paste this Code-
<div class="lgn">
New User Registration</div>
<div class="sur">
::notifications::</div>
<p>
<div class="Header">
Login Name :</div>
::login::<div class="Header">
Password :</div>
::password1::<div class="Header">
Verify password :</div>
::password2::<div class="Header">
::email::</div>
::profile::<div class="Header">
::submit::</div>
</p>
Copy code
Use your Own class setting. You
may edit this code as you want but careful -read the tags details under this field and dont
remove ::profile:: tag. Now submit it.
5. Our work is finish and check now your Registration Page.
Weezy
KidINK 9jacoded new message in forum code..
Paste the below code in the first box
<div class="exhibiterror"><b><img src="http://exhibit230.xtgem.com/Wapmaster/Icons/clock_edit.png"/> About ::date::</b></div><div class=""><div class="menu"><table width="100%"><tr><td class=""><td class="img"><img src="::url_profile_pic::" width="60" height="70"/></td></td></><td><div class=""><b>::user::</b><br/>::browser::<br/><font color="red">::groups::</font><br/>::country-1:: ::flag::<script language="javascript"> var count='img src="/icon/smilies/TongueEmoticon.gif" alt=":p" />rvar-1234::';if (count>=2000) { document.write ("<img src='http://supercss.xtgem.com/Icon/rate5.png' alt=''/>");} else if (count>=3500) { document.write("<img src='http://supercss.xtgem.com/Icon/rate4.png' alt=''/>"); } else if (count>=2000) { document.write("<img src='http://supercss.xtgem.com/Icon/rate3.png' alt=''/>");} else if (count>=1000) { document.write("<img src='http://supercss.xtgem.com/Icon/rate2.png' alt=''/>");} else if (count>=500) { document.write("<img src='http://supercss.xtgem.com/Icon/rate1.png' alt=''/>"); } else if (count>=0) { document.write("<img src='http://supercss.xtgem.com/Icon/rate0.png' alt=''/>");} else {document.write("");}</script></div></td><td align="right">::status:: <br/>Post <font color="#000000">::msg_id::</font><br/><a href="::url_pm::">Send msg <img src="http://exhibit230.xtgem.com/Wapmaster/Icons/pm_message.png" alt="pm"/></a></td></tr></table></div><div class="exhibitsmart"><div class="exhibitboss"><div class="exhibitbaba" align="left"><div name="dpro"><div name="enoz"><div name="ogadz"><div name="dpro"><div name="bkw"><div class="" id="topic"><p><div name="bbcode">::msg::</div></p> <img src="default imag link" /></div></div></div></div></div></div></div><div class="exhibitgreat"></div></div></div></div><div class="exhibitgreat"><table width="100%"><tr><td><a href="::url vote::"><img src="http://exhibit230.xtgem.com/Wapmaster/Icons/Like.png" /> Like<font color="red"></font></a></td><td><font color="red">::vote-0::</font></td><td><a href="::url_quote::"><img src="http://exhibit230.xtgem.com/Wapmaster/Icons/Quote2.png" alt="Quote2"/></a></td></tr></table></div><div name="fb_share"></div>
Copy code
Paste the below code in the 3rd box
<script>document.title='::THEME_NAME::';</script><head><style>.x a{color:darkgreen;font-weight:bold;}</style></head><p align="center"><div class="exhibiterror"> Topic Name Below</div><font color="black"><div class="exhibitgreat"><font color="red">»</font><font size="32px"> ::THEME_NAME:: </font></div></font><script language="javascript"> var th='::THEME_NAME::'; tags=th.split(" "); for (var i=0;i<tags.length;i ){document.write('<a href="http://google.com.ph/search?sitesearch=fabusmart.wapka.me&q=' tags[i] '">' tags[i] '</a>, ');}</script></p><div class="exhibitborder" style="padding:12px;"> You Are Here:- <a href="site_0.xhtml"> Home</a> » <a href="site_51.xhtml">Our Articles</a> »» ::THEME_NAME::</div><div class="exhibitgreat"><center><font color="red"><b>WARNING!!</b></font>Beware Of Scammers Online<br />Claiming To Be Exhibit230 Online.. We don't Sell Data Bundles</center></div><p align="center"></p><p>::LISTER_TOP:: <div class=""><font color="darkgreen">::MESSAGES::</font></div><div class="exhibitgreat"><div class="Smartonline"><div class="exhibiterror"><img src="http://exhibit230.xtgem.com/Wapmaster/Icons/tua.png" alt=""/></a> Drop your comment</div><div class="inbox" align="center" class="quote"><center><a href="site_145.xhtml">Smilies</a>[•]<a href="site_161.xhtml">BBcode</a>[•]<a href=site_162.xhtml">ScreenShot</a></center> <div class="" align="center">::REPLY_AREA::</div></div></div><div class="paging" align="center">::lister_bottom::</div></div><div class="exhibitgreat" style="margin: 4px;"><a href="http://facebook.com/9jacodedofficial">Like Us On Facebook<br/><a href="http://twitter.com/9jacoded_com">Follow Us On Twitter</a></div></div><style>p:first-letter<br />{font-size:300%;<br />color:#8A2BE2;<br />}<br/><br /><br />.exhibitquote { background-color: #e9e9e9; border: 1px solid #417394; color: #878787;font-size: x-small; margin: 2px;padding:4px; }<br>.exhibit230 { overflow: hidden; color:878787; }<br><br />.b input[type='submit'] { width: 60%; }<br><br />.pp img { height: 50px; width: 40px; }</style>
Copy code
KidINK
Pls help me with
http://www.9jacoded.com Latest Music Update Code... d one in d homepage... *tnx*
Weezy
KidINK copy the latest music update code of 9jacoded.com
:list-music: cid=15825, l=10, s=:geti-page(1):,o=createtime::<div class="exhibitbr"><table width="100%"><td width="27%" valign="top"><div style="border:3px solid #EFEFEF; width:60px; height:60px;"><a href="%viewurl%"><img src="%thumburl%" width="60" height="60" alt="%title%"/></a></div></td><td width="75%" align="left" valign="top"><small><a href="%viewurl%">MUSIC: %title%</a></small></td></table></div>:: :/list-music:
Copy code
KidINK
Weezy Thanks for always replying mhe the codes i request for... But now i need 9jacoded.com New theme in forum with paging codes. . thknxx... d link
http://www.9jacoded.com/forum2_112198157.php
Weezy
KidINK Copy the themelist code of 9jacoded.com ..First put this in forum top autocontent
<div class="exhibiterror"><center> <a href="forum2_add_:getid-forum:.xhtml:admin-hash-amp:"><img src="http://wapkaimage.com/701256/701256695_bbeb7e9f9f.png" alt="" />Create New Post</a></center></div><br />
<div class="exhibiterror" align="center"><center> <img src="http://exhibit230.xtgem.com/Wapmaster/Icons/hand.png"/>Trending Post</center></div>
Copy code
Now goto Edit site > wap2 > style for messege and chat in forum > set default style for message and chat in forum > theme in forum > 1st box put this code
<div class="exhibitad"><b>::theme::</b><br/><small><img src="http://wapkathemes.wapsite.me/demo/elitte/image/dduration.png"/>Author: ::creator:: <font color="red">|</font> Views: ::views::x <font color="red">|</font> Comments: ::count::</small></div><br/>
Copy code
2nd box leave it empty
.. 3rd box put this code
::NOTIFICATIONS::<br>
<div name="h_post">::THEMES::</div> <br>
<div class="bash" align="center"><br>
More Pages</div><br>
<div name='exload'><div align="center"><div id=""><div class=""><div class="page" align="center">::LISTER_BOTTOM::</div></div></div></div></div>
Copy code