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 Hayd3n

  1. Hayd3n

    Official PlusEMU - Help Thread

    You can use this to empty a users inventory EmptyUser.cs using Plus.HabboHotel.GameClients; namespace Plus.HabboHotel.Rooms.Chat.Commands.Moderator { class EmptyUser : IChatCommand { public string PermissionRequired { get { return "command_emptyuser"; }...
  2. Hayd3n

    Halloween 2016 Furnitures [REL]

    Here You must be registered for see element.
  3. Hayd3n

    DDoS TCP proxy set-up

    You had the IP's mixed up PROTECTED_IP = The IP of the linux server global log /dev/log local0 log /dev/log local1 notice chroot /var/lib/haproxy stats socket /run/haproxy/admin.sock mode 660 level admin stats timeout 30s user haproxy group haproxy daemon...
  4. Hayd3n

    DDoS TCP proxy set-up

    pm me your config file
  5. Hayd3n

    DDoS TCP proxy set-up

    Have a look at the first error "bal" Go into the config file and on line 1 it will be there, change it to "global"
  6. Hayd3n

    DDoS TCP proxy set-up

    Reinstall centos6 and do the following Run This sudo yum install wget gcc pcre-static pcre-devel -y Download Ha-Proxy 1.6.3 wget http://www.haproxy.org/download/1.6/src/haproxy-1.6.3.tar.gz -O ~/haproxy.tar.gz Extract it tar xzvf ~/haproxy.tar.gz -C ~/ Run This cd ~/haproxy-1.6.3 Compile...
  7. Hayd3n

    DDoS TCP proxy set-up

    It should work fine, just press esc then type this :wq It should come up in the bottom left corner, then press enter
  8. Hayd3n

    DDoS TCP proxy set-up

    After you replace the config with the new one, Press "esc" then type :wq
  9. Hayd3n

    DDoS TCP proxy set-up

    3rd cd ./haproxy-1.6.3 7th cp /root/haproxy-1.6.3/examples/haproxy.init /etc/init.d/haproxy
  10. Hayd3n

    DDoS TCP proxy set-up

    yum install wget gcc pcre-static pcre-devel -y I don't use this config, it's off google since he didn't know what to do
  11. Hayd3n

    DDoS TCP proxy set-up

    Download the latest source version of haproxy. wget http://www.haproxy.org/download/1.6/src/haproxy-1.6.3.tar.gz tar xvzf haproxy-1.6.3.tar.gz cd ./haproxy-1.4.24 make TARGET=linux2628 ARCH=native make install cp /usr/local/sbin/haproxy /usr/sbin/ cp...
  12. Hayd3n

    DDoS TCP proxy set-up

    Install the latest version of HAProxy (1.6.3) This config should work global log /dev/log local0 log /dev/log local1 notice chroot /var/lib/haproxy stats socket /run/haproxy/admin.sock mode 660 level admin stats timeout 30s user haproxy group haproxy daemon defaults...
  13. Hayd3n

    UberCMS Account Created Timestamp to Date

    This will display the date as (30 January 2016) date('j F Y', clean($userData['account_created']))
  14. Hayd3n

    Looking for good UberCMS

    It had the c_images in there Updated Link: 13.4MB You must be registered for see element.
  15. Hayd3n

    Looking for good UberCMS

    None that i know of, all that has been done to it is - Changed index to Fresh's old one - Changed Header Container - Changed Staff page But yeah i haven't touched this cms for like 3 years You must be registered for see element.
Back
Top