Well... my forum is
i uploaded easymod using cuteFTP, i followed all the instructions but when i log into administrator panel and type in
http://demyx.5gbfree.com/forum/admin/mo ... nstall.php
it just takes me back to 5gbfree.com
what i'm i doing wrong?
Help for easymod
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
-
- Registered User
- Posts: 7219
- Joined: Tue Nov 16, 2004 8:54 pm
- Location: Florida, US
- Contact:
Re: Help for easymod
Looping Login Problem
What is the Cookie path in General Admin Configuration in your ACP? If it isn't set to / you might want to try it. Changing this setting will force all of your members to have to clear the cookies to your board in their browsers...

If that doesn't work, then you can edit your easymod_install.php file and remove the following section, which causes more harm than good:
Let me know how it goes...

What is the Cookie path in General Admin Configuration in your ACP? If it isn't set to / you might want to try it. Changing this setting will force all of your members to have to clear the cookies to your board in their browsers...
If that doesn't work, then you can edit your easymod_install.php file and remove the following section, which causes more harm than good:
Code: Select all
//
// Only administrators here, please
//
if( !$userdata['session_logged_in'] )
{
redirect(append_sid("login.$phpEx?redirect=admin/mods/easymod/easymod_install.$phpEx", true));
}
if( $userdata['user_level'] != ADMIN )
{
message_die(GENERAL_MESSAGE, $lang['Not_admin']);
}
Re: Help for easymod
the cookie path is / like it should be
the second one you said im trying out as soon as i find what line that's at out of 2000 some...
EDIT: nvm i found it
the second one you said im trying out as soon as i find what line that's at out of 2000 some...
EDIT: nvm i found it
Re: Help for easymod
nope still doesnt work 
-
- Registered User
- Posts: 7219
- Joined: Tue Nov 16, 2004 8:54 pm
- Location: Florida, US
- Contact:
Re: Help for easymod
What is it doing now???

Re: Help for easymod
still the same thing
-
- Registered User
- Posts: 7219
- Joined: Tue Nov 16, 2004 8:54 pm
- Location: Florida, US
- Contact:
Re: Help for easymod
Is it going to a Host page or one of your forum pages???

Re: Help for easymod
its going to the host page, not one of the forum pages, the front page of 5gbfree.com
-
- Registered User
- Posts: 7219
- Joined: Tue Nov 16, 2004 8:54 pm
- Location: Florida, US
- Contact:
Re: Help for easymod
Ok, this sounds like a permissions problem. Does your host require that the file permissions be set to anything other than 644???
CHMOD Permissions
Do you have the permissions of the folders set to 755 and the files set to 644? On most boards, the folder permissions must be set to 755 and the file permissions to 644. However on some, such as Awardspace and Lycos, the folder and file permissions MUST BE set to 755. Check some of your other non-EM file and folder permissions to determine what works on your site...
You can probably find instructions on how to do that at the site that provides your FTP application. I'm sure it varies from application to application...
I use SmartFTP. All you need to do is click on a folder or file in the right hand viewer and choose Properties/CHMOD or Alt+Enter

Then you can either enter the value, like 755 or 644, or you can click on the read, write, execute options, which do the same thing...


CHMOD Permissions
Do you have the permissions of the folders set to 755 and the files set to 644? On most boards, the folder permissions must be set to 755 and the file permissions to 644. However on some, such as Awardspace and Lycos, the folder and file permissions MUST BE set to 755. Check some of your other non-EM file and folder permissions to determine what works on your site...
You can probably find instructions on how to do that at the site that provides your FTP application. I'm sure it varies from application to application...
I use SmartFTP. All you need to do is click on a folder or file in the right hand viewer and choose Properties/CHMOD or Alt+Enter
Then you can either enter the value, like 755 or 644, or you can click on the read, write, execute options, which do the same thing...
Re: Help for easymod
yes there all 755