Jump to content

Waflix

Members
  • Posts

    14
  • Joined

Waflix's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. Thanks for your reply. I tried deleting my account just now (http://www.heliohost.org/home/support/scripts/delete), but it tells me the account could either not be found in the database or the account was not listed as active. However, my account does pretty much exist, and it should be listed as active too (as I regularly log in. I even logged in a minute ago). My account name is 'waflix', just like my Helionet account. Edit It appears I must have clicked the submit button twice or so, as I can now no longer log in. I think the deletion is in progress now :-) Edit 2 I just reregistered, so this thing is pretty much solved now
  2. I would like to request an account reset. This would be the equivalent of completely removing my account and then reregistering. The reason that I request a reset instead of doing the above, is that this is probably easier to do, saves the hassle of waiting and confirming and also removes the (small) chance of someone registering under my username while my account is removed for a moment. Would this be possible?
  3. On my website I have added this form allowing authenticated users with special permissions to upload files. However, I want to limit the types of files they can upload, and checking the file's extension isn't the most reliable method. The use of mimetypes would be a better idea, so I started with that. It appeared the function 'mime_content_type' didn't work: Fatal error: Call to undefined function mime_content_type() in /home1/waflix/public_html/test/test.php on line 2 So I hoped I could use the PECL extension recommended here, but I had no such luck: Fatal error: Class 'finfo' not found in /home1/waflix/public_html/test/test.php on line 2 Even after having searched the Internet for a while, I have not been able of finding a good solution. Is there any chance this extension could be installed on the server, or do I have to wait for PHP 6 of which I've heard the extension would be installed by default?
  4. A while ago I tried to remove a folder from my account. At first, it looked like the deletion was successful, but when I re-accessed the root it was there again. It appears some files inside the folder have weird permissions: 444 and 555. The problem is that I can't remove the folder. Hereby I'd like to ask someone with enough privileges to do this.
  5. I want to rewrite '/edit.php?cat=reactions&id=1' and '/edit.php?cat=topics&id=84' to '/edit/reactions/1' and '/edit/topics/84'. But whenever I try achieving this with an .htaccess file, I get an Internal Server Error.
  6. I have some problems with my .htaccess file. I've tried placing the .htaccess file in my very root and in the folder I actually want it in, but I keep getting a 500 error. Once I delete the file the problem is gone. This is the piece of code I'm using: -- Options +FollowSymlinks RewriteEngine on RewriteRule ^edit/([^/]+)/([^/]+) /edit.php?cat=$1&id=$2 [NC] -- And I've also tried this: -- RewriteEngine on RewriteRule ^edit/([^/]+)/([^/]+) /edit.php?cat=$1&id=$2 [NC] -- Is this just an error in my script, is this functions turned off somehow, or... could anyone help me?
  7. Refreshing my cache solved the problem. Thank you for the support!
  8. I found an e-mail in my inbox with which I could renew my account, so I've been unsuspended. No I only have to wait until the Service is Temporarily Available again. ---- Neither Google Chromium nor Mozilla Firefox allow me to log in via cpanel.heliohost.org. When I use stevie.heliohost.org:2082 I am allowed access, but end up at a blank page.
  9. That is exactly the page that is empty. I get redirected there, but it's just empty.
  10. Yesterday and today I've tried logging in into my cPanel, but without any succes. When I enter the wrong password I get the normal error message, but when I try logging in with the correct one I'm being redirected to the usual cPanel (the URL seems normal), but the page is empty. Blank, nothing in the source code. I can still up- and download files with FTP-client Filezilla, so I don't think I've been inactive for too long or suspended. Does anyone recognise this problem? I didn't see any posts related to this problem, so it's probably just me. Also, I've tried logging in through stevie.heliohost.org:2082 and heliohost.org (that form at the bottom of the page). Just a detail. My account is located at server Stevie as 'waflix'. (Title should be "Can't log in (cPanel)". Just a tiny correction)
  11. It is not about one server being down, and using the other one as some kind of back-up, it's just a theoretical question.
  12. I have already registered an account at Stevie, but now I'm wondering if I also could register at Johnny. It says you can only register once, but does that count for both servers at the same time or seperately? 'Why?', you may ask. Well, my answer is simple: 'Because (I'm wondering)'.
  13. Thank you. I'm sorry for the inconvenience. *deletes page* Is there a way to close this topic? Making it "[solved]". Or does an Admin or Moderator have to do that?
  14. HelioHost Username: Waflix Server: Stevie Main Domain: waflix.heliohost.org I came at my site and suddenly found a message that my account was suspended. I read the possible reasons for this, and found out it was because I broke one of the Terms of Service: 'Your site will not email, personal message, instant message, or communicate any kind of "spam," or unsolicited bulk advertising of any kind.' First of all I would like to apologize. What I did was create a page which sends a few e-mails every 8 seconds to the e-mailadres 'waflix@themostemail.com' (see www.themostemail.com). The point of this site is to send as many e-mails to an account ('acountname'@themostemail.com) to count how many you can spam. It's not actually spam, because the literary ask for it. To achieve a high rate of 'spam', I made a page which did that (as explained earlier in this topic). I'm aware that this is my own fault and I just want to apologize.
×
×
  • Create New...