Can't download my personal EXE :-(

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5502
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Can't download my personal EXE :-(

Post by Kwai chang caine »

Hello at all

At my job, i works behind a PROXY :(
And since not a long time, the big moderator have the super idea to lock the download of all file with the EXE extension, for better security :?
So i'm forcing to ZIP all my EXE possible to download in my site

Since this time i search an idea to can download this EXE, without use PB because if i put a "Loader" in PB, i'm obviously forcing to making EXE, and it is also locking by proxy :?

I must found an idea to loading my EXE with another extension (for exampler EX) and rename it when the download is finish.

Then i don't have idea, what language use ....Javascript, PHP, perhaps VBScript or BAT and again if VBS and BAT are not locked too :? (I have not trying again)

If you are an idea..... to fight the bad MODERATOR and his PROXY-DOG :(
Image

Thanks for your help and good day
Last edited by Kwai chang caine on Sat Jul 23, 2011 5:46 pm, edited 1 time in total.
ImageThe happiness is a road...
Not a destination
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Re: Can't download my personal EXE :-(

Post by rsts »

.pdf?
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5502
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Can't download my personal EXE :-(

Post by Kwai chang caine »

Thanks to your answer, but the problem if i rename the EXE in PDF, when the user double clic on the false PDF, the EXE not run, the PDF say surely "This file is corrupted" or a thing like this, and it's normal :cry:

I must found a tips for the user clic on a link on my site, the file with no extension EXE is download, and on the fly renaming in EXE on the hard disk :D
ImageThe happiness is a road...
Not a destination
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8452
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: Can't download my personal EXE :-(

Post by netmaestro »

You want to host executable files that can be downloaded and run with a doubleclick but your administrator has locked out the .exe extension, is that about it? If so, you might try the .com extension, if that isn't locked out the OS should execute it on a doubleclick and you're in business. If .com is locked out though, I'm out of ideas other than surrendering to .zip.
BERESHEIT
DarkDragon
Addict
Addict
Posts: 2347
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: Can't download my personal EXE :-(

Post by DarkDragon »

Maybe you succeed with the Windows/Ubuntu bug and RightToLeft direction change:

http://norman.com/security_center/secur ... code_hole/
bye,
Daniel
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5502
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Can't download my personal EXE :-(

Post by Kwai chang caine »

Thanks a lot NETMAESTRO 8)
Goof idea :D, as soon as I return to work, I would try the COM

Perhaps you all and your great knowledge, we can fight the moderator :lol:
Have a good day
ImageThe happiness is a road...
Not a destination
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8452
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: Can't download my personal EXE :-(

Post by netmaestro »

@DarkDragon: Wow! :shock: I had no idea of this one, thanks for sharing it.
BERESHEIT
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5502
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Can't download my personal EXE :-(

Post by Kwai chang caine »

DarkDragon wrote:Maybe you succeed with the Windows/Ubuntu bug and RightToLeft direction change:
http://norman.com/security_center/secur ... code_hole/
Hello DarkDragon
I try to read your site, but i have not again understand all :oops:
The tips is to add ".doc" extension at the EXE ??? like this "KccSoftwarecorporation.exe.doc"

But when i run the KccSoftwarecorporation.exe.doc it's WORD who take the hand....and after ???

Perhaps i can create a macro in VBA, for launch the EXE, but i'm not sure it's possible :(
ImageThe happiness is a road...
Not a destination
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5502
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Can't download my personal EXE :-(

Post by Kwai chang caine »

Aaaahh!!!! i have understand 8)

But the problem, it's that microsoft not leave this problem too much long time :?
And the time i change my EXE to this ..i'm sure the problem is fixed :lol:

So thanks for your idea, it's good to know 8)
ImageThe happiness is a road...
Not a destination
MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: Can't download my personal EXE :-(

Post by MachineCode »

Kwaï chang caïne wrote:the problem if i rename the EXE in PDF, when the user double clic on the false PDF, the EXE not run, the PDF say surely "This file is corrupted" or a thing like this, and it's normal :cry:
I've seen this before, too. The PDF gets modified during transmission by email. Shouldn't happen, but it does. If I send myself a PDF to Gmail, and then use a diff app to compare the original with the one attached to Gmail's email, they're vastly different by hundreds of bytes, even though Gmail can "view" it for me.
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
User avatar
yoxola
Enthusiast
Enthusiast
Posts: 386
Joined: Sat Feb 25, 2006 4:23 pm

Re: Can't download my personal EXE :-(

Post by yoxola »

@KCC:

Can't you just zip your EXE?
This field was left intentionally as signature.
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Re: Can't download my personal EXE :-(

Post by djes »

Just import this in your registry. Now, all *.turlututu files are executables :

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.turlututu]
@="exefile"
"Content Type"="application/x-msdownload"

[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
DarkDragon> Damn' ! I was sure there was something like that with unicode (had to clean some text just a few days ago, and my cursor was jumping around), but I find so pathetic with this new example that our OSes are still suffering with this bad design choice of extensions. So lame! :evil:
I imagine how Microsoft engineers will patch the flaw : " We can't remove RTLO, so, if we just look at the language and accept the RTLO only for theses particular countries ? - Oh, what a great idea ! Fantastic, unanimity (except the guy that will have to code the stuff, coz it's easier, and he just don't care coz he has Apple at home)." :lol:
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5502
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Can't download my personal EXE :-(

Post by Kwai chang caine »

yoxola wrote:@KCC:
Can't you just zip your EXE?
Yes, it's exactely what i do actually :wink:
But this choice of extension generate other problems, that it's too long to explain by text, especially with my "Frenglish" (Bad english) :oops:

@Djes
Cool :shock: This is another good and static idea 8)
I don't know this TIPS...i'm sure i surprising you :mrgreen:

Thanks a lot DJES :wink:

With the TIPS of NETMAESTRO, i have two chances to fight the Bad moderator :D
ImageThe happiness is a road...
Not a destination
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5502
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Can't download my personal EXE :-(

Post by Kwai chang caine »

The first hour i come in my job, i have try, the two solutions :
Just NETMAESTRO tips works, bad moderator not enough vicious to lock the old extension COM 8)
For the good tips also of DJES the bad administrator lock too, with active directory, the modification of registry :?

I am worse than a monastery here :cry:

Thanks again at all, and if you have another ideas..please tell it to me...in the life, we never know, it's always good to have rescue solutions :D

Have a good day
ImageThe happiness is a road...
Not a destination
MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: Can't download my personal EXE :-(

Post by MachineCode »

@KCC: Remember -- bypassing the moderator can cost you your job, if he finds out. Be careful!
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
Post Reply