Jump to content

croxinuz

Members
  • Posts

    62
  • Joined

  • Last visited

Everything posted by croxinuz

  1. solved, i'm request my webhosting enable remote mysql to my VPS IP.
  2. have anyone solved this problem ? i'm also get this problem ?
  3. hi, i got this error when install new flux on my webhosting Error: PDOException Message: SQLSTATE[HY000] [2003] Can't connect to MySQL server on '202.83.122.72' (111) File: /home/ropk8475/public_html/lib/Flux/Connection.php:81 File Line Function/Method /home/ropk8475/public_html/lib/Flux/Connection.php 81 PDO::__construct() /home/ropk8475/public_html/lib/Flux/Connection.php 94 Flux_Connection::connect() /home/ropk8475/public_html/lib/Flux/Connection.php 159 Flux_Connection::getConnection() /home/ropk8475/public_html/modules/install/index.php 17 Flux_Connection::getStatement() /home/ropk8475/public_html/lib/Flux/Template.php 375 include() /home/ropk8475/public_html/lib/Flux/Dispatcher.php 170 Flux_Template::render() /home/ropk8475/public_html/index.php 169 Flux_Dispatcher::dispatch() Exception Trace As String #0 /home/ropk8475/public_html/lib/Flux/Connection.php(81): PDO->__construct(*hidden*) #1 /home/ropk8475/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config)) #2 /home/ropk8475/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection() #3 /home/ropk8475/public_html/modules/install/index.php(17): Flux_Connection->getStatement('SELECT VERSION(...') #4 /home/ropk8475/public_html/lib/Flux/Template.php(375): include('/home/ropk8475/...') #5 /home/ropk8475/public_html/lib/Flux/Dispatcher.php(170): Flux_Template->render() #6 /home/ropk8475/public_html/index.php(169): Flux_Dispatcher->dispatch(Array) #7 {main} i have do setsebool -P httpd_can_network_connect=1 and firewall-cmd --zone=public --add-port=3306/tcp --permanent; firewall-cmd --reload on my server VPS but nothing change. someone can help me ?
  4. anyone know how to add Zeny Requirement to mission board ??
  5. Hi, it's possible to setup Client info with 2 IP Address Login server to connect another IP for 1 Map Server + 1 Char Server + player Database ??
  6. Hmm..i think i dont chance that part sir ... Solved, i have found solution for this , thanks all
  7. i have following from preview topic setup : i change : /etc/systcl.conf # Kernel sysctl configuration file for Red Hat Linux # # For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and # sysctl.conf(5) for more details. fs.file-max = 360000 net.ipv4.ip_local_port_range = 4096 65000 net.ipv4.tcp_keepalive_time = 80 net.ipv4.tcp_keepalive_probes = 6 net.ipv4.tcp_keepalive_intvl = 120 # Controls IP packet forwarding net.ipv4.ip_forward = 0 # Controls source route verification net.ipv4.conf.default.rp_filter = 1 # Do not accept source routing net.ipv4.conf.default.accept_source_route = 0 # Controls the System Request debugging functionality of the kernel kernel.sysrq = 0 # Controls whether core dumps will append the PID to the core filename. # Useful for debugging multi-threaded applications. kernel.core_uses_pid = 1 # Controls the use of TCP syncookies net.ipv4.tcp_syncookies = 1 # Controls the default maxmimum size of a mesage queue kernel.msgmnb = 65536 # Controls the maximum size of a message, in bytes kernel.msgmax = 65536 # Controls the maximum shared segment size, in bytes kernel.shmmax = 68719476736 # Controls the maximum number of shared memory segments, in pages kernel.shmall = 4294967296 /etc/security/limits.conf #ftp hard nproc 0 #@student - maxlogins 4 # End of file * hard nofile 65535 * soft nofile 65535 root hard nofile 65535 root soft nofile 65535 but still count on 1024 concurrent connection ? need Help Plis
  8. hi , i got some problem using Lastest GIT version of Rathena. if player login more than 1015 my server got stuck / Freeze. anyone can solved this problem ?
  9. im using SQL database from default git Clone and has same error with lastest GIT
  10. i get error with this : i don't know how to fix it
  11. Hi all, it's possible to change That "P" into CP or another word ?
  12. oke Thanks for the answer all, i will try it manually
  13. hi, it's possible if i want to make my server to Episode 10.1 (Einbroch) using rathena server ? if its possible,How ? Thank you, Sorry for my bad english
  14. hi , i get Annie Ruru Private MVP 1.4a from rAthena Forum. it's possible to make Random Spawn MVP or Miniboss Monster ? This's a Script : http://pastebin.com/ae871s3N Sorry for my Bad English
  15. i'm using the same LUA files , but if i'm using WeeDiff tree skill have normal language and i'm try to use nemo, tree skill become korean language. because i'm using .lua I used first weediff to uncheck disable packet onfuscation and other recommended/custom settings and then used nemo to add the 3 keys..and it works for me.. thank you sir ^.^
  16. i'm using the same LUA files , but if i'm using WeeDiff tree skill have normal language and i'm try to use nemo, tree skill become korean language. because i'm using .lua
  17. hi all, i got some error. i'm using Nemo for 2012-04-10 Client and my skill tree become Korean language. can i diff using another diff tools for packet obfuscation Feature ? sorry for my bad english
  18. i got this problem when i was deleting char. i'm using 20 04 2012 Client and Lastest Git Version
  19. if you're using VPS,try to reboot your VPS and check your RAM Status.
  20. i'm not get any error,but my zeny didn't minus when die
  21. i have write like this and doesn't work - script z_penal -1,{ OnPCDieEvent: .@zeny_penalty_percent = 10; if( getmonsterinfo( killerrid,MOB_NAME ) != "null" ){ .@zeny = (( Zeny / 100 ) * .@zeny_penalty_percent ); Zeny -= .@zeny; } }
×
×
  • Create New...