I didn't even Edit footer so it's still PhoenixPHP i just wanted to Rename it cause umm Google Code of PhoenixPHP was already tooken by LoRiS of course so i'm not doing anything bad all i did to footer was Edit by me
I didn't even Edit footer so it's still PhoenixPHP i just wanted to Rename it cause umm Google Code of PhoenixPHP was already tooken by LoRiS of course so i'm not doing anything bad all i did to footer was Edit by me
Hey cooldude can you give me sql code so it creates a record in users for country?
I only need sql qurey code to add country record into users.I don't want whole user query code.
Last edited by DannyX5; 11-05-11 at 01:34 PM.
Just added new table in your database
orPHP Code:CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`username` varchar(50) NOT NULL,
`real_name` varchar(100) NOT NULL DEFAULT '',
`password` varchar(50) NOT NULL,
`mail` varchar(50) NOT NULL DEFAULT 'defaultuser@meth0d.org',
`auth_ticket` text NOT NULL,
`rank` int(11) unsigned NOT NULL DEFAULT '1',
`credits` int(11) NOT NULL DEFAULT '50000',
`vip_points` int(11) NOT NULL DEFAULT '0',
`activity_points` int(11) NOT NULL DEFAULT '0',
`activity_points_lastupdate` double NOT NULL DEFAULT '0',
`look` varchar(100) NOT NULL DEFAULT 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62',
`gender` enum('M','F') NOT NULL DEFAULT 'M',
`motto` varchar(50) NOT NULL,
`account_created` varchar(50) NOT NULL,
`last_online` varchar(50) NOT NULL,
`online` enum('0','1') NOT NULL DEFAULT '0',
`ip_last` varchar(120) NOT NULL,
`ip_reg` varchar(120) NOT NULL,
`home_room` int(10) unsigned NOT NULL DEFAULT '0',
`respect` int(11) NOT NULL DEFAULT '0',
`daily_respect_points` int(11) NOT NULL DEFAULT '3',
`daily_pet_respect_points` int(11) NOT NULL DEFAULT '3',
`newbie_status` int(11) NOT NULL DEFAULT '0',
`is_muted` enum('0','1') NOT NULL DEFAULT '0',
`mutant_penalty` enum('0','1','2') NOT NULL DEFAULT '0',
`mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
`block_newfriends` enum('0','1') NOT NULL DEFAULT '0',
`hide_online` enum('0','1') NOT NULL DEFAULT '0',
`hide_inroom` enum('0','1') NOT NULL DEFAULT '0',
`mail_verified` varchar(6) NOT NULL DEFAULT '0',
`vip` enum('0','1') NOT NULL DEFAULT '0',
`experts` enum('0','1') NOT NULL DEFAULT '0',
`country` varchar(50) NOT NULL DEFAULT 'Canada',
`dj` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=37 ;
that should workPHP Code:ALTER TABLE `users` ADD COLUMN `country` varchar(50) NOT NULL DEFAULT 'Canada';
Last edited by Glee; 11-05-11 at 07:05 PM.
This isn't good enough for a rename. wanna no what is good enough for a rename? Sex is.
Thanks!,It will be cool if you can make password recovery system ^^
Ohk, let me get this straight, you have NO rights to even add your own name like HobbaPHP, as you did not do crap. You edited some shit and that's all, you should just be releasing the separate pages, not the whole CMS with a god damn rename! And to the people who are thinking, wtf is he on about, he can't do shit for the community, I am actually going to release a CMS for RaGEZONE.
Well,Ill tell you right.
IN easy words you guys are all wrong who says its not right.
Its because there are alot of people working on CMS from Phoenix PHP,For example HH XS - CMS - Phoenix.
So there is no problem renaming to HobbaPHP with given there footer credits,The reason is because its on working and its not complete which means he still gotta change some more.
what database used??...can give the download link