Jump to content
MakeWebGames

Nicholas

Members
  • Posts

    467
  • Joined

  • Last visited

Everything posted by Nicholas

  1. Re: need some help? i dont get it? ok but first, is this how you make new table for announcements? ALTER TABLE `users` ADD `announcements` INT( 11 ) NOT NULL DEFAULT '0'; ????
  2. Re: need some help? i dont get it? 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 ; i get that query error why?
  3. Re: need some help? i dont get it? it seems i do have the lastip_signup on users in phpmyadmin sql bit. can anyone please put up a working dbdata.sql file up here please? so i can acturally set my game up? it would be greatful.
  4. Re: need some help? i dont get it? ill give it a look thx for telling me, hopefully it works.
  5. Write Config... Config written. Attempting DB connection Connection Successful. Writing Main MySQL data. Warning: fopen(dbdata.sql) [function.fopen]: failed to open stream: No such file or directory in /home/nicholas/public_html/installer.php on line 465 Warning: fread(): supplied argument is not a valid stream resource in /home/nicholas/public_html/installer.php on line 467 Warning: fclose(): supplied argument is not a valid stream resource in /home/nicholas/public_html/installer.php on line 468 Main MySQL data was written. Now write Extra MySQL data. QUERY ERROR: Unknown column 'lastip_signup' 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( '*************', '************', md5('****************'), 1, 100, 0, 0, 2, 12, 12, 100, 100, 5, 5, 100, 100, 1, '', unix_timestamp(), '*******************', -1, '90.211.241.223', '90.211.241.223')   the stars are my information login stuff, dont wanna show people it lol, anyways can someone please tell me whats wrong here?
  6. Re: [MMCODES V2] HACKING ATTEMPTS LOGGED sweet, i might acturally use this mod. looks quite handy! thanks illusions!
  7. Re: marriage, sharing housing? oh right good point Shred1609, thanks for that information, didnt think that... and Frky there is a working housing sharing marriage mod out there, because this other game i play uses it.
  8. hi, im wondering, can anyone make a marriage proposal file, so you can share the house with the person your married too? ive searched everywhere, but cant find the coding. can someone help me to get the file download or put the coding on here please? thanks. Nicholas.
×
×
  • Create New...