-
Posts
17,998 -
Joined
-
Last visited
-
Days Won
677
Everything posted by wolstech
-
[Solved] Couldn't Find Username In Database: Django
wolstech replied to django2's topic in Escalated Requests
The account django does not exist. Either it was deleted by user request, or it was inactive long enough that it expired and deleted itself to make room for other users. -
Doh, that's what I get for posting at 5am. It indeed does have uses here as a troubleshooting tool, though the immediate though jumps to SSH since many ask for shell access. Yeah, I've definitely used it with Stevie for SMTP/IMAP testing in the past. Laughably insecure indeed. It's just plain text transmissions and viewing of (raw) responses.
-
Did you already delete the Johnny account? If so, we don't have anything to give you.
-
The problem is cPanel not being able to verify that your device is still "your device". To our server, it's a new device every single time it's seen since your cell company gives it a different IP every time it go on the data network. The fix is to use something whose IP doesn't change as often. Finding some free Wi-fi is your best bet. Wi-fi generally gets its internet connection from wireline infrastructure (i.e. cable/fiber), which has a static IP or a dynamic that rarely changes.
-
Yes. See the various posts about him here: http://www.helionet.org/index/forum/1-news/
-
Escalating. You can change the main domain sure, but the real question is whether or not Krydos decides to unsuspend you again. This is your second suspension for domain theft...
-
I assume you're using the right password? Create a new database user, assign it to the database you're trying to use, then try using those credentials instead if your cpanel account to access the database.
-
Please clear your cache.
-
You're suspended for having 7 accounts. If I unsuspend this one, csmafut will be suspended.
-
You were suspended for domain theft.
-
Are you on a cell phone data plan of some form? If so, it's completely normal. The phone has a chance of changing IPs every time it connects to the tower. Solution is to find wifi. My phone does this too. Verizon in the USA for me.
-
That button will work after you buy the IP I believe... Also, for what its worth, on tommy when he comes out, the SSL won't require the dedicated IP.
-
No. There is no shell access of any kind.
-
Did you enable remote mysql in cPanel? You need to add the IP you're connecting from in there, or it will refuse the connection. You can add % to allow any IP if you wish.
-
It's being refused because we don't permit SSH access. The icon was added as part of a cPanel upgrade, however it has no function on our servers for security reasons.
-
Give it another 24 hours, then clear your cache. You just signed up.
-
Yep, 3 cron jobs. For a single job, it can't be set to run more than twice a day. If you have two jobs, each can only run once a day, etc. Unsuspended.
-
Isn't NodeJS its own standalone server (as opposed to a CGI component that runs through Apache like PHP/Perl/Mono)?
-
Your account is inactive. You need to log into cpanel once every 30 days to prevent this from happening. Unsuspended.
-
Which Program Is The Best For Conversion Of .doc Files?
wolstech replied to Wannor's topic in Other Discussion
Adobe's official software does PDF->Doc. Not cheap, but it's the industry standard. Foxit Phantom PDF (another PDF tool) might be able to make docs from PDFs, but I've never used it (they have a trial version though). If you want to make a PDF, Office 2010 and up can save the DOC as a PDF with no extra software required. The big issue is that depending on the file you're converting, PDF->DOC conversions (especially those that are "pictures of text") might be made through OCR...the conversion is bound to be less than perfect in many cases simply because the computer effectively "reads" and guesses at what the image says. -
You don't need any of this since we support the normal PHP mail() function: // Define os dados do servidor e tipo de conexão // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= $mail->IsSMTP(); // Define que a mensagem será SMTP $mail->Host = 'mail.heliohost.org'; $mail->Port = 587; $mail->SMTPAuth = true; // Usar autenticação SMTP (obrigatório para smtp.seudomínio.com.br) $mail->Username = $emaildestinatario; // Usuário do servidor SMTP (endereço de email) $mail->Password = "password"; // Senha do servidor SMTP (senha do email usado) $mail->SMTPSecure = "tls"; You don't need SMTP.
-
Krydos or Byron need to deploy it for you (provided Java has been activated). What is your account's username?
-
Escalating. @Krydos/Byron: He already tried and failed to clean this once...and we all know the story with WP. What do you think?
-
Glad to see you figured it out Let us know if you need anything else.
-
That's because it's suspended for high server load...again. You need to reinstall everything using clean, up to date versions (and then keep them updated), or not use WordPress. Almost every hacked site we see is hacked WordPress, so not using it will probably significantly lower your odds of getting hacked. If I unsuspend you, do you agree to immediately delete everything in the public_html folder (except the cgi-bin folder, which should be empty)?