-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
sholomon25
how to fix this problem ?
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 17 in C:\xampp\htdocs\includes\class.core.php on line 191
Run this:
Code:
INSERT INTO `site_config` VALUES ('1', '0');
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
iHarrison
Run this:
Code:
INSERT INTO `site_config` VALUES ('1', '0');
Thanks .>> By the way I got this problem when I startup the client
Title: Table 'uber2.user_tickets' doesn't exist
Text: Table 'uber2.user_tickets' doesn't exist
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
sholomon25
Thanks .>> By the way I got this problem when I startup the client
Title: Table 'uber2.user_tickets' doesn't exist
Text: Table 'uber2.user_tickets' doesn't exist
Here you go, try searching up in the thread, Jonteh has posted most of the queries that you'll need
Code:
CREATE TABLE IF NOT EXISTS `user_tickets` (
`userid` int(10) unsigned NOT NULL,
`sessionticket` varchar(100) NOT NULL,
`ipaddress` varchar(20) NOT NULL,
PRIMARY KEY (`sessionticket`,`ipaddress`),
UNIQUE KEY `index_id` (`userid`) USING HASH
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
iHarrison
Here you go, try searching up in the thread, Jonteh has posted most of the queries that you'll need
Code:
CREATE TABLE IF NOT EXISTS `user_tickets` (
`userid` int(10) unsigned NOT NULL,
`sessionticket` varchar(100) NOT NULL,
`ipaddress` varchar(20) NOT NULL,
PRIMARY KEY (`sessionticket`,`ipaddress`),
UNIQUE KEY `index_id` (`userid`) USING HASH
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
THanks again ^^ But CLIENT is the biggest problem I got... It says
Please update your Flash Player to the latest version.
You can install and download Adobe Flash Player here: Install flash player. More instructions for installation can be found here: More information
urghh...
Quote:
Originally Posted by
iHarrison
Here you go, try searching up in the thread, Jonteh has posted most of the queries that you'll need
Code:
CREATE TABLE IF NOT EXISTS `user_tickets` (
`userid` int(10) unsigned NOT NULL,
`sessionticket` varchar(100) NOT NULL,
`ipaddress` varchar(20) NOT NULL,
PRIMARY KEY (`sessionticket`,`ipaddress`),
UNIQUE KEY `index_id` (`userid`) USING HASH
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
THanks again ^^ But CLIENT is the biggest problem I got... It says
Please update your Flash Player to the latest version.
You can install and download Adobe Flash Player here: Install flash player. More instructions for installation can be found here: More information
urghh...
Quote:
Originally Posted by
iHarrison
Here you go, try searching up in the thread, Jonteh has posted most of the queries that you'll need
Code:
CREATE TABLE IF NOT EXISTS `user_tickets` (
`userid` int(10) unsigned NOT NULL,
`sessionticket` varchar(100) NOT NULL,
`ipaddress` varchar(20) NOT NULL,
PRIMARY KEY (`sessionticket`,`ipaddress`),
UNIQUE KEY `index_id` (`userid`) USING HASH
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
THanks again ^^ But CLIENT is the biggest problem I got... It says
Please update your Flash Player to the latest version.
You can install and download Adobe Flash Player here: Install flash player. More instructions for installation can be found here: More information
urghh...
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
sholomon25
THanks again ^^ But CLIENT is the biggest problem I got... It says
Please update your Flash Player to the latest version.
You can install and download Adobe Flash Player here: Install flash player. More instructions for installation can be found here: More information
urghh...
Scroll up the thread and you'll see I posted a quote of the fix of the client that Jonteh posted. It doesn't read the client config from the ubercms_config.php file though so you'll have to enter those manually.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
I need a client fix, I go to ../client and it re-directs me to ../WWW/client. Then when I go to newclient.php it's a flash error..
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
iHarrison
Scroll up the thread and you'll see I posted a quote of the fix of the client that Jonteh posted. It doesn't read the client config from the ubercms_config.php file though so you'll have to enter those manually.
I cant see the problem. please hell me :(
my ubercms_config.php
Quote:
$client['connection_info_host'] = "127.0.0.1";
$client['connection_info_port'] = "30000";
$client['productdata_load_url'] = "http://127.0.0.1/gamedata/productdata.txt";
$client['furnidata_load_url'] = "http://127.0.0.1/gamedata/furnidata.txt";
$client['external_texts_txt'] = "http://127.0.0.1/gamedata/external_texts.txt";
$client['external_variables_txt'] = "http://127.0.0.1/gamedata/external_variables.txt";
$client['swf_base_dir'] = "http://127.0.0.1/gordon/";
$client['habbo_swf'] = "http://127.0.0.1/gordon/Habbo.swf";
$client['client_starting'] = "Please wait. YuNi is starting.";
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
I'm using IIS , I can't enter housekeeping .
Already Installed Helicon Ape , But still doesn't work .
anyone can help me? :)
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Have you got a database compatible with uber 2.0 and phoenix?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
It is compatible with Phoenix, but a few changes/additions need to be added by you.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
FullmetalPride
It is compatible with Phoenix, but a few changes/additions need to be added by you.
Your hotel using IIS or Xampp?
If IIS , help me fix with my hotel :'(
I can't enter housekeeping :S
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
PrinceOren
Your hotel using IIS or Xampp?
If IIS , help me fix with my hotel :'(
I can't enter housekeeping :S
You need to do the global.php fix that Jonteh mentioned earlier, but instead with the /allseeingeye/adminglobal.php file.
Here's how to do it. You just need to replace:
Code:
$headers = @apache_request_headers();
with this:
Code:
// $headers = @apache_request_headers();
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
iHarrison
You need to do the global.php fix that Jonteh mentioned earlier, but instead with the /allseeingeye/adminglobal.php file.
Here's how to do it. You just need to replace:
Code:
$headers = @apache_request_headers();
with this:
Code:
// $headers = @apache_request_headers();
I tried Before , But still same :S
EDIT : Fixed ! Forgot to change the adminglobal.php xD
Thanks !
:D
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Avatar Fix:
To those having a slight error with Avatar Imaging, just use Habbo's avatar image. This fix is for the "me" page. Use your brain and fix the other pages, it's too much to explain every other page for you.
>(your web path in windows explorer)>includes>tpl>comp-me.tpl
After opening in Notepad..
>Edit>Replace
Now find this:
%www%/includes/imager.php?figure=%look%&size=b&direction=2&head_direction=3&gesture=sml&size=m
And replace with:
http://habbo.com/habbo-imaging/avata...n=&gesture=sml
I have absolutely no idea why it wasn't working for me, but when I did this, it worked. If it still doesn't work, you gotta keep trying.
Again, this doesn't work for all pages containing your avatar, or another, I'm fixing the staff avatars page atm.
Quote:
Originally Posted by
iHarrison
You need to do the global.php fix that Jonteh mentioned earlier, but instead with the /allseeingeye/adminglobal.php file.
Here's how to do it. You just need to replace:
Code:
$headers = @apache_request_headers();
with this:
Code:
// $headers = @apache_request_headers();
This ain't working :P
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
How would I change all my current passwords in the database to a new password encryption?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
JoshuaLuke
How would I change all my current passwords in the database to a new password encryption?
It depends on which CMS you previously used. Most passwords for Habbo stuff are encrypted in MD5.
PhoenixCF Encrypts the passwords in MD5, but the letters are capitalized. I think..
The problem is that the decryption sites for MD5 rely on the database of their encrypted passwords to decrypt them. Basically someone has to encrypt cheese so that we can decrypt the MD5 string for cheese. That means we can't find the encryption for them that well.
I'll find the encryption if you tell me the CMS.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
FullmetalPride
It depends on which CMS you previously used. Most passwords for Habbo stuff are encrypted in MD5.
PhoenixCF Encrypts the passwords in MD5, but the letters are capitalized. I think..
The problem is that the decryption sites for MD5 rely on the database of their encrypted passwords to decrypt them. Basically someone has to encrypt cheese so that we can decrypt the MD5 string for cheese. That means we can't find the encryption for them that well.
I'll find the encryption if you tell me the CMS.
My passwords are decrypted into MD5 currently. I need to convert them to what ever this uses, but I cant do them all manually considering I have over 1500 accounts in the table
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
FullmetalPride
It's all MD5 encrypted.
This isn't MD5 is it?.. I imported my database from my VPS and I couldn't login...
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
:L I sure thought so..It kinda sucks that we can't figure out the encryption.
I can't get my client to connect with Phoenix. I added the new client, and everything..maybe I didn't edit it to say that I'm not using butterfly..
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Will all these fixes be included in 2.0.1 ? Also in 2.0.1 will you include tutorial on how to set it up with Phoenix.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Few things;
Can you release all the homes fix?
Can you release the web-gallery for our server?
Thanks
Josh
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Yeah homes don't work for me either.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Homes not working for me either.
I can't figure out why I can't restore my items to their previous state. I inserted my room, the room model, and the items. They all correspond, but the emu says it's crashing out. Fuck you, Phoenix...
Anyone come accross anything like this?
-
Also, when a user registered it doesn't seem to create a home for them either, i cannot save changes in the homes nor cancel them. I also cannot access the inventory and shop, yes, all the Java files are linked up.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
In Housekeeping , On the create new news page ,there's no Image picture (story images) .
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
PrinceOren
In Housekeeping , On the create new news page ,there's no Image picture (story images) .
Same story here.
Heheh, get it? Story? Topstory? lololololol
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
FullmetalPride
Homes not working for me either.
I can't figure out why I can't restore my items to their previous state. I inserted my room, the room model, and the items. They all correspond, but the emu says it's crashing out. Fuck you, Phoenix...
Anyone come accross anything like this?
You know I'm having this EXACT problem too.
I imported my DB from my old RevCMS and changed a few things to get it working. Everything works except random peoples rooms. And not everyone is effected, let's say 1 out of 20 people have 1 room that phoenix "crashes out" on.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jares
You know I'm having this EXACT problem too.
I imported my DB from my old RevCMS and changed a few things to get it working. Everything works except random peoples rooms. And not everyone is effected, let's say 1 out of 20 people have 1 room that phoenix "crashes out" on.
There are quite a few errors with this CMS. Hoping to see a fix for them as soon as possible, especially the homes.
Off-topic; Check your exceptions and see what item id is crashing out and use this query
Code:
DELETE FROM `items` WHERE `base_id` = 'ID CRASHING OUT HERE';
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
I've been going through the files, and although this is a great release, there is too much "stuff" that is just not needed to be included.
For example, in tpl/ , there are heaps of useless .BAK files, and other little files that no one will need to use.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Anyone have a fix for the news images / some HK pages?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
about houskeeping News article no image problem all i did was, went to Allseeingeye\pages\newspublish.php and went to line 92 ( if ($handle = opendir(CWD . '/images/ts')) ) and changed the '/images/ts' to '../images/ts' this also apply to newsedit.php but on line 132, Hope it helps o,o
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
I don't like this Code style, but okay...
so far
Yannici
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Please update your Flash Player to the latest version.
You can install and download Adobe Flash Player here: Install flash player. More instructions for installation can be found here: More information
urghh...
help me to fix this
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
You need to configure your SWFs Sholomon.
Issue Report:
It doesn't sign you out when you login from another computer, so you could be signed on two computers at the same time. This also applies to the client.
That's a big issue you need to fix. I mean huge. :l All other CMSs have this fixed.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
FullmetalPride
You need to configure your SWFs Sholomon.
Issue Report:
It doesn't sign you out when you login from another computer, so you could be signed on two computers at the same time. This also applies to the client.
That's a big issue you need to fix. I mean huge. :l All other CMSs have this fixed.
The emulator shouldn't let you login from two computers on the same account.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
iHarrison
The emulator shouldn't let you login from two computers on the same account.
The problem is the CMS, not the Emulator. I'm enabling Secure Sessions atm to try and fix this problem.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Jonty, have you abandoned this thread as you haven't been replying for days?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Badge shop SQL anyone?
About to port PhoenixPHP's shop.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
>> PROBLEM <<
Now I used NGIX . then the client loaded done.. then it brings me to flash client error :(
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
sholomon25
>> PROBLEM <<
Now I used NGIX . then the client loaded done.. then it brings me to flash client error :(
Is your emu on? Are your vars/productdata/furnidata set up all correctly?
Quote:
Originally Posted by
JoshuaLuke
Jonty, have you abandoned this thread as you haven't been replying for days?
I've been busy with my hotels and the 2.0.1 release :)
Badge Shop SQLs
Web Hosting < link
Code:
DROP TABLE IF EXISTS `badge_shop`;
CREATE TABLE `badge_shop` (
`badge_id` varchar(6) NOT NULL,
`cost` int(100) NOT NULL,
KEY `badge_id` (`badge_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `badge_shop` VALUES ('WEED01', '10000');
INSERT INTO `badge_shop` VALUES ('NYAN01', '15000');
INSERT INTO `badge_shop` VALUES ('BHT', '20000');
INSERT INTO `badge_shop` VALUES ('USO', '15000');
INSERT INTO `badge_shop` VALUES ('NL067', '15000');
INSERT INTO `badge_shop` VALUES ('NL035', '15000');
INSERT INTO `badge_shop` VALUES ('NL064', '15000');
INSERT INTO `badge_shop` VALUES ('BR7', '20000');
INSERT INTO `badge_shop` VALUES ('BR130', '25000');
INSERT INTO `badge_shop` VALUES ('BR115', '200000');
INSERT INTO `badge_shop` VALUES ('BR126', '15000');
INSERT INTO `badge_shop` VALUES ('CNY01', '15000');
INSERT INTO `badge_shop` VALUES ('RA11', '20000');
INSERT INTO `badge_shop` VALUES ('HOSP1', '25000');
INSERT INTO `badge_shop` VALUES ('HOSP2', '25000');
INSERT INTO `badge_shop` VALUES ('USC', '50000');
INSERT INTO `badge_shop` VALUES ('XM6', '50000');
INSERT INTO `badge_shop` VALUES ('CA4', '25000');
INSERT INTO `badge_shop` VALUES ('FR033', '25000');
INSERT INTO `badge_shop` VALUES ('UK114', '25000');
INSERT INTO `badge_shop` VALUES ('IT062', '25000');
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jonteh
Is your emu on? Are your vars/productdata/furnidata set up all correctly?
I've been busy with my hotels and the 2.0.1 release :)
Badge Shop SQLs
Web Hosting < link
Code:
DROP TABLE IF EXISTS `badge_shop`;
CREATE TABLE `badge_shop` (
`badge_id` varchar(6) NOT NULL,
`cost` int(100) NOT NULL,
KEY `badge_id` (`badge_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `badge_shop` VALUES ('WEED01', '10000');
INSERT INTO `badge_shop` VALUES ('NYAN01', '15000');
INSERT INTO `badge_shop` VALUES ('BHT', '20000');
INSERT INTO `badge_shop` VALUES ('USO', '15000');
INSERT INTO `badge_shop` VALUES ('NL067', '15000');
INSERT INTO `badge_shop` VALUES ('NL035', '15000');
INSERT INTO `badge_shop` VALUES ('NL064', '15000');
INSERT INTO `badge_shop` VALUES ('BR7', '20000');
INSERT INTO `badge_shop` VALUES ('BR130', '25000');
INSERT INTO `badge_shop` VALUES ('BR115', '200000');
INSERT INTO `badge_shop` VALUES ('BR126', '15000');
INSERT INTO `badge_shop` VALUES ('CNY01', '15000');
INSERT INTO `badge_shop` VALUES ('RA11', '20000');
INSERT INTO `badge_shop` VALUES ('HOSP1', '25000');
INSERT INTO `badge_shop` VALUES ('HOSP2', '25000');
INSERT INTO `badge_shop` VALUES ('USC', '50000');
INSERT INTO `badge_shop` VALUES ('XM6', '50000');
INSERT INTO `badge_shop` VALUES ('CA4', '25000');
INSERT INTO `badge_shop` VALUES ('FR033', '25000');
INSERT INTO `badge_shop` VALUES ('UK114', '25000');
INSERT INTO `badge_shop` VALUES ('IT062', '25000');
Yes I turned on my Emu before opening the client .... I use Phoenix 3.7.1 ...
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
sholomon25
Yes I turned on my Emu before opening the client .... I use Phoenix 3.7.1 ...
Not sure then mate, I use Butterfly Emu, sorry :(
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
is there anyway to solve client flash error ? XDD
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Well, im kinda noob with uber cms. can someone help me with this?
Quote:
Originally Posted by
Jonteh
Not sure then mate, I use Butterfly Emu, sorry :(
where can i get butterfly emu ? :L
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
So now you've made a return I have two questions:
Can you release us the homes fix?
When will 2.0.1 be coming?
Regards
Josh
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Could anyone help me Who use Phoenix Emu to UberCMS 2 ..
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
How do I set a default value, when I register it says profiel_stijl doesn't have a default value..
Anyone know how to set one?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jonteh
Is your emu on? Are your vars/productdata/furnidata set up all correctly?
I've been busy with my hotels and the 2.0.1 release :)
Badge Shop SQLs
Web Hosting < link
Code:
DROP TABLE IF EXISTS `badge_shop`;
CREATE TABLE `badge_shop` (
`badge_id` varchar(6) NOT NULL,
`cost` int(100) NOT NULL,
KEY `badge_id` (`badge_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `badge_shop` VALUES ('WEED01', '10000');
INSERT INTO `badge_shop` VALUES ('NYAN01', '15000');
INSERT INTO `badge_shop` VALUES ('BHT', '20000');
INSERT INTO `badge_shop` VALUES ('USO', '15000');
INSERT INTO `badge_shop` VALUES ('NL067', '15000');
INSERT INTO `badge_shop` VALUES ('NL035', '15000');
INSERT INTO `badge_shop` VALUES ('NL064', '15000');
INSERT INTO `badge_shop` VALUES ('BR7', '20000');
INSERT INTO `badge_shop` VALUES ('BR130', '25000');
INSERT INTO `badge_shop` VALUES ('BR115', '200000');
INSERT INTO `badge_shop` VALUES ('BR126', '15000');
INSERT INTO `badge_shop` VALUES ('CNY01', '15000');
INSERT INTO `badge_shop` VALUES ('RA11', '20000');
INSERT INTO `badge_shop` VALUES ('HOSP1', '25000');
INSERT INTO `badge_shop` VALUES ('HOSP2', '25000');
INSERT INTO `badge_shop` VALUES ('USC', '50000');
INSERT INTO `badge_shop` VALUES ('XM6', '50000');
INSERT INTO `badge_shop` VALUES ('CA4', '25000');
INSERT INTO `badge_shop` VALUES ('FR033', '25000');
INSERT INTO `badge_shop` VALUES ('UK114', '25000');
INSERT INTO `badge_shop` VALUES ('IT062', '25000');
Thanks! Also, how do I change the link to facebook? It's sending me to Habbo.VG's facebook. I config'd my Facebook account properly, but it's still sending me to Habbo.VG's account.
Also, anyone know how I can add a little request line that'll show requests in Housekeeping?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Anyone can give me working swf pack?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
PrinceOren
Anyone can give me working swf pack?
Use Habboon's.
They got released a while. They work SO well..
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
FullmetalPride
Thanks! Also, how do I change the link to facebook? It's sending me to Habbo.VG's facebook. I config'd my Facebook account properly, but it's still sending me to Habbo.VG's account.
Also, anyone know how I can add a little request line that'll show requests in Housekeeping?
Edit the site_navi table in your database buddy :)
I'll make a request line if you want in 2.0.1
Jonty
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
i get this error Text: Duplicate entry '1' for key 'PRIMARY'
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
*score*
:P I didn't even look there, thanks!
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jonteh
Edit the site_navi table in your database buddy :)
I'll make a request line if you want in 2.0.1
Jonty
Please stop ignoring me '-.-
When will 2.0.1 be released and can we have a working homes fix?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Jonty or anyone else, can you guys please tell me how to add a default value to a column?
In this case the column is "profiel_stijl"
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
marbogunz
Jonty or anyone else, can you guys please tell me how to add a default value to a column?
In this case the column is "profiel_stijl"
This isn't a help thread so don't post for help in here, make a thread in the Help section
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Well since it is not a BIG problem for something in the Help section u guys can post it? Jonteh helped people in this thread to so what?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
JoshuaLuke
This isn't a help thread so don't post for help in here, make a thread in the Help section
How about you stop being such a prick? Just because you're trying to get help yourself doesn't mean you can tell others to shut up. He's probably not answering because he gets that question so much and he doesn't know when.
Why don't you leave the thread now?
Here's a quick link to help you find your way out :cool:
Habbo Releases - Habbo Hotel - RaGEZONE forums
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Does anyone have the database?
Also I get this Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 19 in C:\xampp\htdocs\includes\class.core.php on line 191
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Got that fixed, but my clients disconnects when its loading..
Can someone please take a look?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Jonteh, I got a request.
When you update the CMS, can you add a quick pack that only contains the files you've updated, or instructions to update, so that people who are currently using the CMS won't have to re-install it completely and ruin our customization?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
FullmetalPride
How about you stop being such a prick? Just because you're trying to get help yourself doesn't mean you can tell others to shut up. He's probably not answering because he gets that question so much and he doesn't know when.
Why don't you leave the thread now?
Here's a quick link to help you find your way out :cool:
Habbo Releases - Habbo Hotel - RaGEZONE forums
Wrong information there. I never told him to shutup, I asked him to make a help thread rather than fill the thread and a moderator having to clear it up again last time. I think it's you who should leave the thread with the atrocious attitude you have. I'm also not trying to get help i'm asking a question regarding the release.
Who's the prick now?
On-topic; Good luck with 2.0.1 Johnteh, looking forward to it. Make sure the homes are fixed in the next release as there is an issue with quite a few people. Goodluck with v2.0.1
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
JoshuaLuke
Wrong information there. I never told him to shutup, I asked him to make a help thread rather than fill the thread and a moderator having to clear it up again last time. I think it's you who should leave the thread with the atrocious attitude you have. I'm also not trying to get help i'm asking a question regarding the release.
Who's the prick now?
On-topic; Good luck with 2.0.1 Johnteh, looking forward to it. Make sure the homes are fixed in the next release as there is an issue with quite a few people. Goodluck with v2.0.1
Yeah, if a mod needed to clean up this thread for help requests, then they would have. Release threads are fine to ask for help, and if Jonteh didn't want to help out, he wouldn't have.
And yes, you might as well have told him to shut up. You people have no common sense, do you?
Btw, you're still the prick.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
When is the web_build going to be released Jonteh?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
FullmetalPride
Yeah, if a mod needed to clean up this thread for help requests, then they would have. Release threads are fine to ask for help, and if Jonteh didn't want to help out, he wouldn't have.
And yes, you might as well have told him to shut up. You people have no common sense, do you?
Btw, you're still the prick.
They already did. You stated that I asked him to shutup, when I didn't, I clearly have common sense considering I only asked him to make a help thread and you had a big hissy fit at me.
Btw, your the prick for calling me a prick.
On-topic; LHaZze He said he was going to release it a couple of days ago but never fixed, the only thing i'm URGING him to release is the homes fix :L
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Okay thanks, but can both of you stop arguing before a mod comes in here and woops both of your asses. xD
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
FullmetalPride
Jonteh, I got a request.
When you update the CMS, can you add a quick pack that only contains the files you've updated, or instructions to update, so that people who are currently using the CMS won't have to re-install it completely and ruin our customization?
Most customization is done within the .TPL files, with 2.0.1 will be an early automatic updates system, expect a release Friday/this weekend.
Also guys, stop arguing in the release thread. If you need help please head over to f333: Habbo Help - Habbo Development - RaGEZONE forums
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Love it, but everyones ganna use it, + you sold it to others now your releasing free? :/ xD
-
Johnteh, sorry for annoying you but can you give us the homes fix?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Yeah please, especially since it says "Habbo Homes (You'll need your own stickers) (100%)"
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Have anyone the original MYSQL for me? I miss everything..
user_tickets
Title: Unknown column 'receiver' in 'field list'
external_texts
external_variables'
And many more..
Please Help
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Cansomeone give me code for the full site_navi that works some pages dont work...
Ty...
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
I need information how to change logo in register.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
@Phoxy - 2.0.1 will include a configured web_build so you can host your own images locally.
The only reason I included my one is because it's offshore and safer to use.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jonteh
@Phoxy - 2.0.1 will include a configured web_build so you can host your own images locally.
The only reason I included my one is because it's offshore and safer to use.
I think people are just concerned about the logo changes, and the frontpage backdrop.
After I used the database you provided, I get this on my Emu:
"Error in room ID "X" Cycle Task: Process Users Updates Caught"
I think it has to do with the fact that this UberCMS doesn't support the same kinds of Tickets that the emulator supports, so when a user logs off, it doesn't immediately say a user is off. This is problematic because it says that someone is online (just on my friends list) when someone is actually offline.
I thought about creating a cron task that will update this setting..
Also the logout function isn't working for me. I can login on two computers, and I get a blank page when I logout. When I navigate to the root, once again, it still doesn't log me out. I have to clear my cookies/cache to fix it.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Really hard for this CMS :D the only way is to RELEASE THE WHOLE GUIDE AND THE WHOLE FILES :DD
Edit : LOL .... I know its unfair with Jonet XDD sorry... Only thing to fix is to Code it .. :D
The only thing I was thinking is how to solve the EXTERNAL_VARS.TXT
The > /Client_error Folder
The > /Client1_popup/rosetta_info
The > /rd/%ID%
The > /profile/
The > /hotel/pets
nah i still cant fix those problems... Flash Client Error always Greet me ...
-
Quote:
Originally Posted by
Jonteh
@Phoxy - 2.0.1 will include a configured web_build so you can host your own images locally.
The only reason I included my one is because it's offshore and safer to use.
Can you release a Homes fix in v2.0.1 or better yet, now?
Sorry if I keep asking but not getting a reply is quite annoying and homes are the main reason I am switching to this CMS
-
Okay, when does it comes and are homes also fixed
Send from my GT-I9001 with Tapatalk
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
JoshuaLuke
Can you release a Homes fix in v2.0.1 or better yet, now?
Sorry if I keep asking but not getting a reply is quite annoying and homes are the main reason I am switching to this CMS
Homes will be fixed in 2.0.1 which will be released this coming weekend.
Quote:
Originally Posted by
FullmetalPride
I think people are just concerned about the logo changes, and the frontpage backdrop.
After I used the database you provided, I get this on my Emu:
"Error in room ID "X" Cycle Task: Process Users Updates Caught"
I think it has to do with the fact that this UberCMS doesn't support the same kinds of Tickets that the emulator supports, so when a user logs off, it doesn't immediately say a user is off. This is problematic because it says that someone is online (just on my friends list) when someone is actually offline.
I thought about creating a cron task that will update this setting..
Also the logout function isn't working for me. I can login on two computers, and I get a blank page when I logout. When I navigate to the root, once again, it still doesn't log me out. I have to clear my cookies/cache to fix it.
Disabling MUS should fix the logout issue. As far as the Phoenix error is concerned - the CMS isn't the problem it's Phoenix itself.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Logout works!
Yeah, but I don't understand why I get the cycle task error if it's Phoenix. The only thing that's changed is the CMS. I've never gotten this error.
I'm gonna hope that it's the same issue.
Still getting the "Friends list says he's on when he's off" glitch.
I tested it out using my localhost and my remote computer. :l 2 separate accounts..
-
Okay nice that homes are gonna released and with mysql for home tables and the users table?
Send from my GT-I9001 with Tapatalk
-
In the next release can you put all the SQL into one file so we don't have to search through the thread for everything?
EDIT: In V2.0.1 can you make the login errors actually work? EG. 'Incorrect Username' etc.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
How to fix :I
Table 'rs.user_stats' doesn't exist
-
I'm pondering how your auto updater will work
Sent from my DROID RAZR using Tapatalk 2
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
If you could include a SQL, that changes the user's table's format From pheonix, To uber :P that'll help a few people.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Makarov
I'm pondering how your auto updater will work
Sent from my DROID RAZR using Tapatalk 2
Grabs the latest version number from a file on the uber-two.com domain and links you to the appropriate download and RaGEZONE release (this thread), the changelog and new features etc + instructions on how to upgrade.
Quote:
Originally Posted by
iBling14
If you could include a SQL, that changes the user's table's format From pheonix, To uber :P that'll help a few people.
There doesn't need to be a query, just add the site_* tables, there will be a db included with 2.0.1
Quote:
Originally Posted by
JoshuaLuke
In the next release can you put all the SQL into one file so we don't have to search through the thread for everything?
EDIT: In V2.0.1 can you make the login errors actually work? EG. 'Incorrect Username' etc.
I think it's pretty obvious that the username/password combination doesn't work but if I remember when i'm next in index.php, sure :)
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jonteh
Grabs the latest version number from a file on the uber-two.com domain and links you to the appropriate download and RaGEZONE release (this thread), the changelog and new features etc + instructions on how to upgrade.
There doesn't need to be a query, just add the site_* tables, there will be a db included with 2.0.1
I think it's pretty obvious that the username/password combination doesn't work but if I remember when i'm next in index.php, sure :)
On Uber-Two.com, the homes don't work either, when you try changing your widget to the 'gold' or 'notepad' etc. It doesn't work.. It also won't save either on Uber-Two and can you also make sure that when a user registeres it actually creates a home for them, ty
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Its going to XAMPP automaticly (yes bad English), anyone from Dutch and can help with service skype?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
I am waiting for the Release of 2.0.1 :D
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
JoshuaLuke
On Uber-Two.com, the homes don't work either, when you try changing your widget to the 'gold' or 'notepad' etc. It doesn't work.. It also won't save either on Uber-Two and can you also make sure that when a user registeres it actually creates a home for them, ty
When they visit home.php, a home is automatically made for them if they do not have one.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
@Jonteh, with release homes can you give sql for homes and users table?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
phoxyhabbo
@Jonteh, with release homes can you give sql for homes and users table?
There will be a full working database included
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
@Jonteh : in UberCMS 2.0.1 .. there will be a EMU belong in files ? :DD
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jonteh
There will be a full working database included
Okay, nice ;) do you know when it comes? Next week? Today?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Hello there !
1st of all. How can i create VIP page for uber cms ?
How can i change this?
- How can i change login go to /home page ?
Sorry, im kinda noob :)
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Identified
Hello there !
1st of all. How can i create VIP page for uber cms ?
How can i change this?
- How can i change login go to /home page ?
Sorry, im kinda noob :)
I like this one right here:
http://forum.ragezone.com/f353/sexy-...-fixed-681824/
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
JoshuaLuke
In the next release can you put all the SQL into one file so we don't have to search through the thread for everything?
EDIT: In V2.0.1 can you make the login errors actually work? EG. 'Incorrect Username' etc.
you mean like this? already fixed that.
http://i.imgur.com/71T7p.png
http://i.imgur.com/8QCIs.png
http://i.imgur.com/zdM8i.png
and for the homes I tried that ubercms_config and put it in my global.php, it stopped homes from working but since I'm not using this version of uber it's not a problem for me.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
@Newb, how do you fixed it?