Jump to content

Shinryuu

Moderators
  • Posts

    1,025
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Shinryuu

  1. Hmm.. I tested this with elgg to double-check the second post, let me try another random upload. EDIT: Ooookkk, so, uploaded an image I drew earlier tonight, that worked well enough. However a 9 byte .txt with "test file" gave me that error, so something's going on with the cPanel settings. Let's hope it's fixed soon.
  2. You can delete an account using this script. An admin will have to manually mess with your account to change the add-on domain limit, and possibly remove DNS records to your Johnny account's domain to allow you to park it on Stevie. Finally, have you tried your username in all lowercase? This seems to usually be the culprit behind login problems.
  3. Users don't have Shell access as a security precaution. For more information look at this thread.
  4. /cgi-sys/defaultwebpage.cgi is just the Account Queued page, if you're still seeing it try clearing your cache. Currently both links (with and without www) show me your homepage, though for some reason one is coming up without CSS formatting.
  5. If you ever thought otherwise now you know. Also I'd like to mention that themes are just as common as attack vectors as plugins, in fact it's "easier" because you can create a popular theme with a trojan hidden as a part of the package. Then it's like fishing, hang the bait and check what you catch every now and then. This actually makes me feel relatively safe, consider the sheer volume of accounts on HelioHost, and that most hacks use plugin/theme/add-ons as attack vectors, it means the service itself is highly secure. If someone installs an Angry Birds theme or something thinking it looks cool, then in retrospect learns one of the files contains malware, there's really nothing we can do to prevent that as we give users free reign over their accounts. All we can urge is that you keep regular backups and check them, and that you be smart shoppers when looking for script add-ons and scan files before installing them on a live site.
  6. Go to More Reply Options and scroll down some, you'll be able to upload attachments from your own PC.
  7. My best suggestion is to try this which are the suggestions from Moodle's FAQ. Also timeouts are caused by high server load, you're on Johnny which allows the use of extra services that our other server, Stevie, doesn't offer. This makes Johnny more prone to high loads and increased downtime.
  8. Do you get this immediately after using cPanel or phpMyAdmin and then visiting your site or just from visiting? If it's the first then http://www.helionet.org/index/topic/14031-answered-how-can-i-reduce-500-errors/
  9. In a nutshell, Linux could, Mac's can't. Apple restricts their machines heavily, just popping the case open voids any warranty attached to the machine and it takes a lot of hoops to be allowed to work on them including NDAs. Windows works because each OEM can create their unique design for a machine but pieces from one can be used in another. Also IT departments exist because of this, they can order various machines fully made without any software from various vendors, or buy parts piecemeal to make one in-house, and install a copy of Windows with an enterprise license. Then if a computer breaks they can be fixed in-house instead of being sent off to the nearest Apple store. Several OEMs sell Linux pre-installs but they don't market them as strongly, so unless you're really digging through their sites you probably won't notice them, if that were to change they'd easily close the marketshare gap with Windows once people learned that most Windows-specific software often has a FOSS counterpart.
  10. My guess, if you have a working backup delete your /public_html and use that, otherwise check for hinky nonsense in your .htaccess and delete large files that you know aren't yours. Also consider making some super ridiculous password for your account, obviously what you're using is totally easy to find in dictionaries or rainbow tables.
  11. Mail() is working fine for me in my test file: <?php $rec = 'shinryuukai@shinryuu.uni.me'; $sub = 'just a test'; $body = 'totally a test'; $head = 'From: shin@shinryuukai.tk'; echo (mail($rec,$sub,$body,$head)) ? 'Message sent!' : 'Sending failed!'; ?>
  12. Mail on Stevie's just been broken all day in general, there's two others users who posted the issue. EDIT: And after posting that I tried my mailtest.php file and it worked.
  13. Are you on Stevie by any chance? Seems the mail exchange is going wonky, a user may be abusing the system and flooding it with requests or some other such thing. I'm sure the problem will be resolved soon.
  14. PayPal $12 to admin@heliohost.org Buy or try an SSL cert to use, wait for payment acknowledgement and your dedicated IP, then install your certificate.
  15. Something along these lines: echo (mail($rec,$sub,$body,$head)) ? 'Message sent!' : 'Sending failed!'; echos the false message? EDIT: Well i used a file with &--#60;?php $rec = 'shinryuukai@shinryuu.uni.me'; $sub = 'just a test'; $body = 'totally a test'; $head = 'i\'m you!'; echo (mail($rec,$sub,$body,$head)) ? 'Message sent!' : 'Sending failed!'; ?&--#62; and got told 'sending failed!' so it seems email's down on Stevie.
  16. Hmm.. How exactly does that work? A couple weeks ago I was working on a simple php login and had pMA open, inputting test data, had cPanel open on three tabs, main index, file manager and file editor, working on the actual code and was able to see the login form and results pages without getting that. Have we checked to see if there's a common script installed on the users who report this to see if that's the cause?
  17. Well, have you tried running a virus scan, seems to me cPanel is telling you the file is dirty, Filezilla doesn't check anything, it just does transfers, which is fairly unsafe.
  18. you mean like this? http://www.helionet.org/index/topic/13845-request-for-java-deepthot/page__fromsearch__1 You should check this stuff first guys, I got nothing relevant to say though, java is not my thing.
  19. Let me just remind you that stuff like that isn't limited to Islam, after all, Salem gave America one hell of a black eye. Anyways, my point was: don't knock on Islam just for that one thing. To them marriage is quite sacred and their core tenets match any rational societies, the problem with their current social morays is with combining church and state, however America is just as likely to go along that route even with the Constitution attempting to enforce that distinction. After all, the conservative GOP is closely tied to a Christian demographic, particularly within the bible belt. That's all from me on this topic, not really my cup of tea. Islam isn't perfect, but nothing ever is, every religion man creates will have faults but they each also have their positive sides, ignoring the good that comes from Islam because of one ugly truth is just as barbaric as anything.
  20. Since you're listing a co.cc as a main domain I have to ask, are you sure you're suspended? http://www.helionet.org/index/topic/13972-cocc-offline/
×
×
  • Create New...