Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
How to setup thehabbos voting on R63b with RevCMS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="zMagenta" data-source="post: 179181" data-attributes="member: 4512"><p>To save time and effort, do this;</p><p> </p><p>Create a file called 'api.php' and copy and paste this code into it;</p><p>[PHP]<style type="text/css">body{background-image:url('images/bg.png');font-family:Verdana;font-size:10px;color:#000000;}#contentHolder{width:500px;margin:auto;background-color:#FFFFFF;padding:10px;border:1px solid #CCCCCC;text-align:center;}.contentTitle{color:black;font-size:24px;font-weight:bold;margin-bottom:15px;border-bottom:1px solid #CCCCCC;}</style></p><p><div id="contentHolder"></p><p><div class="contentTitle">Please Vote</div></p><p>It appears that you have not voted yet today! Please click the button below.<br /></p><p> <br /><center><form action="http://thehabbos.org/vote/[B]THEHABBOSNAME[/B]" method="post"></p><p> <input type="hidden" name="api_url" value="http://[B]YOURWEBISTEADRESS[/B]/client" /></p><p> <input style="width: 120px; height: 40px; background-image: url('http://thehabbos.org/topsites/button.php'); border: 0px; cursor: pointer;" type="submit" name="votingAPI" value="" /></p><p></form></div></div>[/PHP]</p><p> </p><p>Then change where the link goes to 'client' to 'api.php'. Enjoy.</p></blockquote><p></p>
[QUOTE="zMagenta, post: 179181, member: 4512"] To save time and effort, do this; Create a file called 'api.php' and copy and paste this code into it; [PHP]<style type="text/css">body{background-image:url('images/bg.png');font-family:Verdana;font-size:10px;color:#000000;}#contentHolder{width:500px;margin:auto;background-color:#FFFFFF;padding:10px;border:1px solid #CCCCCC;text-align:center;}.contentTitle{color:black;font-size:24px;font-weight:bold;margin-bottom:15px;border-bottom:1px solid #CCCCCC;}</style> <div id="contentHolder"> <div class="contentTitle">Please Vote</div> It appears that you have not voted yet today! Please click the button below.<br /> <br /><center><form action="http://thehabbos.org/vote/[B]THEHABBOSNAME[/B]" method="post"> <input type="hidden" name="api_url" value="http://[B]YOURWEBISTEADRESS[/B]/client" /> <input style="width: 120px; height: 40px; background-image: url('http://thehabbos.org/topsites/button.php'); border: 0px; cursor: pointer;" type="submit" name="votingAPI" value="" /> </form></div></div>[/PHP] Then change where the link goes to 'client' to 'api.php'. Enjoy. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
How to setup thehabbos voting on R63b with RevCMS
Top