| View previous topic :: View next topic |
| Author |
Message |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Tue May 22, 2007 10:02 pm Post subject: AutoHotkey.net - a free place to upload your scripts online |
|
|
AutoHotkey.net provides free web hosting for all AutoHotkey related files.
What is allowed:
- Scripts, executables, archives and web pages
- Small media files such as images and sounds
- Unintrusive text ads i.e. Google AdSense
- Any necessary redistributables provided the third-party owner allows this - otherwise it's considered copyright infringement (see below)
- Personal script backups and notes
What is not allowed:
- Illegal or adult orientated content i.e. ripped mp3s, mirrored/stolen software or images unsuitable for minors
- Viruses or malware including bug abusing JavaSript pages such as XSS exploits and excessive popups
- Linking to pages that violate any of the rules above
- Spam - files that serve no purpose apart from wasting space
- Anything totally unrelated to AutoHotkey or programming, like game fansites
Accounts with no files and inactive for a period over 30 days will be deleted. There is a 100mb space and 5000 file/directory limit on every account. After you upload files you can view them on the web by visiting http://www.autohotkey.net/~your-username/path/to/your-file.txt. Users found violating the rules will receive a warning then have their accounts closed. Site backups are taken periodically but users are highly recommended to keep a copy of their files.
FTP Access
FTP access can be enabled via the account control panel; my recommended client is FileZilla. The following details should be used for FTP connections:
- Host: autohotkey.net
- Port: 21 (this is the default)
- Username: (your username)
- Password: (your password)
- Optional:
- Connection: Secure FTP over explicit TLS (FTPES)
- Directory: (leave blank)
- Mode: Passive
- Transfer type: Binary
- Default CHMOD: 777
Subversion repository
Like FTP, SVN access is available via an opt-in basis. Contact me with your account user name if you are interested.
.htaccess and .htpasswd
These configuration files are commonly used for redirections and directory password protection.
The physical path to your space is: /home/titan/public_html/file/users/Members/your-username
SSH, SQL, CGI/PHP
These features are disabled for security reasons and will not change.
For any other queries feel free to email me or reply to this thread. _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2")
Last edited by Titan on Fri Feb 01, 2008 10:57 pm; edited 6 times in total |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Tue May 22, 2007 10:18 pm Post subject: |
|
|
Reserved. _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
ahklerner
Joined: 26 Jun 2006 Posts: 1004 Location: USA
|
Posted: Thu May 24, 2007 2:30 am Post subject: |
|
|
| Thanks again for this. |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Sun Aug 26, 2007 1:22 am Post subject: |
|
|
Update: users can now manually enable or disable FTP access. _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
Ian
Joined: 15 Jul 2007 Posts: 1077 Location: Enterprise, Alabama
|
Posted: Mon Aug 27, 2007 1:40 am Post subject: |
|
|
I just started using AHK.net to keep my .Ini files. I lobe it! This is truley a work of art Is there a way I can change "My Website"? |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Mon Aug 27, 2007 7:36 pm Post subject: |
|
|
Thanks. As engunneer advised on your other thread you need to create a file called index.html or default.html. _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
Xander
Joined: 23 Sep 2007 Posts: 142
|
Posted: Thu Sep 27, 2007 6:11 pm Post subject: |
|
|
This is awesome, thanks.
Works perfectly with firefox, but I get this error with Opera (my preferred browser):
| Quote: | Javascript URL thread: "javascript:open_popup('upload');"
Error:
name: ReferenceError
message: Statement on line 1: Reference to undefined variable: open_popup
Backtrace:
Line 1 of unknown script
open_popup("upload"); |
Get the error when I try to click on Upload and nothing happens. |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Thu Sep 27, 2007 8:09 pm Post subject: |
|
|
It works fine for me in Opera 9.23. What version are you using? _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
Xander
Joined: 23 Sep 2007 Posts: 142
|
Posted: Thu Sep 27, 2007 8:38 pm Post subject: |
|
|
| Titan wrote: | | It works fine for me in Opera 9.23. What version are you using? |
Thanks, just updated and it works.
I was using 9.01 Guess I forgot to check for updates since I am used to Firefox updating itself. |
|
| Back to top |
|
 |
Ian
Joined: 15 Jul 2007 Posts: 1077 Location: Enterprise, Alabama
|
Posted: Sun Sep 30, 2007 7:57 am Post subject: |
|
|
When are we going to be able to make php files? _________________ 1,000 Posts achieved on Saturday April 26, 2008 1:45 am |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Sun Sep 30, 2007 1:00 pm Post subject: |
|
|
To prevent users from sending spam emails from autohotkey.net and crashing the server with rogue scripts Chris asked that PHP be disabled. This is not likely to change. _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
Elevator_Hazard
Joined: 28 Oct 2006 Posts: 303 Location: Illinois
|
Posted: Sun Sep 30, 2007 2:58 pm Post subject: |
|
|
I see reason with this, though I don't like it
I use ZendURL which is often times full so you can't upload or too slow to be worth using at the time or just not around. They are working on purchasing a new 500 gb hard drive though and users have considered getting another server that handles the MySQL things. I like ZendURL but at the moment its a little unreliable. For free they give you a folder on zendurl and you can email an admin to register a subdomain. They allow PHP (you can see the php options they have at this web page). They also say they allow ASP but I think that's only if you pay (I think something's wrong on my account and other recently created ones). This all sounds like an advertisement, I know, but if you really want to use php you can try zendurl (oh they also give you two mysql databases for free; oh and the mail() function is not allowed). _________________ Changed siggy at request of ahklerner  |
|
| Back to top |
|
 |
zotag
Joined: 02 Nov 2007 Posts: 2
|
Posted: Fri Nov 02, 2007 1:06 am Post subject: |
|
|
i was pleasantly happy with zendurl myself, and i have stayed there a while on their forums making me a moderator, soon to be promoted.
but now i just host on my own servers, so i dont have to worry about hosting _________________ Zotag Search |
|
| Back to top |
|
 |
jaco0646
Joined: 07 Oct 2006 Posts: 459 Location: MN, USA
|
Posted: Fri Nov 23, 2007 4:59 pm Post subject: |
|
|
The File Manager page only shows 12 items by default. Is there a way to change this? Maybe I'm just not seeing it. It would save me from having to click "View All" every time I open the page. Thanks. _________________ http://autohotkey.net/~jaco0646/ |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Fri Nov 23, 2007 5:24 pm Post subject: |
|
|
Users can't change that I'm afraid. I upped the number of items displayed to 25, I hope this is ok. You could always enable FTP access and use a customizable client. _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
|