Search found 43 matches

by H4evr
07 Jun 2006, 11:58
Forum: General Computing
Topic: Software Trials
Replies: 3
Views: 793

Almost all of them leave trails behind. Some of Macromedia products, for example, leave a hidden .sys in your root drive (I don't know if it still works this way because of the vbox protection). Others leave registry key. It varies from program to program.
by H4evr
07 Jun 2006, 09:15
Forum: Web Development
Topic: html/php code that downloads a pic?
Replies: 14
Views: 1907

neo130 wrote:1 yes

2 yes ^^
Ok

FrankB's suggestion looks good to me.
by H4evr
05 Jun 2006, 06:18
Forum: Graphics&Media
Topic: changing heads :D
Replies: 4
Views: 925

lol Check this one:
http://img355.imageshack.us/my.php?imag ... tas3zf.jpg
Image

Try to guess whose body is this.
by H4evr
05 Jun 2006, 06:13
Forum: Web Development
Topic: html/php code that downloads a pic?
Replies: 14
Views: 1907

gogeta's code contain an endless loop so the picture should be downloaded several times.

Points were you might have failed:
1º - Does your webserver support php?
2º - Did you take out the spaces that are in the tags?
Don't forget this one:
echo "<im g
by H4evr
04 Jun 2006, 14:58
Forum: Promotion/Business
Topic: Extended rules for this board, read first!
Replies: 5
Views: 3504

Let's hope people respect this rules.
by H4evr
04 Jun 2006, 14:55
Forum: Coding
Topic: Loop application?
Replies: 13
Views: 1717

Thanks. :wink:
I really must upgrade to .NET ...
by H4evr
04 Jun 2006, 14:51
Forum: Web Development
Topic: html/php code that downloads a pic?
Replies: 14
Views: 1907

I think it does the same as the javascript code I posted (but it's php) or is there a diference? I can it is an endless loop but can't tell more diferences. I was never good with php :(
by H4evr
04 Jun 2006, 12:21
Forum: Hacking/Wardriving
Topic: Stay anonymous LEGAL Program
Replies: 4
Views: 884

It also depends on the proxy you're using. Not all proxies are anonymous. To check if your proxy is anonymous, change your browser settings to it and go to http://www.proxyjudge.com/.
by H4evr
04 Jun 2006, 11:27
Forum: General Discussion/Off topic
Topic: CyberPunks
Replies: 6
Views: 954

I like it too but I think you should do something about the one-post members. maybe a number-of-posts-check before accepting the post in that section. I don't know if that is possible, it's just my opinion.
by H4evr
04 Jun 2006, 11:24
Forum: Coding
Topic: Loop application?
Replies: 13
Views: 1717

What i am asking for is a code to "reroll" what the program just did, as in if the program makes a msgbox, it should do that over and over again, until i shutdown the application. :/ What you are asking for is hassle and thus making endless loops on purpose. that wil do the job in VB : Su...
by H4evr
04 Jun 2006, 11:23
Forum: Coding
Topic: Loop application?
Replies: 13
Views: 1717

You can also think it as if statements, labels and gotos although this is unpractical for using in your programs. Hello H4evr, I don't think that labels are useless at all, in Perl for examble, they are exquisite handlers for the flow control of a program. Labels and handles are very handy, but und...
by H4evr
04 Jun 2006, 11:20
Forum: Web Development
Topic: html/php code that downloads a pic?
Replies: 14
Views: 1907

yes that's it. due to the browser. I don't know how to bypass this.
by H4evr
04 Jun 2006, 08:49
Forum: Hacking/Wardriving
Topic: Stay anonymous LEGAL Program
Replies: 4
Views: 884

Stay anonymous LEGAL Program

I saw the Stay anonymous thread and wanted to give my contribute but it is locked. Moderator: Please delete this if you don't agree in reopening this topic (as if I need to say it :wink: ) I made a program some time ago using VB that acts like local proxy, so you can use it with any proxy-supporting...
by H4evr
04 Jun 2006, 08:36
Forum: Coding
Topic: Download file using VB
Replies: 5
Views: 934

Could anyone give me a code that would download for example a picture from a website... over and over again in VB? :? :) You can use this API function: Declare Function URLDownloadToFile Lib "urlmon" Alias "URLDownloadToFileA" (ByVal pCaller As Long, ByVal szURL As String, ByVal...
by H4evr
04 Jun 2006, 08:32
Forum: Coding
Topic: how to make a batch file start with windows
Replies: 8
Views: 1101

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "batchfile"="C:\\WINDOWS\\System32\\file.bat" Edit that accordingly, and put it in a .reg file, and then run the .reg file. Simple as that. You can also put your batch file registering itself using the reg comman...