I need to correct this. "mysite" should be username. The website username. I am trying to install this on three of my domains and it is having the same problem on each one. Could the mySQL syntax have changed in the latest version of mySQL?
The sites are just sitting there because they are intended to be dedicated banner exchanges only, this isn't something I am doing in addition to the site so I am so screwed till I get help.
install.php takes me through the process just fine and looking in the myadmin in mySQL I see the database tables created. Are these error messages accurate or is the problem elsewhere? If the errors are accurate then how can I change them to make this work? Please
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It turned out to be an issue with the md5 encoding. In my case, the decoding would completely change every couple of days. I think it could be fixed by adding a md5 decryption key, but that's poorly documented, and tough to work with. Changing it to base64 did more or less the same thing and seemed to solve the problem.
I'll be releasing some new banex/bannerex code this week sometime.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/mysite/public_html/inc/auth.inc on line 35
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/mysite/public_html/members.php on line 17
What do you think it could be? Whatever your advice it needs to be the "for dummies" version. Server is running mySQL 4.0.20-standard and PHP 4.3.7
I need to correct this. "mysite" should be username. The website username. I am trying to install this on three of my domains and it is having the same problem on each one. Could the mySQL syntax have changed in the latest version of mySQL?
The sites are just sitting there because they are intended to be dedicated banner exchanges only, this isn't something I am doing in addition to the site so I am so screwed till I get help.
install.php takes me through the process just fine and looking in the myadmin in mySQL I see the database tables created. Are these error messages accurate or is the problem elsewhere? If the errors are accurate then how can I change them to make this work? Please
I ran into a problem like this.
It turned out to be an issue with the md5 encoding. In my case, the decoding would completely change every couple of days. I think it could be fixed by adding a md5 decryption key, but that's poorly documented, and tough to work with. Changing it to base64 did more or less the same thing and seemed to solve the problem.
I'll be releasing some new banex/bannerex code this week sometime.