OMFG upload codes I said add to DB in the thread -.-
PHP Code:ALTER TABLE `users` ADD `forumname` VARCHAR( 50 ) NOT NULL AFTER `expert`
ALTER TABLE `users` ADD `expert` VARCHAR( 50 ) NOT NULL AFTER `vip`
Printable View
OMFG upload codes I said add to DB in the thread -.-
PHP Code:ALTER TABLE `users` ADD `forumname` VARCHAR( 50 ) NOT NULL AFTER `expert`
ALTER TABLE `users` ADD `expert` VARCHAR( 50 ) NOT NULL AFTER `vip`
ALTER TABLE `users` ADD `forumname` VARCHAR( 50 ) NOT NULL AFTER `expert`
ALTER TABLE `users` ADD `expert` VARCHAR( 50 ) NOT NULL AFTER `vip`
Won't work, I inserted everything else, but that won't work,
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`users` ADD `forumname` VARCHAR( 50 ) NOT NULL AFTER `expert` `users` ADD `e' at line 1
Is the error
UploadThen the next 1, it has to be in order 0,1 :/PHP Code:ALTER TABLE `users` ADD `expert` VARCHAR( 50 ) NOT NULL AFTER `vip`
Got it all working, Now there's a problem running the phoenix emulator, something about CMS_masspixels, It's like not there or something?
Edit: Figured it out
Query this
Code:ALTER TABLE `permissions_ranks` ADD `cmd_masspixels` enum('1','0') NOT NULL DEFAULT '0';
ALTER TABLE `permissions_ranks` ADD `cmd_globalpixels` enum('1','0') NOT NULL DEFAULT '0';
ALTER TABLE `permissions_users` ADD `cmd_masspixels` enum('1','0') NOT NULL DEFAULT '0';
ALTER TABLE `permissions_users` ADD `cmd_globalpixels` enum('1','0') NOT NULL DEFAULT '0';
DROP TABLE IF EXISTS `permissions_vip`;
CREATE TABLE `permissions_vip` (
`cmdPush` enum('0','1') NOT NULL DEFAULT '1',
`cmdPull` enum('0','1') NOT NULL DEFAULT '1',
`cmdFlagme` enum('0','1') NOT NULL DEFAULT '1',
`cmdMimic` enum('0','1') NOT NULL DEFAULT '1',
`cmdMoonwalk` enum('0','1') NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO permissions_vip VALUES ('1', '1', '1', '1', '1');
ALTER TABLE `rooms` ADD `achievement` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `bots` ADD `effect` int(2) NOT NULL DEFAULT '0';
When i click 'Enter Hotel' I'm getting this error:
Warning: require_once(./thehabbos_api/includes.php) [function.require-once]: failed to open stream: No such file or directory in C:\Users\Kamal\Desktop\xampp\htdocs\vote.php on line 9
Fatal error: require_once() [function.require]: Failed opening required './thehabbos_api/includes.php' (include_path='.;C:\Users\Kamal\Desktop\xampp\php\PEAR') in C:\Users\Kamal\Desktop\xampp\htdocs\vote.php on line 9
Please Help? :)
Thanks.
this isnt a support thread is a release if u want support goto the help part of the forum
Which Phoenix? 3.7.0? 3.6.4? 3.6.0?
Uhm, No config file?.... And it says:
Notice: Undefined index: HTTP_CF_CONNECTING_IP in C:\xampp\htdocs\global.php on line 21
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\inc\class.db.mysql.php on line 49
Title: Access denied for user 'root'@'localhost' (using password: YES)
Text: Access denied for user 'root'@'localhost' (using password: YES)
When I'm trying to go to http://127.0.0.1/
thanks. :)
But now I get this error:
Notice: Undefined index: HTTP_CF_CONNECTING_IP in C:\xampp\htdocs\global.php on line 21
Title: Could not execute cron job 'credits.php': could not locate script file.
Text: Could not execute cron job 'credits.php': could not locate script file.
My last error:
When i run (as administrator) the Phoenix EMU 3.6.4
Im getting this error:
____ __ __ __
/\ _`\ /\ \ __ /'__`\ /'__`\
\ \ \_\ \ \ \___ ___ __ ___ /\_\ __ _ /\_\_\ \ /\ \/\ \
\ \ ,__/\ \ _ `\ / __`\ /'__`\/' _ `\/\ \ /\ \/'\ \/_/_\_<_ \ \ \ \ \
\ \ \/ \ \ \ \ \/\ \_\ \/\ __//\ \/\ \ \ \\/> </ /\ \_\ \__\ \ \_\ \
\ \_\ \ \_\ \_\ \____/\ \____\ \_\ \_\ \_\/\_/\_\ \ \____/\_\\ \____/
\/_/ \/_/\/_/\/___/ \/____/\/_/\/_/\/_/\//\/_/ \/___/\/_/ \/___/
Phoenix v3.6.4 (Build 13477) *cracked edition v1.0
---------------------------------------------------------------------
Cracked By Predator - Team: NexenTeam
Greetz fly to: Gianni95
Connecting to database...
Loading Settings..
Loading bans..
Loading Roles..
Loading Help Categories..
Loading Help Topics..
Loading Pre-set Help Messages..
Loading Current Help Tickets..
Loading Items..
Loading Catalogue..
Loading Catalogue Cache..
Loading Navigator..
Loading Room Models..
Loading Room Cache..
Loading Room Adverts..
Loading Bot data..
Loading Achievements..
System.ArgumentException:The column type does not belong to the table .
at System.Data.DataRow.GetDataColumn(String columnName)
at System.Data.DataRow.get_Item(String columnName)
at ☺.▲♥.☺(DataRow ☺)
at ☺.‼.☺(UInt32 ☺, DataRow ☻)
at ☺.‼.☺()
at ☺.♣..ctor(Int32 ☺)
at ☺.☻.☺<>
at Phoenix.x867eb3246b182488.xc447809891322395<String[] xce8d8c7e3c2c2426>
Please help?:D:
ALTER TABLE `permissions_ranks` ADD `cmd_masspixels` enum('1','0') NOT NULL DEFAULT '0';
ALTER TABLE `permissions_ranks` ADD `cmd_globalpixels` enum('1','0') NOT NULL DEFAULT '0';
ALTER TABLE `permissions_users` ADD `cmd_masspixels` enum('1','0') NOT NULL DEFAULT '0';
ALTER TABLE `permissions_users` ADD `cmd_globalpixels` enum('1','0') NOT NULL DEFAULT '0';
DROP TABLE IF EXISTS `permissions_vip`;
CREATE TABLE `permissions_vip` (
`cmdPush` enum('0','1') NOT NULL DEFAULT '1',
`cmdPull` enum('0','1') NOT NULL DEFAULT '1',
`cmdFlagme` enum('0','1') NOT NULL DEFAULT '1',
`cmdMimic` enum('0','1') NOT NULL DEFAULT '1',
`cmdMoonwalk` enum('0','1') NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO permissions_vip VALUES ('1', '1', '1', '1', '1');
ALTER TABLE `rooms` ADD `achievement` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `bots` ADD `effect` int(2) NOT NULL DEFAULT '0';