Jump to content
MakeWebGames

Sjobbe

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by Sjobbe

  1. he have a danish company called starthotel / Web10. but I think I will just take it over to my own server instead.
  2. yes it does excist. its because the database my friend have atm, when I need to make a new database, it create it and name it, so it if I dont use the main database it will come with a _1, _2 _3 etc. its a part of a webhost he have.
  3. if I make a new install and type ind example database_1 it says Please double check the database username and password. but if I do it on dataname without _ there is no problem. /Sjobbe
  4. It Works fine when i don't have _ in the dB name, but i was just wondering about if it is possible to get it to work with _ in the db name
  5. Maybe this is a stupid question, but can you make nwe work with a database where the Databasename is like database_1? if I do that it just say "Database down or wrong DB settings. Please try again later."
  6. looked like that field was deleted some how. all works now.
  7. Error: Undefined offset: 0 Error in "/var/www/web/sth149491/clan-fight.com/libs/db.php" Line 246 Error in /var/www/web/sth149491/clan-fight.com/modules/clan_wars/auto_pre_content.php Line 4 Error in /var/www/web/sth149491/clan-fight.com/libs/hooks.php Line 41 Error in /var/www/web/sth149491/clan-fight.com/index.php Line 291 Please help us to improve the game by providing as much information regards any bugs. this happens after I have added the 1.1.7 update. when I try to login. any idear?
  8. I have made this mod where you can reset the game without deleting any player profiles. http://nw-engine.com/index.php?c=modules&m=155 this is a free mod now.
  9. nice work. keep going.. ;)
  10. This mod is now placed here http://nw-engine.com/index.php?c=modules&m=154
  11. this mod will change name to admin_player_premium because its not just to give anymore. just need to be accepted by alain.
  12. I will put it up on my site in the morning and I will get back to you when I have tested it Thanks for sharing
  13. update send in. just waitning aproval from Alain.. and thanks for the feed back. I hope to be done with one more module to night.
  14. I Will look into it today it worked for me the user i added premium to Got premium but update later today
  15. thank you more will come... :)
  16. I have made this little module, it will allow admins to give users premium for the amount of days the admin desire you can find the module here http://nw-engine.com/index.php?c=modules&m=153 if you have any idear to improvement just write it here or send me a pm. /Sjobbe And Thanks to Kyle for his expertise/help..
  17. good service...
  18. it does now. but when I wrote the first error I had tried all the themes, but now it works just fine.. :)
  19. there is a small error more in it, you need a color code for the online list on it. you still cant see who is online in the chat.
  20. thanks but now when I click on Clan in the menu I get this error Query error: Unknown column 'declareER' in 'field list' select id, declareER, declaredON, reason, time, surrenderER from clan_wars where (declareER = ?) OR (declaredON = ?) if I disable clan_wars it works.
  21. have you had a chance to look into this?
  22. I have found that when you install the clan-wars module it trys to put 2 declareER in the sql replace into clans_stats_types(name) values('Honor'); CREATE TABLE IF NOT EXISTS clan_wars ( id int(10) NOT NULL AUTO_INCREMENT, declareER int(10) NOT NULL, declaredON int(10) NOT NULL, reason varchar(255) COLLATE utf8_unicode_ci NOT NULL, time timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, declareER int(10) NOT NULL, PRIMARY KEY (id) ) ENGINE InnoDB, CHARACTER SET utf8, COLLATE utf8_bin;   after what I can see it should have surrenderER in it, but not sure on what spot and the different setups, I will post more when I fint out of that.
  23. yes. I just wanted to hear of someone had tried it before where it suddenly change the text color. I will try and see if I can find the text color in the css file for the chat. but thanks anyway Kyle.
  24. I tryed different templates and same result.
  25. it was black text at the beginning but suddenly it just started to be white.
×
×
  • Create New...