Thread: Costum Modules
View Single Post
  #7 (permalink)  
Old 07-19-2004, 03:15 PM
Mighty_Y Mighty_Y is offline
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
open notepad or wordpad, put this code into a new document:
Code:
<?php
$header_location = ( @preg_match('/Microsoft|WebSTAR/', $_SERVER['SERVER_SOFTWARE']) ) ? 'Refresh: 0; URL=' : 'Location: ';
header($header_location."modules.php?name=GoHere);
exit;
?>
save it as index.php

now go onto your server and upload the index.php to modules/GoHere (probably you have to create that folder)
then go to your site and in the modules block click on 'GoHere' and itll redirect you

Now:
everywhere I wrote 'GoHere' you can place your own name
if you need more help editing this code just tell me
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Reply With Quote