Jump to content

Asura

Members
  • Posts

    707
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Asura

  1. Asura

    Domain help

    Hi kodak, If you mean to say that you are trying to host your website on your own computer, I would recommend that you make sure that you have a static IP and not a dynamic IP; otherwise this would be completely useless. You can set an A-record for your domain, in your domain provider's control panel to your WAN static IP. Then this would point your domain to your computer.
  2. Asura

    vps lock

    Hi orange, This is not possible; I would recommend that you change your SSH port, and install a software firewall to prevent bruteforce attacks on your SSH. A very popular Linux-based software used for bruteforce protection is 'fail2ban'.
  3. Hi Brian, From my own experience; there is no way to re-create a full 'root' account after it has been deleted. Even with running MySQL in safe mode and the option to skip privileges, it would not allow you to re-create that 'root' with "All Privileges". I would use the following syntax to re-create the closest thing to 'root'; INSERT INTO `mysql`.`user`(`Host`, `User`, `Password`, `Select_priv`, `Insert_priv`, `Update_priv`, `Delete_priv`, `Create_priv`, `Drop_priv`, `Reload_priv`, `Shutdown_priv`, `Process_priv`, `File_priv`, `Grant_priv`, `References_priv`, `Index_priv`, `Alter_priv`, `Show_db_priv`, `Super_priv`, `Create_tmp_table_priv`, `Lock_tables_priv`, `Execute_priv`, `Repl_slave_priv`, `Repl_client_priv`, `Create_view_priv`, `Show_view_priv`, `Create_routine_priv`, `Alter_routine_priv`, `Create_user_priv`, `ssl_type`, `ssl_cipher`, `x509_issuer`, `x509_subject`, `max_questions`, `max_updates`, `max_connections`, `max_user_connections`) VALUES ('%', 'root', PASSWORD('password_is_here'), 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', '', '', '', '', '0', '0', '0', '0');
  4. Asura

    SQLI

    Hi assasi91, I am not sure why you are calling this a MySQL injection; it is obvious that it is not. It looks as if you're simply just not properly securing the users/privileges, and that the intruder is abusing that. What is MySQL Injection? http://www.tizag.com/mysqlTutorial/mysql-php-sql-injection.php
  5. Hi sietse11, If your MySQL server is hosted within the same system (local), then you might as well just stick with '127.0.0.1' instead of your WAN IP. It may be possible that you did not port forward within your router to the proper LAN IP.
  6. Hi kodak, It just seems like the web hosting you have, has set the PHP Safe Mode on; which is why some functions such as the 'set_time_limit()' is disabled... You might have to contact them, and ask if they can turn it off.
  7. Hi miczster, Yes, that would be correct.
  8. Hi glemor123, Let your webhosting company know of the issue, and inform them of which ports you need opened.
  9. Hi miczster, We only offer Linux-based services. Even if your computer runs on Windows, you shouldn't have any issues with using Linux. I recommend that you check out our YouTube channel for a better idea of how our service works. http://youtube.com/asurahosting
  10. Asura

    asurahosting

    Hi papol22,You need to set the domain's name servers to the following... ns1.asurahosting.com ns2.asurahosting.com Then you simply need to wait until the domain propagates on your domain provider's side, which takes anywhere from 24-48hours. After the propagation is complete, the domain will function properly with your cPanel webhost with us. Enjoy!
  11. Hi ratedbananas,The cPanel service that we provide, is no different from any other webhost provider that provides cPanel; it's exactly the same software. So as Mootie has kindly pointed out; learn to use the search function, it's a great tool.
  12. Asura

    asurahosting

    Hi papol22,You stated in your ticket that you needed help with installing FluxCP; this was all you put there. We don't provide support for how to install FluxCP, simply because there are too many guides available on the internet. You should be able to do the research yourself, and install it yourself; cPanel is nearly exactly the same across the board for every shared webhost provider. As for your issue; it just seems that you don't own "accelro.com". When you registered the webhost; we provide you with 2 options... 1. Use an already existing domain; 1 which you own yourself. 2. Use a free sub-domain, 1 which we can provide you with; example, NAME.ragnarok.so AsuraHosting does not sell/manage/issue domains, so you'd have to purchase it elsewhere such as... GoDaddy, NameCheap, or Dynadot. Hope this clears everything up for you!
  13. Hi qyxz1412, Please use these commands in your SSH/Terminal; rm -rf /etc/localtime ln -sf /usr/share/zoneinfo/Asia/Manila /etc/localtime These commands are CaSe-SenSiTivE, so please type it exactly the way I have presented it here; enjoy!
  14. Asura

    NO MSG

    Hi L-Jam, If you are running a local server, please use your LAN IP and not "127.0.0.1"/"localhost". If you are running a public server, please use your WAN IP. You can find your LAN IP by going to the Windows cmd and typing 'ipconfig'. You can find your WAN IP by visiting this website: http://www.whatismyip.com/
  15. Hi markiez22, As 'chatterboy' has stated; version 2.4 is not good. It's recommended that you use the updated version of 2.5; http://jiidesignstudio.com/roclient-shied-protect-your-server-from-cheater.html
  16. Hi L-Jam, You need to correctly configure the IP's for 'char_athena.conf' and 'map_athena.conf' within your Athena "conf" folder. I'd recommend that you use your WAN IP and make sure that your ports are correctly open for your router.
  17. Hi DustNoNo, Oh yeah? Their office? Nice try there.
  18. Hi 2834, You actually need to upload the FluxCP files into your webhost... that's why you see '/cgi-bin', because you have no index.
  19. Hi healthydude, Both Toasty and Euphy's are not good controllers to use; poorly scripted. I'd recommend sticking with the WoE Setter 3.
  20. Hi GMKoji,Then kindly read my response to you and do what I've stated; to contact your hosting provider. If we host your service, then simply submit a support ticket and we'll look into it.
  21. Asura

    error in putty

    Hi Orange, Turn off your IPTables just in case with... service iptables stop Then perform a reboot on your VPS/Dedicated Service to help alleviate any pre-existing processes; reboot Finally, try once again to run it to see if it works.
  22. Hi Dreamworks, I would recommend that you debug the server with GDB; it looks more like a source-code issue rather than a script.
  23. Hi LAazsx, Can you put this file into your web server and then view it? phpinfo.php <?php phpinfo(); ?> Within that page, search for PDO just to make sure you have it installed properly for PHP 5.3. As a note, AsuraHosting services uses MySQL 5.5 w/ PHP 5.3 (PHP-FPM) with no issues.
  24. Hi GMKoji, From my experience, this usually happens when the web hosting is using a proxy system for their Apache webserver. They proxy off the traffic to a secondary web server such as nGinx to help alleviate the heavy loads. So I would recommend asking your web hosting about this first to see if they are doing this.
  25. Hi mrlongshen,It's good to not care about what happens "behind-the-scenes"; they always say ignorance is bliss. However, I was just shedding some light on what you recommended, since it's not something that should be recommended (due to cost, their operation, and illegal use of Harmony). Lastly, you don't have to support AsuraHosting; you're not even a customer. And we're not looking for support; I'm simply here to help provide a good suggestion and good information on potential DDOS Protected Dedicated Servers.
×
×
  • Create New...