• Networking: The investigation is still on the way, we've switched to backup telecom carriers since the episode but we're still working in settling everything as it must be. We'll add more updates as we have them available. Incoming and outgoing emails will be restricted, and user registration has been disabled until the issue is resolved.

[Release] RoseOnlineCMS [Latest Release: 2.6 Beta3]

Status
Not open for further replies.
element if you can do what i asked as a favor the feilds i need read are title date news from news table order by id i was trying to get this but did not work for me .
the table name is news but ill keep trying also cause i dont learn if i dont try. lol
 
I have the same problem with beta 3:
The page localhost is blank :( I use the last xampp and it is the same with wampp )
Of course, i have edited the config file in the inc folder
 
Last edited:
Make sure you have the MD5 encryption in this one, in Beta 1 and 2 it was supposed to have it, but it didn't. Double check it to make sure it has the encryption.
 
I found my problem :

I installed PHP 5 and xampp !!

So if you have problems please uninstall php 5 and only install xampp ( because php 5 is also in xampp ) !
 
THe new version doent ask for image verification..so no worries..
-Element The site is opening very good.. but the prob is the font size too small.. ill have to edit myself manually in the browser..
Have same prob with the font
If you want it a little fixed go to /img/default.css
Change it to this
Code:
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
	background: #EEE url(bg.gif);
	color: #444;
	font: normal 62.5% "Verdana",sans-serif;
		[B]font-size: 9px[/B];
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Verdana",sans-serif;
		[B]font-size: 10px[/B];
}
Depending how big you want it ;)
 
Just gonna edit this to not feel stupid!
 
Last edited:
I don't know if this has been said but, the passwords are messed up. I registered with the website and my password changed from what it was to XXXXXXXXXXXXxXXXXXXXXX ... So what's up with that?

lmfao.
its not messed up its suppost to be like that its your password recoded
 
Last edited:
antiemo, edit your post so it doesn't show his MD5 password in your quote. He can get hacked easily by finding his password.
 
Status
Not open for further replies.
Back