Jump to content

vladonix

Members
  • Posts

    27
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by vladonix

  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.
  16. So , when WebConfig page is displayed, and you set proper values to connect to database, then reggacc page must be displayed. Have You got really blank page, no text, no errors? v.
  17. Did You set your rospora (configuration.php)? Index.php is automatically redirected to world1.php, when you have only one realm defined in configuration. v.
  18. Hallo. Set permissons for sha1_datas.php (chmod 666 sha1_datas.php) v.
  19. Hallo. I don't know... Try to run simple script to test connection: [color=#000000] [color=#0000bb]<?php $link [/color][color=#007700]= [/color][color=#0000bb]mysql_connect[/color][color=#007700]([/color][color=#dd0000]'server2'[/color][color=#007700], [/color][color=#dd0000]'mysql_user'[/color][color=#007700], [/color][color=#dd0000]'mysql_password'[/color][color=#007700]); if (![/color][color=#0000bb]$link[/color][color=#007700]) { die([/color][color=#dd0000]'Could not connect: ' [/color][color=#007700]. [/color][color=#0000bb]mysql_error[/color][color=#007700]()); } echo [/color][color=#dd0000]'Connected successfully'[/color][color=#007700]; [/color][color=#0000bb]mysql_close[/color][color=#007700]([/color][color=#0000bb]$link[/color][color=#007700]); [/color][color=#0000bb]?> [/color][/color] v.
  20. Hallo. I think, it is mysql issue. Script tries to connect to remote MYSQL server throught mysql_connect PHP function, but fails with error. Try to open 'directly' link http://server1/reggacc/world1.php . Have you got identical error again? Did you set proper values for characters and realm databases too? (hostc, userc, ... hostr, userr, ...) v.
  21. Hmm, no need gpp (gnome picture printing) Option -j2 can be used for one core processor too. For more cores use -jNUM_PROC_CORES+1 Works fine for newest mangos. Great! v.
  22. Login to configuration page and set value with label 'patch' to 3.0.3. Directly in configuration.php set variable $exten = 2. Use in new reggacc 202, older versions do not support it. v
  23. Hallo. My mistake - different data field for 2.4.3 and 3.0.3 patch. Repaired. Please, download new reggacc version and set in reggacc administration page variable with label patch to 3.0.3 (it is radio button) Thank you vladonix Edit reason: fix answer
  24. set expansion column to 2. But when you change layout in reggacc to wotlk, list box with wotlk expansion option appears... v.
  25. SPECS is simple php/ajax project to automatically create SQL queries for SD2 . 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