-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
I really think that its just copied out of the one from iplay?
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
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.
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
Quote:
Originally Posted by
Imagician
Advertise much...
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
I installed this on xampp and got tons and tons of error's. Maybe its my PHP version, I will check on my webhost though?
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
Quote:
Originally Posted by
Mithex
I installed this on xampp and got tons and tons of error's. Maybe its my PHP version, I will check on my webhost though?
Install XAMPP 1.7.3
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
Quote:
Originally Posted by
Jupos
Advertise much...
Was it necessary to quote it as that post could have been reported and removed now 2 posts have to be removed/edited
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
Quote:
Originally Posted by
Jupos
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.
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
Quote:
Originally Posted by
YungTmk
Was it necessary to quote it as that post could have been reported and removed now 2 posts have to be removed/edited
Moderators take ages to do things...
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
Quote:
Originally Posted by
Jupos
Moderators take ages to do things...
Not if you go on there page and report it or even pm one.
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
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
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
Quote:
Originally Posted by
Mithex
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 Code:
error_reporting(0);
Now that should tell those errors to stfu!
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
I want to fix the errors not silence them
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
Quote:
Originally Posted by
Jupos
Advertise much...
It says that i haven't permissions to access this page, anda now what i do?
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
Quote:
Originally Posted by
Mithex
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.
-
Quote:
Originally Posted by
Mithex
I want to fix the errors not silence them
Check your query you used for that.
Posted via Mobile Device
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
I wish there was an english version...
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
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
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
Download link broken
can someone re-upload? :glare:
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
Its MyMabbo , also it has very much bugs and xss gaps !!
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
I repeat that donwload link don't work and the riginal post don have permissions, some one can upload it?
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
waiting for someone who can re-upload...
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
Download??? Link is broken..
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
-
Re: HabboRE-CMS (HoloCMS-edit for Phoenix 3.6.0) Homes, Groups and more!
HAHA i know why the groups weren't working!
$sql123 = mysql_query("SELECT * FROM group_details WHERE id = '".FilterText($_GET['id'])."' LIMIT 1") U forgot the ;
Lol..