God dammit, help me fix this for f*ck sakes, i'm sick of being ignored on this site about this mother-f*cking error!!!!!!!!!!!!
God dammit, help me fix this for f*ck sakes, i'm sick of being ignored on this site about this mother-f*cking error!!!!!!!!!!!!
lol, chillax. Did you edit the \register\index.php before you ran it?
At the top it will ask for this:
You have to fill that out before it will connect to your login server. Also, make sure your mysql and login server are both up and running.Code:<?php $db_host='localhost'; $db_user='root'; $db_pass='ascent'; $db_name='logon_all_realms'; $server_message='Realmlist: 76.107.82.146';
just tested it, works perfectly - thanks!![]()
Is there any way to incorporate a server status into this as a sidebar function?
I'm pretty php savvy but I don't have the slightest clue how to ping a server and get a true/false as far as the server being up or down. I've seen some CMS packages with this feature so I might break one of those apart and look at it.
If there's already an easy way to do this, please let me know![]()
Also - Users are able to register and it gets put into the database perfectly, but they're not able to log in until I do a logon server restart. Is there any way around this?
Omfg, coldmrn are you a retard or something...? You don't got a DBLayer meaning your site ain't gonna work.
coldmrn, I have seen you complain at EVERY website release...how about if you can't get something to work stop trying. Sorry if this seems like flaming, but your being so rude to people who are contributing to the public, and they don't even need to, and you don't seem to even care, all you do is whine, whine, and whine because of your own stupidity. Maybe if you took 2 seconds to look at the errors your getting you would be able to figure it out yourself.
Look for example.
"Undefined variable:" - This is saying that the system does not know what it is trying to do.
"p_connect" - This is the variable that the system does not know.
"on line 10" - Hm, this should be self explanatory...what line it is screwing up on.
This is just being rude here.
The reason why people ignore you is because your just leeching, leeching, and leeching then complain about every little thing, you seem to be able to screw every website script so far. Maybe instead of crying to us saying are stuff don't work why don't you check your PHP version make sure it is the newest, make sure you configured everything correctly, and make sure you follow a the instructions or readme. Now please, follow what I just said, apply it to yourself or GTFO MMOwned.God dammit, help me fix this for f*ck sakes, i'm sick of being ignored on this site about this mother-f*cking error!!!!!!!!!!!!
<3
I like it a lot, though. It runs...![]()
Kyratas
Last edited by Kyratas; 05-13-2009 at 09:16 PM.
Last edited by coldmrn; 05-14-2009 at 11:47 AM.
There you go, now you shouldn't complain at everyone's releases! We are only trying to share are work with others here, not be complained at "It doesn't work!" when clearly it does with over a thousand downloads and ect. on them with only 1 person complaining.
<3
Thanks for this, but I can't get everything to work quite right. That has nothing to do with you, but my own limitations concerning PHP and such at the moment. You have been a great help sir.
"PHP Warning: mysql_real_escape_string() expects parameter 2 to be resource, boolean given in /home/chaostoy/public_html/register/index.php on line 155"
Here is the section in question, I believe.
function escape($str)
{
if (is_array($str))
return '';
else if (function_exists('mysql_real_escape_string'))
return mysql_real_escape_string($str, $this->link_id); #This is line 155#
else
return mysql_escape_string($str);
I am trying to search through the issue, but so far, I am still at a loss. I am able to open the file to edit the line, but do not currently know wth I am doing, lol. I shall dig deeper and eventually get this figured out I hope.
I have tracked down the cause of the issue, so now begins the real work...finding out what I screwed up.
" MySQL said: Documentation
Cannot connect: invalid settings. "
Last edited by Areius; 05-24-2009 at 11:17 PM. Reason: added the actual error in hopes of a kind brain to help out ;P