Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Program Announcements / Goga's HTTP Server & Multithreaded file Downloader Plugins

Author
Message
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 12th Sep 2007 23:09 Edited at: 24th Nov 2007 07:20
hey all, those two plugins were been on the WIP threads to check for some errors/bugs and stuff like that..
so far, i didnt recived any bugs or from you guys about those plugins.. i guess everything is working just fine..

about the plugins:

Goga's HTTP Server:
you are able to create an http web server from inside dbp! its just html code reader, with dbp power!
you are able to make that simple server into a very powerful your own scripting languange.. you only need to know how the plugin works and some basic stuff of dbp to do that.. and yes! you are also able to create CHAT program or anything else that requires php with a simple scripting inside your html document.
to enter that website of yours, you only need to insert server's IP address (example: http://123.123.123.123).

Goga's URL Downloader:
about that plugin, basicly, the name says everything..
i just explain.
i had a request from someone to make a downloader for dbp that downloads in background. and here it is.. i made it after a week or two..
basicly, all what it does, it can download files in background (so dbp will run without freezing up) and there is another cool feature of mine.. you are able to get the current downloading file size/current downloaded size/percentage/download speed (B/s,KB/s,MB/s etc.) and the last thing, its a smart downloader.. as FireFox that can remember the old files when you surfing inside a web and entering the same page, it loading the page much more faster second time.
the same system in my downloader plugin.. basicly, once you downloaded once a file and eraced it, it will download the file again in 100 times faster.


Url Downloader: http://0z0.co.uk/GUD.php
Http Server: http://0z0.co.uk/httpserver.php

demos:
Url Downloader EXE Demo:
http://files.filefront.com/GUD+Demorar/;8539948;/fileinfo.html

Http server EXE Demo:
http://files.filefront.com/GHS+Demorar/;8539965;/fileinfo.html

oh.. and the plugins are not free.. i just suggest really low price for that work.. only $5.

and enjoy.

[Edit]
the website to purchace the plugins is offline. please send me an email to sergy100@netvision.net.il with msg "i want to buy ___ plugin"

ill answer you as soon as i can and ill tell ya how to do that.

GatorHex
18
Years of Service
User Offline
Joined: 5th Apr 2005
Location: Gunchester, UK
Posted: 13th Sep 2007 01:24
Any chance you have the Goga's email(SMTP) server for DBP?

Been trying to get it but the download site is dead.

DinoHunter (still no nVidia compo voucher!), CPU/GPU Benchmark, DarkFish Encryption DLL, War MMOG (WIP), 3D Model Viewer
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 13th Sep 2007 02:49
you mean SMTP client plugin..
i made only client.. not server

GatorHex
18
Years of Service
User Offline
Joined: 5th Apr 2005
Location: Gunchester, UK
Posted: 13th Sep 2007 03:17
Yeah the thing so we can send out e-mails from DBP

DinoHunter (still no nVidia compo voucher!), CPU/GPU Benchmark, DarkFish Encryption DLL, War MMOG (WIP), 3D Model Viewer
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 13th Sep 2007 10:46
humm. i dont think i have the source anymore..
lemme try to find it over my friends. if i wont find, maximum, ill create another one

dark donkey
17
Years of Service
User Offline
Joined: 4th May 2006
Location:
Posted: 13th Sep 2007 16:47
How would i go about using this to download from a url. Say if my game had an auto update system and it checked for any new updates. Then it finds i need one would the command be somethning simpel like:

Download file "www.donkeysrule.com/donkeysrule.txt"

and if so how could i turn that into a string. Also were would it save the file?.

Also about the server does this mean i would only have tio buy a domain and it would work . That sounds great but my comp would be on 24/7.
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 13th Sep 2007 19:59
about the downloader: this is how it works:

GUD DownloadFile "Your URL","Save Path"
example:
GUD DownloadFile "www.donkeysrule.com/donkeysrule.txt","C:/donkeysrule.txt"

and about the http server, yes, you only need to buy a domain! unless you want that people will type your ip address to enter your website

dark donkey
17
Years of Service
User Offline
Joined: 4th May 2006
Location:
Posted: 13th Sep 2007 20:16
Thats very cool.Im gonna buy this when i need it(Wich i do) for udate cheking.
Digital Awakening
AGK Developer
21
Years of Service
User Offline
Joined: 27th Aug 2002
Location: Sweden
Posted: 13th Sep 2007 22:34
Sergey K:
Gud is swedish for God, it would feel a bit weird to be typing that over and over. How about changing that to: "goga downloadfile" instead?

BTW, does it work with GET variables as well? Say I download something like "www.mydomain.com/highscore.php?task=new&score=12345&login=qwerty" and then I can code a PHP file to handle a highscore list?

dark donkey:
Just sign up for a web host and upload your files to their server and you don't have to have your own running 24/7. One.com is cheap and quite good, I use them for my website. They even offer free traffic.

[center]
CREATE games with ease! NO programming required!
WIP
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 14th Sep 2007 12:47 Edited at: 14th Sep 2007 12:48
@Digital Awakening:
at the page "www.mydomain.com/highscore.php?task=new&score=12345&login=qwerty", the plugin will download the "source code" of the page (exactly what your IE can see it will download)

Quote: "Gud is swedish for God"

good. no?

Digital Awakening
AGK Developer
21
Years of Service
User Offline
Joined: 27th Aug 2002
Location: Sweden
Posted: 14th Sep 2007 15:11
Actually, when I think about it since it's an HTTP plugin and PHP is all handled server side it should work the way I want it to.

[center]
CREATE games with ease! NO programming required!
WIP
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 24th Nov 2007 07:22 Edited at: 24th Nov 2007 07:23
humm.. got lots of purchaces, but no replys
how should i know if its no bugs? besides, once you got that plugin, and there is a new update of the plugin, the new version of the plugin will be sent to you guys for FREE (once you will send me the purchance page of paypal via email)

TIN TIN
16
Years of Service
User Offline
Joined: 16th Feb 2008
Location:
Posted: 19th Feb 2008 00:27
links down. please re-upload.

Login to post a reply

Server time is: 2024-03-28 10:43:54
Your offset time is: 2024-03-28 10:43:54