Help me setup FindRetros?

Four

Go away lol.
Mar 14, 2014
35
2
Looking for someone to help me setup FindRetros for my hotel or done for me via Teamviewer, let me know.
 

Zodiak

recovering crack addict
Nov 18, 2011
450
411
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");
} ?>

And on your page settings -> voting
set the return url to


In your .htaccess file add:
RewriteRule ^index/novote/(.*)/?$ index.php?url=index&novote=1 [L,QSA]

Hope that helped:)
 
Last edited:

manar

Member
May 12, 2014
37
1
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");
} ?>

And on your page settings -> voting
set the return url to


In your .htaccess file add:
RewriteRule ^index/novote/(.*)/?$ index.php?url=index&novote=1 [L,QSA]

Hope that helped:)
what about wwwroot web.config??
 

Zodiak

recovering crack addict
Nov 18, 2011
450
411
Code:
<rule name="Imported Rule 8" stopProcessing="true">
                    <match url="^index/novote/" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=index&amp;novote=1" appendQueryString="true" />
                </rule>
 

Users who are viewing this thread

Top