
reNkai
Members-
Content Count
40 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout reNkai
-
Rank
Family Friend
Contact Methods
-
Website URL
http://www.ericdgreene.com
-
ICQ
0
Profile Information
-
Gender
Male
-
Location
Suffolk, Virginia
-
Interests
Web design and development, graphic art, music, anything creative.
-
Thanks for the information I appreciate it.
-
https://status.totalchoicehosting.com/status-realtime-graph.php?server=inysh I have a few websites on inysh and I've been here for several years, mostly without issue. But in the last 6 months or so, all my sites are increasingly unavailable. Is it just me noticing more? Or is there something going on with the server?
-
Ddos Attack In Progress. Tch Techs On The Case!
reNkai replied to TCH-Mike's topic in TCHNOC General Announcements
Thanks for the update -
My sites are back up...
-
same here: http://www.ericdgreene.com and http://www.oilpastelsartist.com/ Thanks!
-
Thanks Bruce that path solved my problem and it works.
-
Hi I have a website which I want to test restricting access with an .htpasswd file. The setup seems simple enough - just create the file, use a password generator to populate the contents of the htpasswd file, then set up your htaccess file and you're good to go. I've done everything correct (I think), but I get 'Internal Server Error 500' on my site when I try it out. I'm thinking possibly the path to the .htpasswd is not correct? What I have in .htaccess is: AuthUserFile /xyz/.htpasswd AuthType Basic AuthName "Login Details" Require valid-user The directory /xyz is in the /
-
Hi folks, in one of my accounts I have discovered a folder called xrggs, appears to have been created on Dec 2, 2009. The folder contains a php script, qeu.php, which I can't quite tell what it's meant to do. It contains several functions that use fwrite() fopen() pregreplace, mkdir... appears to be a hack. I have removed the folder from my account. I'm just curious what others experience might be. I run a wordpress blog on this account - the site still works fine, but this attempted hack is cause for some concern. Google search for "xrggs" and wordpress doesn't turn up anything.
-
yeah it seems to me like that would do it. for some reason your variable is being set. so you'd want to just check if it has a length
-
Try testing to see if strlen($xyz) > 0 ?
-
Congrats!
-
My experiences with TCH have always been superior to other hosts I've dealt with. And not only other hosts... just other companies generally.
-
What do you get for an error message?
-
I just posted about it at my blog: TCC Student Art Show Award The piece was my cow skull in india ink wash: Took $100 cash along with the award - can't beat that! Competition was fierce. There is some kick-I AM A SPAMMER talent at my art school. To take an award at the annual art show is an honor!
-
I'm not really sure what you mean by "come from a meta refresh"... You tried doing a print_r on $_SERVER to find anything that might be useful? >echo "<pre>"; print_r($_SERVER); echo "</pre>"; exit;