-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Hejula
You could host the images yourself, the zap.mn server might slow down during heavy load times
Hey cheers for a quick reply!
Im not sure but i think i am hosting the images. How can i find this out?
Thanks.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jewix
Hey cheers for a quick reply!
Im not sure but i think i am hosting the images. How can i find this out?
Thanks.
Go onto the hotel and view the source of the page and if it says zap.mn for anything then the images are hosted on Zap's server
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Hejula
Go onto the hotel and view the source of the page and if it says zap.mn for anything then the images are hosted on Zap's server
Everythings hosted by me. Hm out of ideas what it could be as to why its so slow loading.. I dont suppose you know a fix for Client to work in IE do you?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jewix
I think this CMS is fantastic, I have been RevCMS for 6 months, and i wouldnt dare to change but i have changed to this, and best change ever, but there are just a few problems, I dont know if these are commons errors that have no fix but if there id really be greatful some help with it.
- The Login, i seem to have to login twice before i can get in.
- The pages are running very slow, takes ages to load, anything i can do to improve performance?
Apart from all that, its fantastic, Keep up the good work and thank you!
Try using Apache webserver to fix the load times, as for the login issue, all I can guess is that the URL you're logging in on is different to the WWW config variable set in system_config.php so it has to reload the page. Try looking into that
Quote:
Originally Posted by
Jewix
Everythings hosted by me. Hm out of ideas what it could be as to why its so slow loading.. I dont suppose you know a fix for Client to work in IE do you?
You could always block IE.
PHP Code:
if(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)) {
die('Please use <a href="http://google.com/chrome">Google Chrome</a>.');
}
Quote:
Originally Posted by
Hejula
Go onto the hotel and view the source of the page and if it says zap.mn for anything then the images are hosted on Zap's server
As of 2.0.1 the images are local
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jonteh
Try using Apache webserver to fix the load times, as for the login issue, all I can guess is that the URL you're logging in on is different to the WWW config variable set in system_config.php so it has to reload the page. Try looking into that
You could always block IE.
PHP Code:
if(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)) {
die('Please use <a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'google.com', '/chrome']);" rel="nofollow" href="http://google.com/chrome">Google Chrome</a>.');
}
As of 2.0.1 the images are local
Block IE because you can't fix the client, good work.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
My homes don't work/
Home bug. It shows:
Quote:
UberCMS has encountered an error
Duplicate entry '1' for key 'PRIMARY'
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Client don't work for me, im sure the whole config is correct..
And everything..
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Upload the downloads to Mediafire
Thank you
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
DaiMinzz1
Client don't work for me, im sure the whole config is correct..
And everything..
Look also once to other threads more people have this problem.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
It's not hard to figure it all out. We managed to get everything working just fine. We even added all the backgrounds and stickers in the homes shop.
Just look at the code and find out whats wrong.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
love the config file easy to use!
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
EthanTBH
love the config file easy to use!
Can you upload it too mediafire for me!
Thanks
ModdingCommunityHD
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ModdingCommunityHD
Can you upload it too mediafire for me!
Thanks
ModdingCommunityHD
It comes with the CMS..
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Leon
It comes with the CMS..
No, it wont let me download UberCMS 2! it would be really helpful if someone uploads it too another file host.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ModdingCommunityHD
No, it wont let me download UberCMS 2! it would be really helpful if someone uploads it too another file host.
Here ya go buddy:
Mirror UBERCMS: UberCMS-2-0-1-PL1.zip
Mirror UBERCMS DB: UberCMS-2-0-1-DB.zip
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
I am getting an emulator error. I am using Phoenix 3.7.4 (latest edition) and at first when I ran it after running the sql, I as getting a cmd_update_redeemcredits and then I fixed that, but now I'm getting this error with cmd_update_texts.
I tried running the entire permissions_users from the SQL that comes with the Phoenix download, but still doesn't work.
Image: View hwGkV0.png on ScreenSnapr
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Bow
I am getting an emulator error. I am using Phoenix 3.7.4 (latest edition) and at first when I ran it after running the sql, I as getting a cmd_update_redeemcredits and then I fixed that, but now I'm getting this error with cmd_update_texts.
I tried running the entire permissions_users from the SQL that comes with the Phoenix download, but still doesn't work.
Image:
View hwGkV0.png on ScreenSnapr
Database error, nothing to do with the CMS.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
please help error i get
Notice: Constant LB already defined in C:\xampp\htdocs\global.php on line 120
Notice: Constant INCLUDES already defined in C:\xampp\htdocs\global.php on line 121
UberCMS has encountered an error
Access denied for user 'uber_two'@'localhost' (using password: YES)
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ljosh
please help error i get
Notice: Constant LB already defined in C:\xampp\htdocs\global.php on line 120
Notice: Constant INCLUDES already defined in C:\xampp\htdocs\global.php on line 121
UberCMS has encountered an error
Access denied for user 'uber_two'@'localhost' (using password: YES)
Read the damn error.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
PR0
OMG, thank you so much!
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Hejula
Database error, nothing to do with the CMS.
Then it has to do with his sql he released because I ran it and I got a cmd_update_redeemcredits error first. And then I ran a query from the original SQL that Phoenix comes with and it went away. But when you go to housekeeping, and click update texts, it says "cmd_update_texts" doesn't exist EVEN when you use just his SQL he released.
Quote:
Originally Posted by
ljosh
please help error i get
Notice: Constant LB already defined in C:\xampp\htdocs\global.php on line 120
Notice: Constant INCLUDES already defined in C:\xampp\htdocs\global.php on line 121
UberCMS has encountered an error
Access denied for user 'uber_two'@'localhost' (using password: YES)
Make your database is changed to yours, and not the ones that comes in the download.... not that hard. Anytime you see the "access denied for use 'dbname'@'localhost' (using password: YES) means your information is wrong and it's not able to connect.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Where do i change the Homes Stickers/backgrounds URL ?
And imager.php (it's showing from ZAP)
Homes don't save :@...
Loading for hours
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ѕнαнєєм
Homes don't save :@...
Loading for hours
http://forum.ragezone.com/f353/rel-d...ml#post7052177
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
leenster
Thanks. Like+rep.
Do you know where i can edit the URL of the stickers and backgrounds xD?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Finally sorted out my emulator issues. Now I just need working client.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ѕнαнєєм
Thanks. Like+rep.
Do you know where i can edit the URL of the stickers and backgrounds xD?
Web-gallery/styles/assets/stickers.css
Web-gallery/styles/assets/backgrounds.css
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
leenster
Web-gallery/styles/assets/stickers.css
Web-gallery/styles/assets/backgrounds.css
I don't have those files xd
And i've added that files but still not working.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Anyone have a client fix? I tried the regular one from a UberCMS download and it still says "Update your Flash Player" in Firefox & Google Chrome for me.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ѕнαнєєм
I don't have those files xd
And i've added that files but still not working.
What exactly is not working?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Client works for all browsers, but not for IE9, does anyone have a ie9.css ? or something that works..
btw, for the people that having problems with the client, > try this database <
It works for me ;)
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
DaiMinzz1
Client works for all browsers, but not for IE9, does anyone have a ie9.css ? or something that works..
btw, for the people that having problems with the client,
> try this database <
It works for me ;)
Just do what Jonty said a couple pages back and block IE all together. Saves hassle and makes noobs upgrade to Chrome or a better browser, haha.
But can give me a download to your;
newclient.php, client.php, and page-client.tpl? I tried the "fixes" and still get the Adobe Flashplayer thing with Chrome and Firefox.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Haha, i know but almost all noobs use IE xd
Newclient.php
client.php
page-client
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
leenster
What exactly is not working?
Stickers and backgrounds. I can't see them..
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Just to mention guys, there are / should be backdoors in this, because 'jonty' is one of 'UGnazi' lead members joshthegod.
I wouldn't download this for sure.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
G33k
Just to mention guys, there are / should be backdoors in this, because 'jonty' is one of 'UGnazi' lead members joshthegod.
I wouldn't download this for sure.
I'm pretty sure Jonty isn't joshthegod..
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
You cant change home styles.
Guestbook + friends bugging.
+ I want more widgets.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ѕнαнєєм
You cant change home styles.
Guestbook + friends bugging.
+ I want more widgets.
You have to go through all the files in ../myhabbo/ and look for the included files... they will say inc/..... instead of includes/....
for example require_once '../inc/class.homes.php'; should be require_once '../includes/class.homes.php';
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
leenster
You have to go through all the files in ../myhabbo/ and look for the included files... they will say inc/..... instead of includes/....
for example require_once '../inc/class.homes.php'; should be require_once '../includes/class.homes.php';
Thanks again xd
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Having these error's. How do i fix them?
Image: 1e21d6de295aca2974f1061cb9b2c7b6.png
Edit: I fixed it all i needed to do is put //
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
How to make client working for Internet Explorer too ? ..
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
SOmeone should release 1 thats Fully fixed
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Bradshly
SOmeone should release 1 thats Fully fixed
What problems are you having? I have all of mine sorted out working with my Phoenix emulator except the client "Update Adobe Flash" problem. :S
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Bow
What problems are you having? I have all of mine sorted out working with my Phoenix emulator except the client "Update Adobe Flash" problem. :S
I don't understand with mine.. I have to login twice to actually get logged in, Its annoying and plus my pages just loads proper slow!
RevCMS is fast as anything, I dont understand how i can make them load any faster.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jewix
I don't understand with mine.. I have to login twice to actually get logged in, Its annoying and plus my pages just loads proper slow!
RevCMS is fast as anything, I dont understand how i can make them load any faster.
Yeah, I wouldn't know. I've not had any issues with UberCMS 2.0 yet. I've had to run a couple queries from the SQL Phoenix comes with to work with my Phoenix Emulator, but that's about it. Everything works like a charm (except the client).
It loads and then refresh's to api.php -__-
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jewix
I don't understand with mine.. I have to login twice to actually get logged in, Its annoying and plus my pages just loads proper slow!
RevCMS is fast as anything, I dont understand how i can make them load any faster.
Host the web-gallery by yourself, to load it faster.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
My problem is it wnt connect with my database from revcms Phoenix.
and i have to keep registering to login else it just dont login
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Are there anymore widgets? I only have guestbook, profile and friends
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
anyway i can add this to my phoenix database from revcms
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
I fixed the Table 'uber.cms_guestbook_entries' doesn't exist error.
Code:
CREATE TABLE IF NOT EXISTS `cms_guestbook_entries` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`message` varchar(500) DEFAULT NULL,
`time` varchar(100) DEFAULT NULL,
`widget_id` int(10) DEFAULT NULL,
`home_id` int(10) DEFAULT NULL,
`userid` int(10) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
Quote:
Originally Posted by
Bradshly
My problem is it wnt connect with my database from revcms Phoenix.
and i have to keep registering to login else it just dont login
Yep you need to edit your `users`
============
Guestbooks are bugging.
I get 404 error.
http://i46.tinypic.com/o9gt4x.png
-
Quote:
Originally Posted by
ѕнαнєєм
I forget how I fixed that but just use google chrome for debugging. Load your page and press F12 then click on the network tab. Now post a message in the guestbook and see what file is missing.
Sent using Tapatalk
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
leenster
I forget how I fixed that but just use google chrome for debugging. Load your page and press F12 then click on the network tab. Now post a message in the guestbook and see what file is missing.
Sent using Tapatalk
http://****.nl/myhabbo/guestbook/preview
http://i49.tinypic.com/25p4vup.png
-
Quote:
Originally Posted by
ѕнαнєєм
Not sure but you could look in the htaccess to see what file it's looking for.
Sent using Tapatalk
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Yep you need to edit your `users`
class.users ?
or users table in database ?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
DaiMinzz1
class.users ?
or users table in database ?
database.
Quote:
Originally Posted by
leenster
Not sure but you could look in the htaccess to see what file it's looking for.
Sent using Tapatalk
I dont get it. I don't even have a /myhabbo/guestbook/preview @ my wwwroot
<rule name="Imported Rule 72">
<match url="^/myhabbo/guestbook/preview(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/myhabbo/guestbook/preview.php" />
</rule>
That doesn't work either.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Anybody know the sql to fix cmd_update_texts?
-
1 Attachment(s)
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
When i try to open the client i got this error: page not found
Attachment 106797
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
IAm Lethal
Anybody know the sql to fix cmd_update_texts?
Run these query's:
Quote:
ALTER table `permissions_users` ADD `cmd_update_texts` enum('1','0') NOT NULL DEFAULT '0';
ALTER table `permissions_ranks` ADD `cmd_update_texts` enum('1','0') NOT NULL DEFAULT '0';
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
MY REGISTER ALL ALL WHITE LIKE THIS
Make sure the address bar begins with http://www.uber-two.com.
Register at Uber Hotel
Fill out the form below to register here.
Name Check
Choose your unique name.
Password
Choose a password
Retype Password
Verify your password
Email
Enter your email. Don't worry, we hate spam too.
Parent or guardian's email address
Because you are under 16 and in accordance with industry best practice guidelines, we require your parent or guardian's email address.
I accept the Terms and Conditions, and I will speak English.
Create Account Cancel
UberCMS | Refund Policy | Forum
Powered by UberCMS 2.0, Copyright © 2010 - 2012 Meth0d & Jonty
WHAT TO DO
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ѕнαнєєм
Do you have the file guestbook_preview.php in your myhabbo folder?
Quote:
Originally Posted by
ljosh
MY REGISTER ALL ALL WHITE LIKE THIS
Make sure the address bar begins with
http://www.uber-two.com.
Register at Uber Hotel
Fill out the form below to register here.
Name Check
Choose your unique name.
Password
Choose a password
Retype Password
Verify your password
Email
Enter your email. Don't worry, we hate spam too.
Parent or guardian's email address
Because you are under 16 and in accordance with industry best practice guidelines, we require your parent or guardian's email address.
I accept the Terms and Conditions, and I will speak English.
Create Account Cancel
UberCMS | Refund Policy | Forum
Powered by UberCMS 2.0, Copyright © 2010 - 2012 Meth0d & Jonty
WHAT TO DO
You are relying on uber-two.com but that domain is offline.
this is from your register.
PHP Code:
<link rel="shortcut icon" href="http://uber-two.com/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon" /> <script src="http://uber-two.com/web-gallery/static/js/visual.js" type="text/javascript"></script>
<script src="http://uber-two.com/web-gallery/static/js/common.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://uber-two.com/web-gallery/styles/style.css" type="text/css" />
<link rel="stylesheet" href="http://uber-two.com/web-gallery/styles/buttons.css" type="text/css" />
<link rel="stylesheet" href="http://uber-two.com/web-gallery/styles/boxes.css" type="text/css" />
<link rel="stylesheet" href="http://uber-two.com/web-gallery/styles/tooltips.css" type="text/css" />
<link rel="stylesheet" href="http://uber-two.com/web-gallery/styles/embeddedregistration.css" type="text/css" />
<script src="http://uber-two.com/web-gallery/static/js/simpleregistration.js" type="text/javascript"></script>
Your index does that also......(that's why it loads so slow) You have to host your own web-build
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ljosh
MY REGISTER ALL ALL WHITE LIKE THIS
Make sure the address bar begins with
http://www.uber-two.com.
Register at Uber Hotel
Fill out the form below to register here.
Name Check
Choose your unique name.
Password
Choose a password
Retype Password
Verify your password
Email
Enter your email. Don't worry, we hate spam too.
Parent or guardian's email address
Because you are under 16 and in accordance with industry best practice guidelines, we require your parent or guardian's email address.
I accept the Terms and Conditions, and I will speak English.
Create Account Cancel
UberCMS | Refund Policy | Forum
Powered by UberCMS 2.0, Copyright © 2010 - 2012 Meth0d & Jonty
WHAT TO DO
Open up includes/configuration/ubercms_config.php and scroll right to the bottom
Edit ubertwo.com to your URL
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ѕнαнєєм
I fixed the
Table 'uber.cms_guestbook_entries' doesn't exist error.
Code:
CREATE TABLE IF NOT EXISTS `cms_guestbook_entries` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`message` varchar(500) DEFAULT NULL,
`time` varchar(100) DEFAULT NULL,
`widget_id` int(10) DEFAULT NULL,
`home_id` int(10) DEFAULT NULL,
`userid` int(10) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
Yep you need to edit your `users`
============
Guestbooks are bugging.
I get 404 error.
http://i46.tinypic.com/o9gt4x.png
How did you fix the guestbook widget? i only got some text and no frame
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
jasjj
How did you fix the guestbook widget? i only got some text and no frame
I recommend using Apache w/ PHP instead of IIS w/ PHP under FastCGI.
Welcome! - The Apache HTTP Server Project
PHP For Windows:
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
leenster
Do you have the file guestbook_preview.php in your myhabbo folder?
You are relying on uber-two.com but that domain is offline.
this is from your register.
PHP Code:
<link rel="shortcut icon" href="http://uber-two.com/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon" /> <script src="http://uber-two.com/web-gallery/static/js/visual.js" type="text/javascript"></script>
<script src="http://uber-two.com/web-gallery/static/js/common.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://uber-two.com/web-gallery/styles/style.css" type="text/css" />
<link rel="stylesheet" href="http://uber-two.com/web-gallery/styles/buttons.css" type="text/css" />
<link rel="stylesheet" href="http://uber-two.com/web-gallery/styles/boxes.css" type="text/css" />
<link rel="stylesheet" href="http://uber-two.com/web-gallery/styles/tooltips.css" type="text/css" />
<link rel="stylesheet" href="http://uber-two.com/web-gallery/styles/embeddedregistration.css" type="text/css" />
<script src="http://uber-two.com/web-gallery/static/js/simpleregistration.js" type="text/javascript"></script>
Your index does that also......(that's why it loads so slow) You have to host your own web-build
nope :S
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jonteh
If you was to use Jonty's recommendation, be sure to install mod_security and other security modules for Apache!
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
How to fix the twice login shit ?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
How can i change the me.php topstory image URL?
This is the problem:
http://****.nlimages/ts/Sofiane_metisse_topstory_B.gif
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
-
Quote:
Originally Posted by
Jonteh
I was able to fix everything on IIS. My homes, guestbook and even the groups widget work on IIS.
I'm just saying that so people with IIS don't think it's never going to work.
Working on the friends widget and then going to try to code the rest of the groups...
You can preview it at beta-hubbahubba.no-ip.biz
Sent using Tapatalk
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Leenster can you give me the Tags fix ?
-
Quote:
Originally Posted by
ѕнαнєєм
Leenster can you give me the Tags fix ?
I don't remember how I fixed it or even what was wrong with it.
What does yours do?
Sent using Tapatalk
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
leenster
I don't remember how I fixed it or even what was wrong with it.
What does yours do?
Sent using Tapatalk
The tag deletes itself when i open the client xd.
-
Quote:
Originally Posted by
ѕнαнєєм
The tag deletes itself when i open the client xd.
Ah yes. In the new-client.php or the tpl is some code that deletes it. It will be commented with something.....
Just delete that code. You will also find that there are a few missing images for the tags. Those I got from a webbuild that came with a php retro download...
Sent using Tapatalk
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jonteh
How about the ddos security?
I always used xampp before, but now iis.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Like this release Jonteh, :). So easy to edit! One thing I tried adding my TheHabbo's account, and it works for the homepage, but on the client it comes up as "403 Forbidden" Im sure I can just completly take the code out of the client.php.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
// Problem in topic found
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
The CSS comes up messed up, HELP!
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
return ''; } } } ?> thats on every page how to get rid of?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
How would I go from RevCMS - UberCMS without a database wipe
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Titch
How would I go from RevCMS - UberCMS without a database wipe
You have to change a lot! but your Phoenix emu will tell you what you have to change.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Anyone know how to fix that new registered users can login, they have a sha1 encrypted password, old users have md5 :S
How to fix?:?:
Edit: Nvm got it fixed
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
I'm not sure where the exploits are, I have gotten hacked. They got into HK, Removed all news, made a news article "Join hotel name" and were accessing most of the staffs accounts.
P.S; Upside, when a users of a lower rank tries to change a password of a higher rank.. It automatically demotes them. Also, very easy to work with. Downside, I just gotten haxed :(
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ExZachLy
I'm not sure where the exploits are, I have gotten hacked. They got into HK, Removed all news, made a news article "Join hotel name" and were accessing most of the staffs accounts.
P.S; Upside, when a users of a lower rank tries to change a password of a higher rank.. It automatically demotes them. Also, very easy to work with. Downside, I just gotten haxed :(
Exploit in housekeeping somewere? I guess not many people are careful over that, check all the pages for non filtered queries
like this
PHP Code:
$title = $_POST['title'];
if they are similar to that then filter them like so
PHP Code:
$title = mysql_real_escape_string($_POST['title']);
I will check for exploits tomorrow, btw the example I posted above is not an exploit.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Jonteh can i get your skype :D ?, having a bit errors with the client.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Can't get on http://uber-two.com/ website offline which means there is no web build?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Cohen110
You need to change your URL in the config!
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Leon
You need to change your URL in the config!
I have...
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ѕнαнєєм
You have to change a lot! but your Phoenix emu will tell you what you have to change.
I tried doing it. It all worked out but when i logged in it didn't let me log in. It took me back to the index
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Heaps of things like the badge shop don't have tables why is this?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Works fine on xampp but on an actual website its just a white screen?
http://habblo.net
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Thanks Jonteh everything worked for me at the first try. Even with the pre-hosted swf's but now I got my own swf's. Thanks So Much for UberCMS 2.0.1
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Titch
I tried doing it. It all worked out but when i logged in it didn't let me log in. It took me back to the index
Use uber's user structure
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Client loads, but Shop doesn't open and is unclickable.. HELP?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Development is now closed.