this is my poor litle noob contribution about this ;)
here is my selfmade php addon
Now you may create, update and delete some data in sql easyer.
savefiles.net : rose-web_add_v1.0.8b.rar
on Savefiles
database roseon.sql
on RapidShare or on SAVEFILES
hope it'll help anyone.
how to
1 - unrar in a diferent folder in your web root/folders
2 - just look for news_col_account.sql file
or inject this in your sql databas. :
ALTER TABLE `accounts` ADD `ordres` BINARY( 8 ) NOT NULL DEFAULT '0';
3 - then put "11111111" in ordres cell. (admin= full 11111111 and user = 0)
5 - change config.inc.php in inc/folder to fit your needs.
$sql_db = "roseon_beta"; //DB Name
$sql_host = "xxxxx"; //DB Host
$sql_user = "xxxxx"; //DB User
sql_pass = "xxxxx"; //DB Password
then conect by index.php using yours rose's account username and password. ;)
let me knows if something is wrong in php ;) i hope not ;)
....
Check the last post for a local download...

