-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
:/ I did that I dont even see no type of connect with emu lol
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
working with phoenix but not butterfly. awks. ;3
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
EthanTBH
working with phoenix but not butterfly. awks. ;3
Because, theres a table for the sso tickets on butterfly, so you need take a client from a other cms where you can use bfly..
No time to give you, i'am sorry!!!!!
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
FullmetalPride
You obviously can't read. Amazing, seeing as you can write.
I don't know what exploit he used. He sure did fuck my database some how, didn't he!
Not calling him evil, just saying he's kept an exploit that he knows about.
Anyways, I use SOFTWARE to access my database.
I don't have PHPMyAdmin, except when I put it in to edit a bot, like every week, but after a few minutes it's gone again, and when he hacked me I made double sure that it wasn't in wwwroot.
Lol dude, please get your facts straight. I don't touch anyone databases but my own :)
If anyones' been wondering about slow progress; there wont be an update for a while. There's something else i'm working on so i can learn more about php, sorry.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
EthanTBH
working with phoenix but not butterfly. awks. ;3
Vibe Professional staff????? they dont even know how to setup swf....
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jonteh
Lol dude, please get your facts straight. I don't touch anyone databases but my own :)
If anyones' been wondering about slow progress; there wont be an update for a while. There's something else i'm working on so i can learn more about php, sorry.
That's all I needed to hear.
And I gotta add that XSS injection protection..
-
Can't seem to change things in homes profiles, eg. Changing from Default to Metal doesn't work
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
when i used this i couldnt login
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
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 UberCMS Client only works for Firefox and Chrome. When you use it in Internet Explorer it keeps saying "Download Adobe Flash Player".
- 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!
-
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 UberCMS Client only works for Firefox and Chrome. When you use it in Internet Explorer it keeps saying "Download Adobe Flash Player".
- 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!
You could host the images yourself, the zap.mn server might slow down during heavy load times
-
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.