Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  Show Posts
Pages: [1] 2 3 ... 14
1  Web Design & Developement / Programming / Re: Hide files on: June 12, 2008, 12:34:45 AM
You can change the permissions on the file (via chmod, etc), such that others cannot access the file. However, this won't work if your on a free t35 hosting plan, as it disregards file permissions.
2  T35 Hosting Support / Free Hosting General Support / Re: XML Hotlinking on: May 18, 2008, 10:07:09 PM
I've had no problems with my RSS feed.
It should work fine.
3  General / Website Reviews / Re: Please review my webmasters/web development forums: http://devyourweb.com on: April 27, 2008, 04:44:13 PM
By "nothing special", I mean that, there are about a zillion different web development forums (ala this one), and I don't see the need for another one, unless it has something new or "special" to offer.

4  General / Website Reviews / Re: Please review my webmasters/web development forums: http://devyourweb.com on: April 22, 2008, 04:30:03 PM
It's a basic forum; nothing special. The skin looks nice. I don't know what else there is to say.
5  T35 Hosting Support / Free Hosting General Support / Re: WEbsite not working on: April 07, 2008, 04:27:57 PM
I'm not sure what your problem is, without seeing it.

The problem is probably with your html, wherever that is. When you make a reference to an image that's on a different server, make sure you use an absolute URL (e.g. http://example.com/image.jpg) and not just relative url (e.g. image.jpg).

P.S. "index.htm" is an awfully confusing name for a directory.
6  General / Web Hosting Forum / Re: T35.com on: April 05, 2008, 06:27:17 PM
Free hosting is supported by those ads in the footer. These ads are basically nothing compared to the types of ads that you'll find with other free hosts.
The only way to get rid of them is to upgrade to a paid hosting plan.
7  T35 Hosting Support / Free Hosting General Support / Re: cant delete .txt file on: March 31, 2008, 06:15:46 PM
I created mine with a php script, but I don't know about the original poster.
8  T35 Hosting Support / Free Hosting General Support / Re: cant delete .txt file on: March 31, 2008, 02:51:51 PM
This might be helpful to Alex. I created a file called passwords.txt, then tried to delete it with my FTP client (FileZilla), and I get the error message:

Command:   DELE /passwords.txt
Response:   550 /passwords.txt: Forbidden filename


If you really want it gone. Add this php file to the same directory containing your passwords.txt file. Then go to this page via your browser to execute the script. Whatever you name this file, make sure it has the ".php" extension.

Code:
<?php
unlink
("passwords.txt");
?>

9  General / General and Business Discussion / Re: Hackers Assault Epilepsy Patients via Computer on: March 29, 2008, 11:39:44 PM
I don't mind the harmless hacks/gags, but this is just sick.
10  General / General and Business Discussion / Re: An email I got from Google.... on: March 27, 2008, 10:32:44 PM
apparently, there aren't any humans left at Google anymore.  huh
11  General / Website Reviews / Re: Please Review: DateMeFree.org - Free Dating Service for Everyone! on: March 25, 2008, 08:55:11 PM
Load time was not nearly as bad for me. The whole thing was loaded within a few seconds. And only the index page seems to take long.

I'm not too familiar with dating sites, so i can't really comment on that aspect.
But the style/layout looks pretty good.
12  T35 Hosting Support / Free Hosting General Support / Re: t35 ads - customization?? on: March 24, 2008, 02:12:54 PM
external css won't work for the t35 ad, because the css (as specified by t35) for the ad is in the page itself, just after the <body> tag, and this has the priority. You can get around this by placing the css anywhere after that css.
13  General / General and Business Discussion / Awareness Test on: March 20, 2008, 03:37:51 PM

http://www.dothetest.co.uk/

Here is an awareness test video thing. Really neat.
I'll have you know that I got the number right when I didi it. Smiley

14  General / Website Reviews / Re: New Look on: March 20, 2008, 03:07:39 PM
There is a 15,000 query per hour limit. And a 5MB limit on the database. And only 1 database per account.
I don't think I'll ever reach those limits, so it works for me. But for for a big forum, I don't think so. But judging by the activity on your forum, it might work for you. Tongue
15  General / Website Reviews / Re: New Look on: March 20, 2008, 02:38:18 PM
wow, that was a quick reply. B)
Pages: [1] 2 3 ... 14
Powered by SMF | SMF © 2006-2008, Simple Machines LLC