AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Titan: About file.AutoHotkey.net urls
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
JSLover



Joined: 20 Dec 2004
Posts: 541
Location: LooseChange911.com... the WTC attacks were done by the US Gov't... the official story is a lie...

PostPosted: Thu Feb 23, 2006 6:19 pm    Post subject: Reply with quote

Titan wrote:
Oh don't do that, you'll just waste more bandwidth Smile

...too late already did that...

Titan wrote:
I've made a note to investigate the javascript file further.

...try this...

test titan's js.php.ahk wrote:
Code:
Loop, 10
{
   Random, rnd, 100000000, 999999999
   URLDownloadToFile, http://autohotkey.net/file/js.php?Testing-%A_Index%-%rnd%, Testing-%A_Index%-%rnd%-js.php.txt
}

Titan wrote:
If you have personal issues with the W3C then by all means say what you like.

...I don't like the direction they are going with XHTML...they take a nice easy language & make it a stiff & rigid...

Titan wrote:
Since it does no harm...

...the harm is in the future...if NO browser supports anything but XHTML...I don't wanna code XHTML now or ever...the W3C are probably gonna make that future happen.

Titan wrote:
Those directories were empty so I deleted them...

...but you saw that I bolded rename? I just wanted to look at em 1st...not that I wanted "that" copy of the dir...yes I can create a dir if I want to (again...finally...{were you sleeping during the no-directory fiasco?})...but I wanted to verify they were empty/generally examine them.

Titan wrote:
My bad, no one's perfect Confused

...HAHAHAHAHA!!! Razz I was right! admit it! Razz

Titan wrote:
I have my own managed server Razz

...huh? dedicated?...you aren't allowed to access certain higher up config settings? Wanna tell me how much you pay?

Titan wrote:
Maybe Rolling Eyes

...maybe? Well if not...
  • Can you make Delete in the FM show me which files it thinks I checked...I need a confirmation...I don't trust it...
  • Can you make "New directory"'s by default be chmoded 751 (rwxr-x--x)?
  • (reaching...) Can you make "My Website" link without the trailing slash?
Titan wrote:
Anothing thing,

...a...nothing...thing...lol...

Titan wrote:
...please don't quote bits of what I said - it often gives a wrong message.

...what? I always quote the smallest part of the message I'm replying too...I don't make the meaning change...ALSO...please don't REPLY...when I have that banner on my message!
_________________

Home • Click image! • Blog
Back to top
View user's profile Send private message Visit poster's website
Titan



Joined: 11 Aug 2004
Posts: 5382
Location: /b/

PostPosted: Thu Feb 23, 2006 6:53 pm    Post subject: Reply with quote

JSLover wrote:
...too late already did that...
Confused

JSLover wrote:
...try this...
I took a look but no thanks, there are better ways to resolve the issue.

JSLover wrote:
the W3C are probably gonna make that future happen.
... 'setting the standards', duh.

JSLover wrote:
...HAHAHAHAHA!!! Razz I was right! admit it! Razz
If it makes your day 'you was right'. In reality, I just overlooked a typo - literally an extra 'A' in the href URI.

JSLover wrote:
you aren't allowed to access certain higher up config settings?
I have full access. I'm just not 110% familiar with Linux systems so I have the techys do it (or assist me here and there).

JSLover wrote:
Can you make Delete in the FM show me which files it thinks I checked...I need a confirmation...I don't trust it...
Checked files are highlighted.

JSLover wrote:
Can you make "New directory"'s by default be chmoded 751 (rwxr-x--x)?
Chmod is defaulted to 777.

JSLover wrote:
(reaching...) Can you make "My Website" link without the trailing slash?
Trailing slashes are better - W3C.

JSLover wrote:
I always quote the smallest part of the message I'm replying too
Still, from the outset it looks as if my message was different.

JSLover wrote:
don't REPLY...when I have that banner on my message!
AutoHotkey uses the GNU licence which stresses freedom as in "free speech", so I don't know why an exception should be made for your 'banner'.
_________________

Back to top
View user's profile Send private message Visit poster's website
JSLover



Joined: 20 Dec 2004
Posts: 541
Location: LooseChange911.com... the WTC attacks were done by the US Gov't... the official story is a lie...

PostPosted: Mon Mar 06, 2006 3:19 pm    Post subject: Reply with quote

Titan wrote:
Checked files are highlighted.

...narf...but which looks better/is more reassuring...

File Manager Delete Confirmation wrote:
Are you sure you wish to delete the selected files & directories?

...(um, I know what I wanna delete...but what do you think I clicked?)...

File Manager Delete Confirmation wrote:
Are you sure you wish to delete the selected files & directories?
  • File1.html
  • File2.html
  • File3.html
  • Important file I didn't really check.html

...it's just a way to protect against bugs/glitches...plus that confirm page already has access to what it's gonna delete...it would be easy to add a list...& perhaps (if you wanna go one better) have checkboxes to uncheck before it really deletes.

Titan wrote:
I took a look but no thanks, there are better ways to resolve the issue.

...I found out if I reload any file on your server too many times it 403...seems like an overactive firewall...remember...it's not just reloading alot that pisses it off...just using the FM causes js.php to reload "too many times" according to your firewall...make it a static fm.js file...should fix it...&/or...reset that damn firewall!...it thinks its under a DoS attack just from <10 reloads...

Titan wrote:
Chmod is defaulted to 777.

...I know the default chmod (btw it's 755 not 777)...but do you mind changing it for directories? Hrm...technically files should be rw-r--r-- (644) (they don't need to "execute") & directories should be rwxr-x--x (751) (you don't want them to list by default...taking off read is one way to do it).

Titan wrote:
Trailing slashes are better - W3C.

W3C = Puke

Titan wrote:
...so I don't know why an exception should be made for your 'banner'.

...a) it's only reluctantly GPL'd...b) it's only a request to hold off replying till I can finish editing...there's no reason to reply before my final version is posted anyway...you won't know what you're replying too...but anyway...1) if I don't put that up people won't even know I'm still editing to even give them a chance to honor it...2) it's only a request anyway...ignore it...fine...I'll just delete & re-post later...

autohotkey.net/assets/javascript.js wrote:
Code:
if (bCheck('msie')) browser = "Internet Explorer"
   window.attachEvent("onload", correctPNG);

...that's invalid JS (for what you want it to do)...it's only if'ing whether or not it should set browser...window.attachEvent is called no matter what. I told you my version was all you need...it's better...
_________________

Home • Click image! • Blog
Back to top
View user's profile Send private message Visit poster's website
Titan



Joined: 11 Aug 2004
Posts: 5382
Location: /b/

PostPosted: Wed Mar 08, 2006 5:56 pm    Post subject: Reply with quote

JSLover wrote:
...that's invalid JS (for what you want it to do)...it's only if'ing whether or not it should set browser...window.attachEvent is called no matter what. I told you my version was all you need...it's better...
I originally used the source code from http://homepage.ntlworld.com/bobosola and modified it a little. I have now replaced the javascript.js with what that website gave exactly. If you notice any difference, please let me know.

Regarding the confirmation windows, I have not seen a confirm-delete dialog anywhere that actually lists the files its talking about (not in Windows for example). If a user is deleting a long list of files, the window would be very tall in length making it look ugly. I will however look into some ways it could be done.

Do you experience a 403 of this nature with other browsers? I have never got this myself and nobody else has reported this to me so I'm suspecting it's perhaps firewall issue on your computer. I couldn't isolate the problem but I'll look into it more.

Thanks for the feedback.
_________________

Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group