Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!

Status
Not open for further replies.
Experienced Elementalist
Joined
Jul 31, 2008
Messages
289
Reaction score
22
I really think that its just copied out of the one from iplay?
 
Experienced Elementalist
Joined
Sep 19, 2010
Messages
210
Reaction score
74
iPlay do it only for the profile.php & without FilterText($ _DATA) but mysql_real_escape_string($ _DATA).
I've also fixed in the whole of groupsdata.php and profile.php!
Think first, then write.

Sorry for my bad English.

Sincerely, Imagician.
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
Install XAMPP 1.7.3

Your advice is blinkered. You think if you make a website and it gives errors in PHP 5.3 for example, you tell the client to ask the host to downgrade to PHP 5.2? It doesn't make sense to just downgrade. The errors have to be worked upon and fixed so it is compatible with all versions.
 
Thanks for the memories!
Loyal Member
Joined
May 21, 2010
Messages
1,270
Reaction score
540
Still get some error's but definatley not as many.

Code:
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\data_classes\server-data.php_data_classes-core.php.php on line 18

Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\data_classes\server-data.php_data_classes-core.php.php on line 19

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\data_classes\server-data.php_data_classes-core.php.php on line 52

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\data_classes\server-data.php_data_classes-core.php.php on line 301

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\data_classes\server-data.php_data_classes-core.php.php:18) in C:\xampp\htdocs\register.php on line 46
 
"(still lacks brains)"
Loyal Member
Joined
Sep 2, 2011
Messages
2,371
Reaction score
1,361
Still get some error's but definatley not as many.

Code:
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\data_classes\server-data.php_data_classes-core.php.php on line 18

Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\data_classes\server-data.php_data_classes-core.php.php on line 19

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\data_classes\server-data.php_data_classes-core.php.php on line 52

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\data_classes\server-data.php_data_classes-core.php.php on line 301

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\data_classes\server-data.php_data_classes-core.php.php:18) in C:\xampp\htdocs\register.php on line 46

core.php or something like that in includes folder:
PHP:
error_reporting(0);

Now that should tell those errors to stfu!
 
Junior Spellweaver
Joined
Oct 9, 2011
Messages
187
Reaction score
25
Still get some error's but definatley not as many.

Code:
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\data_classes\server-data.php_data_classes-core.php.php on line 18

Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\data_classes\server-data.php_data_classes-core.php.php on line 19

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\data_classes\server-data.php_data_classes-core.php.php on line 52

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\data_classes\server-data.php_data_classes-core.php.php on line 301

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\data_classes\server-data.php_data_classes-core.php.php:18) in C:\xampp\htdocs\register.php on line 46

Fail.
 
I don't even know
Loyal Member
Joined
Apr 7, 2010
Messages
1,699
Reaction score
420
Just something handy for youre htaccess to make Housekeeping work :)

RewriteRule ^manage/hotel/de/housekeeping(|/)$ ./manage/hotel/de/housekeeping/index.php
RewriteRule ^manage/hotel/de/housekeeping/index/p/(..*)$ ./manage/hotel/de/housekeeping/index.php?p=$1
 
Master Summoner
Joined
Sep 9, 2011
Messages
557
Reaction score
106
Download link broken
can someone re-upload? :glare:
 
Status
Not open for further replies.
Back
Top