Jump to content

roguitar

Members
  • Posts

    99
  • Joined

  • Last visited

Everything posted by roguitar

  1. So, this is problem with DNS. I bet that if roguitar would try to connect to "64.62.211.134" instead of "ricky.heliohost.org" (which actually should does not matter at all, there should be no difference in normal situation) then the connection would be succesful. Let's try to diagnose why there is such DNS problem. Start with the source, HelioHost nameservers, let's check them for example with using my tool HelioHost DNS Checker or any DIG. Answer from NS2 is correct, but NS1 have no informations about ricky.heliohost.org domain name, it returns the code "NXDOMAIN". That's mean that randomly, in ~50% of cases we won't connect to ricky.heliohost.org. Possibly also some other domain names are missing on NS1. This needs admin intervention: fixing/synchronising DNS entries on NS1. I've tried to connect using IP, as you said, but with no success... Like this: http://64.62.211.134:2083/ And the error message provided is: ERR_CONNECTION_RESET
  2. I think you're right. I cleaned my cache, I've tried to switch the browsers and the result is the same. It's like the server ip doesn't exist anymore. https://ricky.heliohost.org:2083/login/ simply can't be found.
  3. Is there any way of changing the server time zone? I want data to be recorded within my local time zone. And by the way, you use UTC, right?
  4. Try to clear your browser cache and flush your os DNS records. Ok
  5. Ok, I got it through FileZilla, but hilariously I couldn't do it via Dreamweaver. As I use Dreamweaver the most, I'd like to know if there's some solution for it.
  6. Ok, but how will I do this? I've just said that I can't access CPanel... I'll try it later, perhaps...
  7. I can't access the files directory, that is, the cpanel. This message shows in Google Chrome: And when I try access via FTP, this message shows in Dreamweaver: I wonder if this is the definite end of Ricky server....
  8. Hey, guys, are you ok? What's happening? Almost everytime I try a connection via FTP, I see an error or problem. Even when I'm using the DB, I also see Internal Server Error 500. And when I load some page this shows up: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at webmaster@bla-bla-bla to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. Sorry, but this has delayed my work. Since yesterday I'm trying to finish a task, and I can't because of those issues I've mentioned. I was told it was due to a high load in server. Is there anything you're doing to solve the problem? Sorry for the complaint.
  9. Oh, I see. I'm sorry! Is there anything you're doing to solve the problem?
  10. I'm constantly facing this problem at Ricky server: Internal Server Error 500 This is when I access my DB from time to time. Why is that the case? Some bad operation of mine? Or is it a problem of yours?
  11. Hello, I'd like you to unblock my IP, I've attempted several times really to connect to your server via SFTP. I believe I've used either a wrong password or a wrong Server Name. After many unsuccessful connection attempts, this happened. This is my username: roguitar and my server is Ricky. My email is rogeriobsoares5@gmail.com. My IP Address is 177.13.248.115 If you need further details, just ask me. Thank you very much. Yours sincerely, Rogerio
  12. Yep! Now it makes total sense. I'm really using error_reporting(E_ALL) at the beginning. But... there's no such thing as "SCRIPT_FILENAME in my code". And yes, I do use arrays in there, but they're all necessary for retrieving data from database, and updating things there... Anyway, what may have happened though is that the $email variable is set to be anything retrieved from database inside a while loop. That being said, considering that I'm not sure, I guess this is likely to cause this type of error, once the $email variable is repeated multiple times (while loop) but with different values along the way, if at all you understand what I mean... Well, I imagine that that's it. But thanks...
  13. What does this error mean and how do I solve it? This is the message I've received via email, although the cron job has really worked: <br /> <b>Notice</b>: Undefined index: SCRIPT_FILENAME in <b>/home/roguitar/public_html/config.php</b> on line <b>2</b><br /> This is the command line I type there in the configuration page: php -q /home/roguitar/public_html/emailscript.php And the time interval was set to every day at 9 p.m. Sao Paulo, Brazil timezone...
  14. Can't it be fixed? Except Cody huh?.... Registration emails arrive normally. That's because Cody doesn't have user accounts on it to get it blacklisted This issue can't really be fixed for the shared IPs. All of our shared IPs have bad reputations in general due to the fact we sometimes host phishing and spam. Sometimes they get blacklisted as well. If we get one delisted, the next time someone sends spam or phishing mail it'll end up listed again. Eventually they won't even let you be delisted, so we try to limit requests for delisting and let the IP's reputation improve so it falls off on its own. If a user really wants to send mail here without facing this issue, buying a dedicated IP is the proper fix. By not sharing with a bunch of spammers, their IP's reputation only reflects what their account sends. Now I get it. Well, I can't remember exactly, but once I messed up with the settings in my gmail accoount and I'd chosen an option which automatically and systematically would downgrade the security of my account. I guess I did it in order to transform it into an automatic sender, because I have another website hosted at another server (not here, but other free website hosting company). I did it, because they don't provide this sorta "mailing" service. Anyways, as I can't remember exactly the wonderful stuff I'd done, I just dunno how to reverse it. And I don't know either if your system may have detected it as phishing attempt. Anyways, you know, thank you.
  15. Is php mail() function not working today? This is my base code: <!-- NO HTML CODE ABOVE --> <?php $email = "rogeriobsoares5@gmail.com"; $subject = "Email Test"; $message = "Hello, boy!"; mail($email, $subject, $message, "From: English U.P.<englishup19@gmail.com>\nX-Mailer: PHP/" . phpversion()); sentmessage = true; ?> <HTML charset="utf-8"> <HEAD> <TITLE>MAILER</TITLE> </HEAD> <BODY> <?php if(isset($sentmessage)){ if($sentmessage == true){ echo "Message sent successfully!"; } } ?> </BODY> </HTML> I've been testing several times today, but I'm not receiving the messages at all. Why is that the case? Would anybody know the answer? Thank you! AN IMPORTANT PIECE OF INFORMATION: It's not working when I send to my gmail accounts, but only when I set $email as my Hotmail account. Why?
  16. Well, the file is already there in /home/roguitar/sql/world.sql.gz . I want it to be uploaded to roguitar_englishup Well, I sent the request in another post/topic: https://www.helionet.org/index/topic/36207-help-to-import-a-big-sql-file/ Just to let you know...
  17. Hi, there, howdy? I'm on Ricky server. Could you please help me? I need those data for retrieving countries, states and cities for my registration form. Well, the file is already there in /home/roguitar/sql/world.sql.gz I want it to be uploaded to my PhpMyAdmin database, more exactly in roguitar_englishup. The file is too big (over 30MB compressed and in total over 200MB) and I'm asking for your help, because I won't be able to do it manually. Thank you!
  18. Well, the file is already there in /home/roguitar/sql/world.sql.gz
×
×
  • Create New...