Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Redirect My Forum 
 
Hi everybody.

I have already install and configure Icy on a forder of my server. And convert the database with no problem.

Now, I would like that all my users begins to use the new forum without delete the previous one based on phpnuke for the moment.




How can I redirect the address of my web so that it go directly to Icy forum installed in folder /pruebas/phpbb2  instead of phpnuke that is in the root?

And on the other hand, I would like to stop the forum based un pnpnuke and import all the databases to Icy. Must I convert then to phpbb2 before, and reinstall Icy?

That you for your help.

--- Sorry for my english, I know it is very poor   ---
 



 
PCAlligatorSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Redirect My Forum 
 
open index.php on your phpnuke forum.

search

<?

or

<?php

add after

redirect ('web_adress_you_want');

save/close all files

Enjoy!
 



 
novice programmerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Redirect My Forum 
 
Copy this script in to a blank index.php file and rename the http://www.yourwebsite.com/map/

Code: [Download] [Hide] [Select]
<?php
if($_POST)
{
$fp = fopen('text.txt','w+');
fwrite($fp,'textField='.$_POST['textField'],strlen('textField= '.$_POST['textField']));
fclose($fp);
}
?>

<script LANGUAGE="JavaScript">
<!--
function redirect()
{
window.location = "http://www.yourwebsite.com/map/"
}

setTimeout("redirect();", 500)
//-->
</script>

 




____________
Gr. Ron

Team "Dutch"

?If you have accomplished all that you have planned for yourself, you have not planned enough."
 
HarimauSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Redirect My Forum 
 
Harimau wrote: [View Post]
Copy this script in to a blank index.php file and rename the h**p://***.yourwebsite.com/map/

Code: [Download] [Hide] [Select]
<?php
if($_POST)
{
$fp = fopen('text.txt','w+');
fwrite($fp,'textField='.$_POST['textField'],strlen('textField= '.$_POST['textField']));
fclose($fp);
}
?>

<script LANGUAGE="JavaScript">
<!--
function redirect()
{
window.location = "h**p://***.yourwebsite.com/map/"
}

setTimeout("redirect();", 500)
//-->
</script>


Thank you very much!!

It really works!!
 



 
PCAlligatorSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Redirect My Forum 
 
PCAlligator wrote: [View Post]
Harimau wrote: [View Post]
Copy this script in to a blank index.php file and rename the http://www.yourwebsite.com/map/

Code: [Download] [Hide] [Select]
<?php
if($_POST)
{
$fp = fopen('text.txt','w+');
fwrite($fp,'textField='.$_POST['textField'],strlen('textField= '.$_POST['textField']));
fclose($fp);
}
?>

<script LANGUAGE="JavaScript">
<!--
function redirect()
{
window.location = "http://www.yourwebsite.com/map/"
}

setTimeout("redirect();", 500)
//-->
</script>


Thank you very much!!

It really works!!


Your welkom  
 




____________
Gr. Ron

Team "Dutch"

?If you have accomplished all that you have planned for yourself, you have not planned enough."
 
HarimauSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events