Jump to content

Vincent

Members
  • Posts

    528
  • Joined

  • Last visited

Everything posted by Vincent

  1. If you are using latest rA ist also the lastest Episode. If you want to use a other Episode you have to do the changes manuell.
  2. Delete the Addon Folder at your server or comment out them out at the config.
  3. #resets Is a Acc Variable and not a Player. So you have to change it. Go tohttps://rathena.org/wiki/Variables#Format_of_Variables and take a look at the var's.
  4. You did something wrong if this happens.
  5. Open:https://github.com/rathena/FluxCP/blob/master/themes/default/server/status.php Change: <td class="status"><?php echo $gameServer['playersOnline'] ?></td> To: <td class="status">9999</td> To fake 9999 player online.
  6. why did you use SVN? The SVN support is dropped long time ago and switch to GIT. Take a look here: http://rathena.org/board/topic/87120-transitioning-from-svn-to-git/
  7. What Flux you are using? There was a update for ipn and old flux cps don't work anymore without this fix.
  8. For this you need a bridge but there is no public code available. The only why is to modify flux or mybb login phpcode. If you ask me flux code is better to change, because it "smaller". If I get board at home maybe I will take a look at the codes and create a add-on.
  9. Vincent

    Patcher

    Here is a video tut: and
  10. Please use a other font. Fonts like this you are using are realy hard read for longer text...
  11. Is your client hexed to "disabled hshield"? Also try to find out what updates are diffrent from your 2 pc? Maybe this are the reason why there come this error... Please try to install:http://www.microsoft.com/de-de/download/details.aspx?id=5555
  12. Vincent

    Patcher

    I don't understand what you are talking about... Please try again to explain what your problem is. But also please post what patcher you are using?
  13. Yea if you tell me what you want to change?! Please post a screenshot and mark there what you want to change.
  14. The 2 PCs have to be at the same LAN. You (serverhost) can set all IPs at sever config to 127.0.01 and the other guy (2. PC) have to use your LANIP to connect to the server at the clientinfo.xml. To find your Lanip: 1. Open cmd.exe 2. write: ipconfig 3. Find something like this: IPv4-Adresse . . . . . . . . . . : 192.168.107.1 <--- My LAN IP for example Subnetzmaske . . . . . . . . . . : 255.255.255.0
  15. Vincent

    Fluxcp PHP Help

    Sooo, after some testing at home here is a Working Code: FluxCP / modules / account / create.php -> http://pastebin.com/puvFgRkN FluxCP / themes / default / account / create.php -> http://pastebin.com/ujLTZCnG FluxCP / lib / Flux / LoginServer.php -> http://pastebin.com/ekjVx9TH You need to create a new coulum at your "login" table that is called "new_field"! Replace all Files with the new Code from pastbin.com I hope i can help you with it.
  16. Did you mean the main.sql as txt? As I know there is no full txt based rathena.
  17. Vincent

    Fluxcp PHP Help

    Find this at FluxCP / modules / account / create.php : $new_field = $params->get('new_field'); Change to: $new_field = $_POST["new_field"]; If this dont work, i have to take a look when i am at home. At the Moment i can test the new fields.
  18. Vincent

    Fluxcp PHP Help

    FluxCP / themes / default / account / create.php Edit this File and copy the new code to the file. http://pastebin.com/CUr7sWpu Edit the FluxCP / modules / account / create.php and copy&paste the Code from here to the create.php http://pastebin.com/r8BmZcit# Make a Backup of your old file. Not tested, because i am at work atm. !!!
  19. Please try xamp: https://www.apachefriends.org/de/index.html It seems that the problem is wamp, because I used xamp without problems. Can't create a test installation because I am at work now. Will test it later with your servertool...
  20. I make a test installation and all is working fine for me. Can the 3 users post there setup to find the differences to my. I tested it local with up2date rathena sql tabeles and newest xamp. Please post also your php version that are running at the server.
  21. What client are u using? This error comes when the exe can load a dll. Check the Event Viewer: Start > Run, type in: eventvwr.msc and click Ok. Expand the event viewer window. Click once on either Applications or System in the Left pane. Double click on an error listed in the Right pane to bring up a details window. Click the link if present at the end of the description to a page with a "possible solution".
×
×
  • Create New...