TCH-Tim
Members-
Posts
1,136 -
Joined
-
Last visited
Everything posted by TCH-Tim
-
What happened when you hit F1 to continue? Did you get a specific error message?
-
It's kind of a general error saying that there's a problem running a CGI script. (no kidding, right?) Check to make sure the cgi files were uploaded in ASCII mode, not binary. If you uploaded the whole tar.gz file and unpacked it on the server, this shouldn't be an issue. Make sure the permissions on your cgi files are all 755. I know David already suggested that, but it really seems to be the most common reason stuff doesn't work initially. Specifically check mt-load.cgi. I want to say that the last time I installed MT, all the scripts but that one were 755 upon install. So if you just glance at the list, you might miss that one. Hopefullly that's it. -Tim
-
This is what I'm seeing: 69.93.215.164 - - [16/Mar/2005:11:42:54 -0600] "GET /inc/footer.html HTTP/1.0" 200 311 "-" "-" Over and over and over and over... Footer.html is the common footer for all pages, blog and non-blog alike. Occasionally it will grab some other include for one of my other static pages. Looks just like above, just a different file name. It's not like it's using a lot of bandwidth or anything, it just seems weird.
-
That works much better. Thanks Bruce.
-
Clicking on that doesn't go anywhere. The link is "http://www.example.com:2082/frontend/monsoon/index.html" That doesn't seem right.
-
Where would I find said logs?
-
Thanks Thomas. I'm looking for a way to do it outside of cPanel. Found this over in the SquirrelMail plugins section. I'll mess around with it and see what I can do.
-
You can insert the Sqmail login code onto any page (therefore making it blend), but you may have to install your own copy. I'll be doing this in the next day or two for one of my own sites, so when I figure it out I'll let you know. In the meantime, here's the FAQ on that: EmbeddedSquirrelMailLogin -Tim
-
Can users change their own email passwords using any of the already-installed email programs (Neomail, Horde, Sqmail)? Or do I need to install something myself?
-
This has just started in the last week or two. In my Awstats I am seeing Server56 crawling steadily up the Top 25 Hosts list. I am on Server56, but why (or how) would Server56 be hitting my site?
-
I took a look at your config.php. Need to fill in the following: $_DBCFG['dbuname'] = "username"; // User $_DBCFG['dbpass'] = "password"; // Password $_DBCFG['dbname'] = "database"; // Database Name Where "username" is the database username you created, "password" is the password for that user, and "database" is the name of the database. After that you should be cool. -Tim
-
Not sure if you found something and fixed it already, but I registered on your site and the validation link worked fine. -Tim
-
Can a reseller resell a dedicated server, or just shared space? -Tim
-
It just keeps them from stealing your bandwidth, not the images themselves.
-
Are we not allowed to edit our own posts? I seem to think we used to, but I don't seem to be able to anymore. [Edit] Okay, it seems I can edit this one. But there are ones in other topics I can't.
-
Speaking of spam...
-
I use a PHP include on my personal site. Other possiblities here, but the include is the cleanest and works for me. -Tim
-
Neat. I'll have to put that in my bag of tricks. -Tim
-
This is where I started with XHTML: http://www.w3schools.com/xhtml/default.asp -Tim
-
You've mentioned several times in here that you think the patch is the problem. Is it safe to assume then that you have already tried rolling back the patch to see if the notifications work again? Hate to bark up the wrong tree.
-
Nationl Procrastination Week, eh? I'm kind of busy now, so maybe I'll celebrate it next week. Or the week after that...
