Quit Need help ? Inbox me! Nov 29, 2013 94 10 Dec 1, 2014 #1 Hey can someone make me a script to add to my me.php page so when a user login or after they register they'll be redirected to vote and then me page CMS: RevCMS FindRetrosURL: /HabZoneUS
Hey can someone make me a script to add to my me.php page so when a user login or after they register they'll be redirected to vote and then me page CMS: RevCMS FindRetrosURL: /HabZoneUS
Jerry not rly active lol Jul 8, 2013 1,957 522 Dec 2, 2014 #2 Sure thing, Add this on the top of your me.php file; PHP: <?php if (!isset($_GET["novote"])) { header("Location: https://findretros.com/rankings/vote/HabZoneUS"); } ?> Upvote 0 Downvote
Sure thing, Add this on the top of your me.php file; PHP: <?php if (!isset($_GET["novote"])) { header("Location: https://findretros.com/rankings/vote/HabZoneUS"); } ?>
Quit Need help ? Inbox me! Nov 29, 2013 94 10 Dec 2, 2014 Thread starter #3 Thanks Jerry Upvote 0 Downvote