Jump to content

vladonix

Members
  • Posts

    27
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

vladonix's Achievements

Member

Member (2/3)

0

Reputation

  1. But it is not PHP problem, it is mangos RA server problem... And I created utility only for exceptional incidents to help MANGOS administrator, not for daily use. v.
  2. I wrote simple client in PHP to connect to RA: http://rapidshare.com/files/287421121/rac_en.zip -> 51kB Screenshot: v.
  3. Hallo all Excuse me, I'm busy in my work Gimp: I'll try it on my Fedora... Kray: I wrote you email with possible solution. Please, try encode all php files yo UTF-8, I forgot it Durotar: Thank You very much, I'll add your translation to new revision. Like Kray, try encode php files in your favourite editor (PSPad for example) to UTF-8 (now is CP1250 ) XD5: update to support 3.1.3 in progresss....... v.
  4. Even so, I added new checkbox to administration to check mangos version. Please, test in 2.0.6 version. v.
  5. Yes, because its value is in uptime table If you are using newest mangos rev,reggacc doesn't need use access to mangos database. So, use nanounico's fix in configuration. v.
  6. I added 'Teleport' option, please test it (version 205jQ) v.
  7. If player forgot password, he must request admin to set new password - admin send new password on players email.... I don't want 'implement' functions to send, retreive forgotten passworsd, sent mail to all players, ...... , because it is hard to manage for admin ... And reggacc is still fork of spora (SIMPLE page of .....) v.
  8. Nrthrnd locations added, pls test. (added max players too, and menu on map pages) v.
  9. Hallo. I develop on newest FF and everything works fine. What about my demopage on FF? (I see no errors...) Try again copy *.css files and refresh page (F5). v.
  10. Hallo. max player online of the actual start - i'll add, but change email - i think, player must requests admin to change email. v.
  11. Ops, I forgot to add new names to zonelist. I'll add it. To set default option WOTLK, change code: <option value="0" selected>Classic WoW</option> <option value="1">The Burning Crusade</option>'; if (${$extenG} > 1) // WOTLK $cont .= '<option value="2">Wrath of the Lich King</option>'; to <option value="0">Classic WoW</option> <option value="1">The Burning Crusade</option>'; if (${$extenG} > 1) // WOTLK $cont .= '<option value="2" selected>Wrath of the Lich King</option>'; in file world1.php v.
  12. Hallo. I released new version (203). Fix for php 4 added (and many other - jQuery, new maps, etc.) Please, test (and report) Thank You v.
  13. Hallo. I thought last two characters in file (?>). Old code from lang.php : } return $ret_arr; } ?> New code: } return $ret_arr; } // ADD THIS CODE - php 4 compatibility if (!function_exists('file_put_contents')) { function file_put_contents($name = "", $data = "") { $fl = @fopen($name, "w"); if (!$fl) { return false; } else { @fwrite($fl, $data); fclose($fl); return true; } } } ?> I'm working on new map, so new code will come with new map.... :cool: v.
  14. Hallo. I have not experiences with hamacchi Test network connection from your web site to game server (telnet ...) and then set in configuration proper values serverHost and ServerPort. I'm working on new map v.
  15. Hallo. Thank You for nice screenshots. I'm using newest database (from mangos's sql scripts) on my develop computer. So, I don't know Please, try to open page in other web browser or try to set 2 realms (set only Num. of realms), so ChooseRealm page will display (?) (it is index page) or try to write some new text on first line in file world1.php (displays?) or try to delete browser's cache or ..... I don't know v.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use