Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by x9751

  1. X

    [PC][Steam] Free games!

    Everything on the list is taken? If you PM me your email I can "Gift" you season 1,2 and 400 days of the walking dead on humble bundle.
  2. X

    [PC][Steam] Free games!

    I have in my possession a lot of *crapy* games that I have gotten from bundles. I already own them so they are of no use to me. If you take one let me know so I can remove it from the list. They are all gone
  3. X

    Apple any good for game dev?

    My first experience with a Mac was when I started working for the company I am currently at. I was always a windows boy and never really thought Mac's where worth the money. My opinion hasn't really changed since then and I still think Macs are expensive. My work mac is a 13in with and i5 and...
  4. X

    HTTP Reverse Proxy, can't ipban.

    Have you made any other changes to the source files? RevCMS was made for Phoenix Emulator, not Arcturus, so there are some differences in the database structure. You'll need to have a PHP programmer change the query's inside the CMS to match Arcturus Emulators structure.
  5. X

    HTTP Reverse Proxy, can't ipban.

    When you check the database the field ip_current doesn't change?
  6. X

    HTTP Reverse Proxy, can't ipban.

    The $users->updateUser should run the query for you. ip_last is the column in the `users` table that it was updating and you are chaning that to ip_current because that emulator is different.
  7. X

    HTTP Reverse Proxy, can't ipban.

    Going based on those source files and assuming that you have made no other changes. Opening up /app/class.core.php on line 90 is this line of code $users->updateUser($_SESSION['user']['id'], 'ip_last', $_SERVER['HTTP_CF_CONNECTING_IP']); If you are also using CloudFlare then most of this is...
  8. X

    HTTP Reverse Proxy, can't ipban.

    Can you link me to the thread where you go your version of RevCMS from? I only need to know if you are using a version with PDO or MySQL
  9. X

    HTTP Reverse Proxy, can't ipban.

    I assume you are using 1.3? That is the only one with proxy support. The first code box you have RevCMS should already do by default. The second part is a query that you have to run when a user enters the client. I'll update with some code if you need it, I'll need to find a Rev, it's been a...
  10. X

    HTTP Reverse Proxy, can't ipban.

    What emulator are you using?
  11. X

    [PC] RaGEZONE member's Steam ID's

    You must be registered for see element. Easier to look at the list.
  12. X

    [RELEASE] Swift Emulator - Fixes / Edits

    So.. when ever I edit the commands.ini file (so it's in english) I reload the emulator and it says that one of the configuration files has missing values. Is that just me or is it the same for others?
  13. X

    VIP Points Shop

    version 0.8 will have all the paypal stuff inside the config file so you won't need to edit anything but the config.php plus should take advantage of the new MUS commands that phx has.
  14. X

    VIP Points Shop

    They Paypal IPN uses some functions to set prices based on how many points they are wanting to get. Basically it doesn't send any post data except the amount of points they want to get and does some math to get the value so they can't just edit an input to set the price of the item. I didn't...
  15. X

    VIP Points Shop

    Well then.. this hasn't been updated for a while: Version v0.5 changelog: VIP rank and pixels added CSS updates (button changes) Custom Rooms Added Version v0.6 Changelog: Added BOTS!! Changes to CSS Changes to jQuery Different looking popup pages (paypal, exchanger, bots) Disabled "commands"...
Back
Top