Go Back   David Icke's Official Forums > Main Forums > Forum Talent
Register FAQ Chat Social Groups Calendar Mark Forums Read

Reply
 
Thread Tools
Old 25-11-2010, 10:28 AM   #1
disorder2k8
Inactive
 
Join Date: Jun 2008
Posts: 4,996
Default HTTP web server, serve your own files to the world

So as some people here are aware, I'm a programmer and I've designed my own lightweight out of the box HTTP server. its very simple and totally free.

HTTP? That is everything based around a web page in simple terms. whenever you see a link that says http:// that is a link to a web page. you can have your own web page as a place for your own opinions without censorship.

With it you can point your friends to your own IP address and serve them news or files that you have set up to share. Its so easy you are already serving as soon as you run the program, and stop as soon as it closes. no fancy gimmicks or hidden nasties.

I'm looking for some people in the community to help me develop it further and add in features that they might be interested in.

The public beta is now ready so anyone who wants to help drop me a pm and I'll email you a zip with the program in. Anyone who helps me at this stage will be noted as official testers (if they wish).

Again this is a free community project so no money is being made.

Last edited by disorder2k8; 25-11-2010 at 10:46 AM.
disorder2k8 is offline   Reply With Quote
Old 25-11-2010, 02:35 PM   #2
codie
Senior Member
 
codie's Avatar
 
Join Date: Aug 2008
Location: London
Posts: 4,417
Default

Sounds interesting, I've PM'd you.
__________________
"I can say with absolute certainty that it is not a monkey" Garry Nolan, director of stem cell biology at Stanford University's School of Medicine in California - Sirius The Movie.
That which doesn't kill me, had better start running.
77 Days for murder.
“Justice will not be served until those who are unaffected are as outraged as those who are.”
codie is offline   Reply With Quote
Old 25-11-2010, 11:16 PM   #3
tinyint
Temporarily suspended
 
Join Date: Nov 2009
Location: Meerkat Manor
Posts: 19,798
Default

I am interested in some specification.
What language? And is it platform independent?
tinyint is offline   Reply With Quote
Old 25-11-2010, 11:17 PM   #4
loveisthelaw
Senior Member
 
loveisthelaw's Avatar
 
Join Date: Feb 2010
Location: UK
Posts: 5,092
Default

Quote:
Originally Posted by disorder2k8 View Post
So as some people here are aware, I'm a programmer and I've designed my own lightweight out of the box HTTP server. its very simple and totally free.

HTTP? That is everything based around a web page in simple terms. whenever you see a link that says http:// that is a link to a web page. you can have your own web page as a place for your own opinions without censorship.

With it you can point your friends to your own IP address and serve them news or files that you have set up to share. Its so easy you are already serving as soon as you run the program, and stop as soon as it closes. no fancy gimmicks or hidden nasties.

I'm looking for some people in the community to help me develop it further and add in features that they might be interested in.

The public beta is now ready so anyone who wants to help drop me a pm and I'll email you a zip with the program in. Anyone who helps me at this stage will be noted as official testers (if they wish).

Again this is a free community project so no money is being made.
I can pentest it (security assessment) if you like but you will need to provide the server.
__________________
All things by immortal power, near and far.
Hiddenly, to each other linked are.
Thou canst not stir a flower, without troubling of a star!


http://vimeo.com/30934073#t=33m11s
loveisthelaw is offline   Reply With Quote
Old 26-11-2010, 08:25 AM   #5
disorder2k8
Inactive
 
Join Date: Jun 2008
Posts: 4,996
Default

Quote:
Originally Posted by tinyint View Post
I am interested in some specification.
What language? And is it platform independent?
Its in english as I am to. But other language options can be made available. It currently works for all windows versions as far as I'm aware. Not linux.

Other language versions of windows still need to be tested. I'm interested in how it handles characters with special marks in.


Quote:
I can pentest it (security assessment) if you like but you will need to provide the server.
That's what I'm after, people trying to break or exploit it in a controlled environment. will pm you
disorder2k8 is offline   Reply With Quote
Old 26-11-2010, 04:04 PM   #6
tinyint
Temporarily suspended
 
Join Date: Nov 2009
Location: Meerkat Manor
Posts: 19,798
Default

Quote:
Originally Posted by disorder2k8 View Post
Its in english as I am to. But other language options can be made available. It currently works for all windows versions as far as I'm aware. Not linux.

Other language versions of windows still need to be tested. I'm interested in how it handles characters with special marks in.




