OK I've been mulling over this for days... I had downloaded the phpnuke module of my lounge. This is totally triping me out.
OK so here we go, I'll try to make this as simple as possiable
Server Info:
· Os: FreeBSD
· PHP: 4.3.9
· MySQL: 4.0.15
· phpnuke 7.2
Discription:
Upon running setup.php I get the following errors on the 3rd screen.
Warning: opendir(html): failed to open dir: No such file or directory in /usr/home/user/public_html/setup.php on line 177
Warning: readdir(): supplied argument is not a valid Directory resource in /usr/home/user/public_html/setup.php on line 178
Warning: closedir(): supplied argument is not a valid Directory resource in /usr/home/user/public_html/setup.php on line 187
these are the lines it is complaing about:
line 177: $handle = opendir("html");
line 178: while ($file = readdir($handle)) {
line 187: closedir($handle);
the url I am at when I recieve these errors is:
http://www.mydomain.com/setup.php?do=three
I am able to fill out the fields and complete the install though.
Now from there, I'm taking it that this is not happening.
"*********IMPORTANT*********: there are certain words like {text_125}, {reserved} or {stats} written in the templates.
These are tags which will be replaced by content while the scripts are running.
YOU HAVE TO KEEP THEM IN ORDER TO RUN THE SCRIPTS."
Because none of the text or links are showing up. However, I did manage to figure out what most of the text was and just filled it in manually.
But it seems that the check function is not working. Maybe I messed it up somehow by changing the text. Or maybe it's because there is still an aweful lot of stuff in {} I mainly just changed the {text_#} lines I found to get the links to appear.
Basically the admin part is working fine now but. When a user tries to go through the registration and check to see if a subdomain is avilable nothing happens. Also, doing a whois nothing happens. Did I miss something during the configuration and install proccess where I should just ditch the sql tables and try again? Or is there a way I can manually edit the register.php and/or whois.php file to get it to work? Maybe something in a html file I missed and could change?
I realize that my lounge didn't create this phpnuke mod, I'm just hoping some here can help me out. I think the people at www.fullextra.com turned this into a phpnuke module. But unforunatly I don't speak Hungarian and trying to use a translator on their page has frustrated the crap out of me.
Any suggestions would greatly be appericated, thx!