 | [Solved] Domain name URL problem |  |
Posted: 04/02/2007 11:05 AM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 5:30 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Domain name URL problem |  |
Posted: 04/02/2007 11:12 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:30 PM
Location: St Pete, FL
|

|
|
|
|
 |
You would go through and find every instance of this:
| Code:
|
|
redirect(append_sid("index.$phpEx", true));
|
And change it to this:
| Code:
|
|
redirect(append_sid("portal.$phpEx", true));
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Domain name URL problem |  |
Posted: 04/02/2007 11:15 AM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 5:30 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
| Nightrider wrote:
|
You would go through and find every instance of this:
| Code:
|
|
redirect(append_sid("index.$phpEx", true));
|
|
Where can i find this? in which file(s) do i need to edit? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Domain name URL problem |  |
Posted: 04/02/2007 11:20 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:30 PM
Location: St Pete, FL
|

|
|
|
|
 |
I found this one in the profile.php file. If you have your forum files stored on your PC, you can do a search for the text using Explore and hopefully it will find every instance of this...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Domain name URL problem |  |
Posted: 04/02/2007 11:29 AM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 5:30 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
Haha it does as well, cool that is. Searches for text in a file yeah. Using Search (XP)
Cheers |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Domain name URL problem |  |
Posted: 04/02/2007 10:58 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:30 PM
Location: St Pete, FL
|

|
|
|
|
 |
So is this working now? I tried to log into your Test board, but it looks like my account has been deleted...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Domain name URL problem |  |
Posted: 04/03/2007 6:39 AM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 5:30 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
| Nightrider wrote:
|
So is this working now? I tried to log into your Test board, but it looks like my account has been deleted...
|
Well XP could only find the text in the EzPortal file, couldn't find the text in the folder of backed up files for the website
As to your account it must have been deleted when I restored the test board using the live board’s backup sql file. I never done a backup after you signed up... sorry about that man. I'll be sure to do more recent backups of the database in future... so if you don’t mind signing up again m8y... |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Domain name URL problem |  |
Posted: 04/03/2007 6:41 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:30 PM
Location: St Pete, FL
|

|
|
|
|
 |
I figured that's probably what happened. No problem. I can register at any time if need be...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Domain name URL problem |  |
Posted: 04/03/2007 7:24 AM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 5:30 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Domain name URL problem |  |
Posted: 04/03/2007 7:37 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:30 PM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, you know that you will be able to find that code at least at the bottom of the profile.php file. So you can make that adjustment...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|