That's what I'm after, people trying to break or exploit it in a controlled environment. will pm you
Ah ok, the first one answered, win platform.
But what programming language did you use? C++ or managed .net?
tinyint is offline   Reply With Quote
Old 26-11-2010, 04:06 PM   #7
disorder2k8
Inactive
 
Join Date: Jun 2008
Posts: 4,996
Default

Quote:
Originally Posted by tinyint View Post
Ah ok, the first one answered, win platform.
But what programming language did you use? C++ or managed .net?
oh yeah, windows sorry.

neither of those, delphi (aka pascal)

Last edited by disorder2k8; 26-11-2010 at 04:07 PM.
disorder2k8 is offline   Reply With Quote
Old 26-11-2010, 04:09 PM   #8
tinyint
Temporarily suspended
 
Join Date: Nov 2009
Location: Meerkat Manor
Posts: 19,798
Default

Quote:
Originally Posted by disorder2k8 View Post
oh yeah, windows sorry.

neither of those, delphi (aka pascal)
Ok, but is it managed delphi(.net) or native?So does the server need .net runtime, and if what version is it compiled against?

I did never like Borland, but delphi is a good language.

Last edited by tinyint; 26-11-2010 at 04:13 PM.
tinyint is offline   Reply With Quote
Old 26-11-2010, 04:15 PM   #9
disorder2k8
Inactive
 
Join Date: Jun 2008
Posts: 4,996
Default

Quote:
Originally Posted by tinyint View Post
Ok, but is it managed delphi(.net) or native?So does the server need .net runtime, and if what version is it compiled against?

I did never like Borland.
I'm not sure if its managed, its delphi rad studio 2010. one mo..

No it doesnt interact with .net.. for that you need ;Prisim which is the .net extension
disorder2k8 is offline   Reply With Quote
Old 26-11-2010, 04:26 PM   #10
tinyint
Temporarily suspended
 
Join Date: Nov 2009
Location: Meerkat Manor
Posts: 19,798
Default

Quote:
Originally Posted by disorder2k8 View Post
I'm not sure if its managed, its delphi rad studio 2010. one mo..

No it doesnt interact with .net.. for that you need ;Prisim which is the .net extension
Sounds like managed code to me then. Do you have to manage the heap by code, or other way round, can you open the compiled exe(dll) with Reflector?
Sorry, just curious, I simply like coding.
tinyint is offline   Reply With Quote
Old 26-11-2010, 04:35 PM   #11
disorder2k8
Inactive
 
Join Date: Jun 2008
Posts: 4,996
Default

Quote:
Originally Posted by tinyint View Post
Sounds like managed code to me then. Do you have to manage the heap by code, or other way round, can you open the compiled exe(dll) with Reflector?
Sorry, just curious, I simply like coding.
I'm not that hardcore lol, this is more my hobby. I used to do VB and sql/reports for a company a long time ago but that gave me a headache.

For most operations you don't have to manage any heaps. most classes are decendents of base classes and inherit everything from them including all low level ops. so a lot of top level stuff is handled automatically similar to vb object programming.
disorder2k8 is offline   Reply With Quote
Old 26-11-2010, 04:46 PM   #12
tinyint
Temporarily suspended
 
Join Date: Nov 2009
Location: Meerkat Manor
Posts: 19,798
Default

Quote:
Originally Posted by disorder2k8 View Post
I'm not that hardcore lol, this is more my hobby. I used to do VB and sql/reports for a company a long time ago but that gave me a headache.

For most operations you don't have to manage any heaps. most classes are decendents of base classes and inherit everything from them including all low level ops. so a lot of top level stuff is handled automatically similar to vb object programming.
Yes, it seems .net managed based code then.

You should try reflector, base version is still free, its a reflection of the byte code/intermediate code which can reverse engineer unprotected managed apps. Code will be generated either in c#/vb or delphi.
Great tool for studying managed apps. Must have, if you ask me.
tinyint is offline   Reply With Quote
Old 30-11-2010, 05:23 PM   #13
bob_jones
Inactive
 
Join Date: Jun 2008
Location: Mr. Jones celebrating victory over the pigs. Two legs are good four legs are bad.
Posts: 3,076
Default

Ta Bob
bob_jones is offline   Reply With Quote
Old 30-11-2010, 05:52 PM   #14
rydeon
Senior Member
 
rydeon's Avatar
 
Join Date: Sep 2008
Location: Within The Fallen Zone
Posts: 2,244
Default

Are you not concerned with people uploading viruses onto it mate?
__________________
Downfall of Labour
NWO UK
rydeon is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:04 AM.