Quote: "the links won't open for me. shame, i really wanted this plugin! lol"
send me to sergy100@netvision.net.il so i can send you the working links..
Quote: "Dbpro is still telling me that the change port command is not recognized. Like i said in my last message, the dll is in the correct spot and everything else is working. Is there any way you could post an example of the port change commands usage so i can see if I'm doing something wrong? "
here is a 5-minuts work http server i made.
the port command works here 2..
sync rate 40
ok = GHS CreateServer()
if ok = 0
print "was unable to create the http server."
wait key
end
endif
global LastMsg as String
GHS SetPortNumber 80
GHS SetMaximumConnections 10
GHS StartServer
ns as integer
do
cls
ns = GHS NewMsgExist()
print "FPS: "+str$(Screen fps())
print "Server is online."
print "enter to http://127.0.0.1/ to check-it-out!"
print "Last Cmd: "+LastMsg
print "New Msg? :"+str$(ns)
`Reading HTTP Msg
if ns=1
GHS ClearHtmlMsg
GHS AddHtmlMsg "<html> Hello World!!</html>"
LastMsg = GHS NewMsgText()
GHS SendInfo
endif
loop
GHS StopServer
@Gask:
ill check out that bug you talking me about, and ill fix it eventually.
about multiply threading, i will do it maybe on my next URL downloader version, and about the sections, i still dont know how to do that, althought ill try to figure it out