Search found 9 matches
- Fri Apr 06, 2012 8:46 pm
- Forum: Tutorials
- Topic: Login System: MySQL_Result error
- Replies: 8
- Views: 1613
Re: Login System: MySQL_Result error
Oh thanks, but now problem 2, this comes from the email activation part: Parse error: syntax error, unexpected ';' in /home/a6713569/public_html/TGz/Content/Features/UAS/core/inc/user.inc.php on line 35 <?php // Check if the username already exists. function user_exists($user){ $user = mysql_real_es...
- Fri Apr 06, 2012 5:10 pm
- Forum: Tutorials
- Topic: Login System: MySQL_Result error
- Replies: 8
- Views: 1613
Re: Login System: MySQL_Result error
I'm from the Netherlands, my keyboard is United States (International)
- Fri Apr 06, 2012 2:14 pm
- Forum: Tutorials
- Topic: Login System: MySQL_Result error
- Replies: 8
- Views: 1613
Re: Login System: MySQL_Result error
Oh thanks, but how do I create those? Don't want to Copy them each time I need it
- Thu Apr 05, 2012 8:56 pm
- Forum: Tutorials
- Topic: Login System: MySQL_Result error
- Replies: 8
- Views: 1613
Login System: MySQL_Result error
From your tutorial Register and Login (User account system) (http://betterphp.co.uk/playlist.html?pid=A8C368A12314F07E) I got the following error: Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/a6713569/public_html/TGz/Content/Features/UAS/core/inc/user.inc....
- Sun Jan 08, 2012 12:56 am
- Forum: PHP
- Topic: Problem with MineCraft Server Info Using MineQuery
- Replies: 8
- Views: 3829
Re: Problem with MineCraft Server Info Using MineQuery
Should be, I didnt change the default MineQuery portbowersbros wrote:Is the port number definately right?
- Sun Jan 08, 2012 12:55 am
- Forum: PHP
- Topic: Problem with MineCraft Server Info Using MineQuery
- Replies: 8
- Views: 3829
Re: Problem with MineCraft Server Info Using MineQuery
Not sure yet, need to fix my WiFi to turn the server on
- Sat Jan 07, 2012 11:58 pm
- Forum: PHP
- Topic: Problem with MineCraft Server Info Using MineQuery
- Replies: 8
- Views: 3829
Re: Problem with MineCraft Server Info Using MineQuery
Oh thanks, managed to fix some forgotten ";"'s Anyways, I also did like he said to hide this error message if it can't connect to the server: Warning: fsockopen() [function.fsockopen]: unable to connect to 86.80.237.30:25566 (Connection timed out) in /home/roensite/public_html/sub/minecraf...
- Fri Jan 06, 2012 11:23 pm
- Forum: PHP
- Topic: Problem with MineCraft Server Info Using MineQuery
- Replies: 8
- Views: 3829
Re: Problem with MineCraft Server Info Using MineQuery
Thanks, that fixed that but now I get: Parse error: syntax error, unexpected T_VARIABLE in /home/roensite/public_html/sub/minecraftneo/text/onlinelist/core/config.inc.php on line 4 <?php $path = dirname(__FILE__); include("{$path}/config.inc.php"); include("{$path}/inc/mc.inc.php"...
- Fri Jan 06, 2012 10:00 pm
- Forum: PHP
- Topic: Problem with MineCraft Server Info Using MineQuery
- Replies: 8
- Views: 3829
Problem with MineCraft Server Info Using MineQuery
Hi, I follwed your tutorial "MineCraft Server Info Using MineQuery" but I get this error: Warning: include() [function.include]: Failed opening '/home/roensite/public_html/sub/minecraftneo/text/onlinelist/core/config.inc.php}' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php'...