Jump to content

Vincent

Members
  • Posts

    528
  • Joined

  • Last visited

Everything posted by Vincent

  1. if i change it to fetch() the array is filled with "bool(false)"
  2. Hello, i create at the moment a own Flux Addon. So at the moment i need the guild_ids from the acc that are atm logged to flux. For some reason the array is empty. Any idea how to fix it? Here my code: $sql = "SELECT guild_id FROM {$server->charMapDatabase}.char WHERE account_id = 2000000"; $sth = $server->connection->getStatement($sql); $guild = $sth->fetchAll();
  3. It make no sense to host a server at your home. Because the server have to be online 24/7 that means a cumputer need 100 watt each hour for energy. Let's thing your pc needs only 60watt. 60 Watt x 24h = 10.37 € each month (= 126.14 € in a year) only for the energy to run. I have calculated with 0,24 Euro for 1 kWh. Because that is the price atm in Germany.
  4. I don't thing so. Because the owner is not response to all other emails at his real homepage. I won't trust a Facebook acc! As I know harmoney is dead...
  5. Ja, das hätte ich oben schon verstanden. Ich meinte wie du denn Bug behoben hast, falls jemand das selbe Problem haben sollte.
  6. Was war denn das Problem?
  7. yes when i type his password it shows this Than change the PW at the SQL Table and try to login with the new set PW.
  8. Check the pw at the SQL database. To See what he is using as password.
  9. Check your pms i will help you via skype
  10. Sorry Guys but there wont be an update! Yommy quit the Ro Scene. Here is the original Post from yommy: source: http://hercules.ws/board/topic/4909-i-think-it-is-time/
  11. This is the reason why Admins dont have to use Harmoney. ITS DEAD since year's.
  12. Hello, i wonder if there is any working anti Cheat tool like harmoney was. I am looking for one but Harmoney seems dead. Intel Guard to easy to bypass. So how to protect the server at 2014?
  13. Yes, i use allways a free Software. Its mybb and have to say it got all I need.
  14. Hello, i see a lot of servers useing IP.Board. So the question is: Did they bought it or simply used a cracked version? as i see the price of 175$ i think the most admins are using a cracked version'? What du you think /know about it?
  15. Welcome Back. Was genau meinst du mit "Stand der Dinge"? Die Ro Emulatoren oder Ro als spiel?
  16. thanks. And what do you think about the second question?!
  17. Hello, is there any way i can get the current coords from the player at the map? With Strcharinfo(3) i only get the map but not the coords?! My second question is i want to update every 10 sec. the current map postion in a database from all player. Will this create a overload of the server because of the lot request's?
  18. Please show me your application.php and /modules/freebies/index.php
  19. Vincent

    3D models

    I dont know what models you are looking for here is a site where you can find a lot of stuff: http://www.hongkiat.com/blog/60-excellent-free-3d-model-websites/
  20. hello, how can i check if a variable is empty? my code(not all): query_sql "SELECT `last_mac` FROM `login` WHERE `char_id` = " + getcharid(0) + "", .@lastmac; the fild "last_mac" can be empty because of this COLUMN `last_mac` VARCHAR(18) NOT NULL DEFAULT '' But how can i check this with a if? This dont work if (.@lastmac == ) { bla bla }
  21. You can try edit the application.php This part so what ever you want: 'MenuItems' => array( 'Main Menu' => array( 'Home' => array('module' => 'main'), Or Edit the index.php in flux\modules\main
  22. But they use a Framework i think for the template.
×
×
  • Create New...