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
Help me setup FindRetros?
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="Zodiak" data-source="post: 273204" data-attributes="member: 9300"><p>Make an account for example</p><p>user:12345</p><p></p><p>Manage Pages -> Create page</p><p>Page username could be your hotel name for example</p><p></p><p>If rev: On your app/tpl/skins/{skin}/index.php</p><p>at the top add:</p><p>[PHP]</p><p><?php</p><p>if($_REQUEST['novote'] == 1) {</p><p>//Do nothing</p><p>} else {</p><p>header("location: http://findretros.com/rankings/vote/YOURPAGEUSERNAME");</p><p>} ?>[/PHP]</p><p></p><p>And on your page settings -> voting</p><p>set the return url to</p><p><a href="http://yourdomain.com/index/novote/" target="_blank">http://yourdomain.com/index/novote/</a></p><p></p><p>In your .htaccess file add:</p><p>RewriteRule ^index/novote/(.*)/?$ index.php?url=index&novote=1 [L,QSA]</p><p></p><p>Hope that helped<img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Zodiak, post: 273204, member: 9300"] Make an account for example user:12345 Manage Pages -> Create page Page username could be your hotel name for example If rev: On your app/tpl/skins/{skin}/index.php at the top add: [PHP] <?php if($_REQUEST['novote'] == 1) { //Do nothing } else { header("location: http://findretros.com/rankings/vote/YOURPAGEUSERNAME"); } ?>[/PHP] And on your page settings -> voting set the return url to [URL]http://yourdomain.com/index/novote/[/URL] In your .htaccess file add: RewriteRule ^index/novote/(.*)/?$ index.php?url=index&novote=1 [L,QSA] Hope that helped:) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Help me setup FindRetros?
Top