Jump to content

Dark Lunacy

Members
  • Posts

    94
  • Joined

  • Last visited

Everything posted by Dark Lunacy

  1. si pudieras dar más detalles acerca dónde está específicamente la tranca, quizá se te pueda ayudar.
  2. Necesitas un lugar donde almacenar los parches para que el cliente pueda leer la lista, buscarlos y pueda descargarlos. La versión actual de Thor 13b tiene un tremendo bug que impide que el Thor se actualice. Ocupalo sólo si puedes prescindir de ese error.
  3. In the dedicated servers side, yes. I dont tried it on VPS hosting.
  4. I think linode should be a great option, but I dont tried it by myself. https://www.linode.com/press-release/linode-launches-free-advanced-ddos-protection-across-its-global-network/ Another option is ovh, that is a well known hosting.
  5. You can install Xampp for linux, its easy to install. I don't know where you got that centos 8 is unstable, sources of that? Try to know the version of the kernel that CentOS 8 currently uses, in a vps that uses KVM you can gain a lot of performance if you update it You can find more information here: https://wiki.mikejung.biz/CentOS_7
  6. No veo el sentido de ocupar php 5.6 en pleno 2020. Actualiza a 7.2 cuanto antes
  7. Parecen ser errores de Windows y no del RO
  8. Deberías reportar el error en GitHub, si es que no intentaste instalarlo varias veces utilizando una instalación limpia.
  9. Glad to hear. There is a complete guide: https://github.com/HerculesWS/Hercules/wiki/Thor-Patcher I think setup thor patcher is more easy than rathena If you are using Windows, you can install wampp to host .thor files, ensure not to install mariadb/mysql that comes with the program.
  10. What exe are you using? Are you trying to connect to a vps or localhost? Are you using firewall/antivirus? Ensure you have the desired ports open.
  11. Veo que no tienes nada en plist.txt, ahí debes poner los parches que vayas añadiendo, siguiendo la lógica de los ejemplos que se encuentran comentados ''//'' en config.ini, en ClientParameter= poner una url no es válido Si tienes un archivo en tu carpeta de RO llamado server.dat, eliminalo para recomenzar el proceso. Si necesitas mas ayuda agregame a Discord como Odin#0802 , no tengo problemas en ayudar ?
  12. To connect to your server you need a basic client: YourRO.exe ----> client executable yourdata.grf---->there is all files related to your server (also clientinfo.xml, inside this file you need to add your server IP, this can also be called sclientinfo.xml depending on your .exe version) YOUR.ini ----> here you need to add your grf's you want to use in order. For example: [Data] 0=your.grf 1=rdata.grf 2=sdata.grf Cant remember all the list, but should looks like something this. You can also should add an Open Setup to allow your players to configure graphics: http://nn.ai4rei.net/dev/opensetup/ If you need more help just ask ?
  13. You need to install a lets encrypt certbot. You can search in google, for example: https://linuxhostsupport.com/blog/install-lets-encrypt-ssl-certificates-using-certbot/ You maybe will also need to force https in your cp for all requests made. To do it you will need to change your .htaccess to this #FORCE HTTPS RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule !\.(js|ico|gif|jpg|png|css|pdf|swf|flv)$ index.php [QSA] Note that if you do this, you also will need to enable to use clean urls. Enable it in application.php 'UseCleanUrls' => true, // Set to true if you're running Apache and it supports mod_rewrite and .htaccess files.
  14. Any news for a plugin system? It would be very useful for src modifications. Thanks for all. Regards.
  15. Hola! He ido reportando los errores que he ido encontrando acá: https://github.com/rathena/FluxCP/issues/251 Gracias a todos ?
  16. I dont think so, putty uses ssh protocol. There is another options using novnc on some hosting providers, that offers a browser connection
  17. Hola de nuevo, gracias! Bueno, he logrado hacer desaparecer el Error No 1 desactivando el ''EnableVoteIPCheck'' /addons/voteforpoints/config/addon.php Me parece que está relacionado a estas líneas de código en /addons/voteforpoints/modules/voteforpoints/index.php: // voter is using invalid ip if (Flux::config('EnableIPVoteCheck') && !empty($_SERVER["HTTP_X_FORWARDED_FOR"]) || Flux::config('EnableIPVoteCheck') && !empty($_SERVER['HTTP_CLIENT_IP']) || Flux::config('EnableIPVoteCheck') && !empty($_SERVER['HTTP_X_FORWARDED'])) Solo que ahora al votar, no da los puntos.
  18. Hola, gracias por la ayuda. He seguido tus pasos que recomendaste más arriba, más esto último; aún así me sigue tirando el Unable to vote for the server. Err no. 1
  19. Hola ¿Qué versión de mysql ocupas, y distro linux? En los logs de flux no aparece nada y tampoco en el debug mode. Me hice una cuenta y ahora obtengo el error: Unable to vote for the server. Err no. 1
  20. Hi Im trying to install this addon fork from Sanasol: https://github.com/sanasol/FluxCP_Addons-VoteForPoints I also cant see anything in the menu related to ''Vote For Points'', so when I went to http://mycp.com/?module=voteforpoints , I get this in debug mode: ( ! ) Notice: Object of class Flux_Config could not be converted to int in C:\wamp64\www\lib\Flux\Authorization.php on line 86 Call Stack # Time Memory Function Location 1 0.0004 408176 {main}( ) ...\index.php:0 2 0.0839 724880 Flux_Dispatcher->dispatch( ) ...\index.php:169 3 0.0845 725504 Flux_Authorization->actionAllowed( ) ...\Dispatcher.php:129 ( ! ) Notice: Object of class Flux_Config could not be converted to int in C:\wamp64\www\lib\Flux\Authorization.php on line 86 Call Stack # Time Memory Function Location 1 0.0004 408176 {main}( ) ...\index.php:0 2 0.0839 724880 Flux_Dispatcher->dispatch( ) ...\index.php:169 3 0.0845 725504 Flux_Authorization->actionAllowed( ) ...\Dispatcher.php:129 ( ! ) Notice: Object of class Flux_Config could not be converted to int in C:\wamp64\www\lib\Flux\Authorization.php on line 87 Call Stack # Time Memory Function Location 1 0.0004 408176 {main}( ) ...\index.php:0 2 0.0839 724880 Flux_Dispatcher->dispatch( ) ...\index.php:169 3 0.0845 725504 Flux_Authorization->actionAllowed( ) ...\Dispatcher.php:129 ( ! ) Notice: Object of class Flux_Config could not be converted to int in C:\wamp64\www\lib\Flux\Authorization.php on line 87 Call Stack # Time Memory Function Location 1 0.0004 408176 {main}( ) ...\index.php:0 2 0.0839 724880 Flux_Dispatcher->dispatch( ) ...\index.php:169 3 0.0845 725504 Flux_Authorization->actionAllowed( ) ...\Dispatcher.php:129 Critical Error An error was encountered during the lifetime of the application. This could be due to a variety of problems, such as a bug in the application. However, normally it is caused by misconfiguration. Exception Details Error: Flux_Error Message: MySQL error (SQLSTATE: 42000, ERROR: 1064): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 File: C:\wamp64\www\lib\Flux\Connection\Statement.php:59 File Line Function/Method C:\wamp64\www\modules\voteforpoints\index.php 151 Flux_Connection_Statement::execute() C:\wamp64\www\lib\Flux\Template.php 375 include() C:\wamp64\www\lib\Flux\Dispatcher.php 170 Flux_Template::render() C:\wamp64\www\index.php 169 Flux_Dispatcher::dispatch() Exception Trace As String #0 C:\wamp64\www\modules\voteforpoints\index.php(151): Flux_Connection_Statement->execute() #1 C:\wamp64\www\lib\Flux\Template.php(375): include('C:\\wamp64\\www\\m...') #2 C:\wamp64\www\lib\Flux\Dispatcher.php(170): Flux_Template->render() #3 C:\wamp64\www\index.php(169): Flux_Dispatcher->dispatch(Array) #4 {main}
  21. Anda dando vueltas en el foro español un emulador compilado para Windows, que supongo es lo que buscas. Está fácil de encontrar. Saludos y feliz año!
×
×
  • Create New...