First off, my website http://www.stop-n-save.net is on cpanel and right now I am having problems accessing the admin panel. It is all on phpadmin, and DealInformer 2.0. I am not able to add my offers or anything else like that or see the Deals on my home page because some files may be missing. Basically I need to get this up and running again so my site will be fully functional. After that is complete, I need the whole site moved to a new server. Anyone interested in taking on this project? Will pay through Paypal.
That site has the look of an older script. You may be able to solve your problems by enabeling register_globals. Depending on the server config, this is done in the .htaccess file or php.ini. I will tell you which and how if you like. The advice and any follow-up posts in the thread are free. If you want some personal help please feel free to PM me.
Yes, not sure what register_globals is. If you could tell me which and direct me the right direction, that'd be great.
Ok, I cannot find the php.ini However, I did add that line in the .htaccess file I can get into my admin now! yay, However, when I try to add merchants or do anything with the categories, it takes me right back to the login page. I had a ton of things added on there, however, I cannot even see them. So, something is missing.
Where's my 5$? Lol. But at least, we went one step further I can reinstall the script and move it to your new server if you want.
Please don't encourage anyone to turn on register_globals. It's better to have it rewritten properly than to rely on that antiquated and insecure bit of settings.
I think it's for testing purposes only. Once it will be settled I think it would be all good to turn it off again.
I'm not sure if that's the case, there would be no reason to turn it on unless you needed it for the site to work. register_globals means that you can use $var instead of reading $_POST['var'] or $_GET['var'] depending on how the variables are being passed. It has some serious security issues if it's not done right, and then if it were done right you might as well use proper variables You have things like an $is_admin check, but I can add ?is_admin=true to the URL and voila, gain access. It's bad bad practice to do.
Yeah, I got you and I knew that. See, it worked when register_globals was turned on, so we now have leads to where the problem lies.
So, it is working now, as far as being able to see the admin panel, however, now, I cannot edit anything. When I try to add more merchants or edit anything I am automatically taken back to the login screen. On my home page, if you try clicking on any of the categories, you can now see some of the deals I have posted which I wasn't able to see before.