[RELEASE]Source Code Stealer - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: [RELEASE]Source Code Stealer (/showthread.php?tid=12312) |
[RELEASE]Source Code Stealer - norradjer99™ - 09-28-2010 Basically what this does is gets the source of a URL you enter into a textbox. All you do is enter a URL, it creates a httpwebrequest and then puts the source into textbox2. You also have the option of saving it. Name it File2.html or file2.txt if you want! Screenshot Spoiler (Click to View) Download link http://www.filedropper.com/sourcecodestealer Enjoy RE: [RELEASE]Source Code Stealer - AceInfinity - 09-28-2010 Or you can just left click on the webpage and click "View Page Source" without having to download this. But this is pretty cool anyways It's nice for a display of someones work, but you can do everything without this application though. Left click> "View Page Source" go to file, and save as. Or you can just copy it out into notepad and change the file extension to .htm, or .html or depending on the file extension that it was originally in RE: [RELEASE]Source Code Stealer - norradjer99™ - 09-28-2010 This was just to test my coding skills ;) It is pretty fun to use though! RE: [RELEASE]Source Code Stealer - Fragma - 09-28-2010 Yeh really pointless to release as an application. You would be better off just releasing the source. RE: [RELEASE]Source Code Stealer - Sickshot - 09-29-2010 You can use this to grab stats from a page if you properly filter stuff out. It'd be good to use for making an "update checker" that checks a webpage to see if there is an update or not. RE: [RELEASE]Source Code Stealer - ruk00112 - 09-29-2010 Its not that much of a thing pal coz we can always right click and view page source on FF. But anywayz nice program and gald you realeased it to SF and shared it with the others. Hope you would release some more greater programs later on RE: [RELEASE]Source Code Stealer - Fitz- - 09-29-2010 Great source mate. RE: [RELEASE]Source Code Stealer - Troxin - 09-29-2010 Pretty simple and no need to use it. Sorry RE: [RELEASE]Source Code Stealer - AceInfinity - 09-29-2010 (09-29-2010, 06:11 AM)Sickshot Wrote: You can use this to grab stats from a page if you properly filter stuff out. However its the same thing that you see when you right click and select view page source. I think what you're trying to describe is an rss feed, even though some sites do not have it. RE: [RELEASE]Source Code Stealer - Sickshot - 09-29-2010 (09-29-2010, 03:24 PM)Infinity Wrote: I think what you're trying to describe is an rss feed, even though some sites do not have it. No, I'm not. You completely misunderstood my post. What I meant is you can grab the source code from a web page, then filter the source code out to something such as: Quote:<html> Then you can write code to read each filtered string and respond to whatever it says. |