Jump to content
MakeWebGames

hellgirl

Members
  • Posts

    7
  • Joined

  • Last visited

    Never

hellgirl's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: MCCodes V2 Installation problem Mate. With your steps. Please list all steps, step by step. But, I have this now. so what do I do?
  2. Re: MCCodes V2 Installation problem Write Config... Config written. Attempting DB connection Connection Successful. Writing Main MySQL data. Warning: fopen() [function.fopen]: Filename cannot be empty in /home/currican/public_html/installer.php on line 468 Warning: fread(): supplied argument is not a valid stream resource in /home/currican/public_html/installer.php on line 470 Warning: fclose(): supplied argument is not a valid stream resource in /home/currican/public_html/installer.php on line 471 Main MySQL data was written. Now write Extra MySQL data. QUERY ERROR: Unknown column 'donatordays' in 'field list' Query was INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( 'admin', 'admin', md5('fdsfds'), 1, 100, 0, 0, 2, 12, 12, 100, 100, 5, 5, 100, 100, 1, '', unix_timestamp(), '[email protected]', -1, '125.25.21.205', '125.25.21.205')   This is what comes up now. After replacing what you told me to with $fo=fopen("","r"); Is that right?
  3. Re: MCCodes V2 Installation problem :evil: I am using .ej.am as my webhost and it does work for mccodes for sure. It has millions. So on my phpadmin, I dropped my applications table, then the code went back to the annoucement set up. What is the control + whatever thing to search for words on a internet explorer webpage? I want to do it to find what i need to replace.
  4. Re: MCCodes V2 Installation problem ok, i'll give it a try. but it just changed to this mate. Write Config... Config written. Attempting DB connection Connection Successful. Writing Main MySQL data. QUERY ERROR: Table 'announcements' already exists Query was CREATE TABLE `announcements` ( `a_text` text NOT NULL, `a_time` int(11) NOT NULL default '0') ENGINE=MyISAM ; Do you happen to have msn to help me out?
  5. Re: MCCodes V2 Installation problem yeah, thanks for the notice. But i did read it slowly, I'm a goddamn noob and don't know what to do with all this.
  6. Re: does anyone have it? I got 1 that I personally just coded. Add me on [email protected]
  7. Hello There. I'm currently on the 3rd step on the installer (Installation and Extras) for MCcodes v2. Here's what it says. Please help me out on what to do now. Write Config... Config written. Attempting DB connection Connection Successful. Writing Main MySQL data. QUERY ERROR: Table 'applications' already exists Query was CREATE TABLE `applications` ( `appID` int(11) NOT NULL auto_increment, `appUSER` int(11) NOT NULL default '0', `appGANG` int(11) NOT NULL default '0', `appTEXT` text NOT NULL, PRIMARY KEY (`appID`)) ENGINE=MyISAM ;
×
×
  • Create New...