forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Need programmer for hire. Want a quick job?
Goto page 1, 2  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Other Product Support/Announcements
View previous topic :: View next topic  
Author Message
GeoTrail
Valued Contributor
Valued Contributor


Joined: 18 Feb 2003
Posts: 572
Location: Bergen, Norway

PostPosted: Wed Dec 31, 2003 1:21 am    Post subject: Need programmer for hire. Want a quick job? Reply with quote

First, happy new years guys Wink

Secondly, I need a VDS 5 compatible extension made for me.
Preferably written in C/C++ or Delphi.

All it needs to be able to do is to be able to download a single or multiple files from a server with http protocol.

Would be great if the developer could also add a simple progress dialog that could be turned on or off after my liking. I am willing to pay from $5 to $20 for such a job depending on the functions of the extension and the dll filesize (smaller IS better Wink ).

So if someone wants to make a few $, please contact me using MSNMessener at geotrail@msn.com, email to the same address or geotrail@tiscali.no or just leave a post here and I'll email you.

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1562

PostPosted: Wed Dec 31, 2003 2:20 am    Post subject: Reply with quote

Hi GeoTrial,
There are currently a few internet dll's which allow for http downloads - vdsipp, vdstcpip, and Tommy's vdsdll pack. These dll's do not include a form that shows the download progress however this is quite easy to implement and the vdsipp's http example has this implemented. Having a built in form in the dll is somewhat restrictive in that you have to use what the programmer decided, this way you can customize the download form to your liking using VDS code.


I think SKIT? or CodeScript may have also posted an example using VDS 5 on how to natively use http with winsock. I'm not sure about this but I'm certain one of them messaged me about this awhile back.
Back to top
View user's profile Send private message
GeoTrail
Valued Contributor
Valued Contributor


Joined: 18 Feb 2003
Posts: 572
Location: Bergen, Norway

PostPosted: Wed Dec 31, 2003 2:26 am    Post subject: Reply with quote

Thanks for your reply PGWARE.
The reason I want the ability to have the extension show a progress dialog is just to make it as simple and fast to use as possible.

I intend to use this in my future applications so I can quickly impliment an update feature.

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Wed Dec 31, 2003 3:30 am    Post subject: Reply with quote

I have some code to download files using WININET in case anybody wants
to see. Awaiting VDS 5 update for compatibility though. Smile

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1562

PostPosted: Wed Dec 31, 2003 3:56 am    Post subject: Reply with quote

GeoTrail - if you are deploying this for the use of an 'auto-update' type feature for your software you will definately want to make sure the dll supports proxys. Some people sit behind a firewall or network which requires a proxy to http out.
Back to top
View user's profile Send private message
marty
Professional Member
Professional Member


Joined: 10 May 2001
Posts: 789

PostPosted: Wed Dec 31, 2003 2:14 pm    Post subject: Reply with quote

You probably seen it already, but you could look at my open source project, i.Update System. It has a progress bar when downloading a new update. Also it uses VDSIPP from PGWARE, the only thing you would have to implement is proxy support which is very important like PGWARE said. I think this open source project is an excellent start for what you want to do.

As a DLL maker myself I think you have to keep in mind that charging 20$ is not very much. Please keep in mind we have to code, debug, test and make a small doc also. Wink


i.Update System Open source project:
http://forum.vdsworld.com/viewtopic.php?t=1240
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
vdsalchemist
Admin Team


Joined: 23 Oct 2001
Posts: 1448
Location: Florida, USA

PostPosted: Wed Dec 31, 2003 2:55 pm    Post subject: Reply with quote

Well he prob. could get Mac to do it for free. I don't think Mac charges for any of his work. Anyway I personally think it should not be that hard to make with the current DLL's that are out there like Prakash already mentioned...
_________________
Home of

Give VDS a new purpose!
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Wed Dec 31, 2003 3:48 pm    Post subject: Reply with quote

I would also pay $20 if the dll could

- calculate the average download speed
- calculate the total time taken to download

Can be used seemlsy, eg.

Send the info to the dll, and when the download is finished inform the script.

So that the main program script can conintue to run etc.

Nathan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1562

PostPosted: Wed Dec 31, 2003 4:20 pm    Post subject: Reply with quote

Quote:

- calculate the average download speed
- calculate the total time taken to download



This can already be done with almost all the internet dll's available now.

To get the download speed you simply take the current file size downloaded, the total file size and divide the two. Then divide the time taken to get that much of the file downloaded.

To get the total time taken to download you would use the above value for the amount of data already downloaded and use an estimation of how much is left to post how much time you think it will take to download.
Back to top
View user's profile Send private message
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Wed Dec 31, 2003 5:18 pm    Post subject: Reply with quote

I once used an external DLL to create an internet connection. If you still need it, please send me a PM or reply to this post, than I will send you the source of it... Smile
_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Wed Dec 31, 2003 5:53 pm    Post subject: Reply with quote

FreezingFire wrote:
I have some code to download files using WININET in case anybody wants
to see. Awaiting VDS 5 update for compatibility though. Smile


My offer is still here too

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Wed Dec 31, 2003 5:56 pm    Post subject: Reply with quote

I do believe the api parameters has been increased to 12 for the
VDS 5 Update. I hope that helps. Smile

_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
Back to top
View user's profile Send private message
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1562

PostPosted: Wed Dec 31, 2003 5:57 pm    Post subject: Reply with quote

Provided the vds 5 update ever comes out.
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Wed Dec 31, 2003 6:02 pm    Post subject: Reply with quote

lol yeah I do hope it does come out soon Very Happy

I think it will work. I wanted to make it into a DSU but I think it should
be open-source so all of the bugs are worked out and additional functionality
can be added. Smile

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Wed Dec 31, 2003 6:09 pm    Post subject: Reply with quote

And I have no intention of saying when the update will be out. Everytime
someone notes the release date, it never happens and I seriously do
not want proverbial egg on my face Wink

-Garrett

_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Other Product Support/Announcements All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group