Unstoppable Domains โ€” AI Assistant

DomainSellerPro problems - RJ??

Spaceship Spaceship
Watch
Impact
22
Hi RJ, (tried to PM you but you're not accepting)

I am wondering if there was some new update or glitch that would make DSP stop working. I have version 1.52 from a long time ago.

Anyway, it was all screwed up due to my server and database for a long time.. I'm just getting around to trying to fix it.

I re-did my database (directly from phpmyadmin), It's pulling the names to the home page like it should, but when you click on a link it doesn't go anywhere.

Also does the same thing from the admin login page. I tried a fresh install, on a different server as well.. same thing.

Tried resetpass.php.. it says it's reset, but still won't log in.

Hopefully you may have a idea of what my problem might be.

http://www.strictlynames.com

Thanks for your time,
Dave
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable Domains โ€” AI StorefrontUnstoppable Domains โ€” AI Storefront
Something is missing in the index.php file which detects the ?a=d&id=342 variables and displays that template. My bet is when you customized it you might have removed something or accidentally replaced something. I can take a look if you want, RJ seems to be busy with stuff.

- Steve
 
0
•••
after reading some things about php errors (different scripts) ... I'm thinking it has to do with globals. Any idea how to correct this if it is the case?


I didn't make any changes to the script, I even tried a fresh install without any customization.

Thanks,
Dave
 
0
•••
I've seen this happen before and I couldn't figure out the problem.. I moved the script to another server and it worked.

Try asking your host what the problem is.
 
0
•••
If you think it's Globals ....
try adding this into your .htaccess
Code:
php_flag register_globals on
 
0
•••
Noobie said:
If you think it's Globals ....
try adding this into your .htaccess
Code:
php_flag register_globals on

Just tried it... got an internal server error 500

I will probably have to do as Dan suggests and contact my host.

Thanks,
Dave
 
0
•••
If register_globals is off you'll need to gather the variables from the URL manually.

Try something like this:

$a=$_REQUEST['a'];
$id=$_REQUEST['id'];
 
0
•••
thanks.. that is what the problem is.

now to figure out how to fix the whole script.. :(

Appreciate the help.

Dave
 
0
•••
You can also use import_request_variables() function to import GET/POST variables
 
0
•••
PM on the way!
 
0
•••
-RJ- said:
PM on the way!

Thanks RJ and everyone else that replied,

Problem resolved.

Happy Holidays, :santa:
Dave
 
0
•••
Dynadot โ€” .com TransferDynadot โ€” .com Transfer
Appraise.net
Domain Recover
DomainEasy โ€” Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back