AutoDial 1.0

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

AutoDial 1.0

Post by Flype »

Hi,

I've just finished a little prog like 'ADSL Autoconnect'
it's free, fell free to use it and report bugs or ideas...

download link :
http://www.serveurperso.com/~flype/Pure ... toDial.zip

maybe, you'll need the wininet.dll which is used in my prog :
http://www.serveurperso.com/~flype/Pure ... ininet.zip

Image
Last edited by Flype on Sat Jul 17, 2004 8:50 pm, edited 1 time in total.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

Nice work!

Small too, compared to the 2.6 mb dialer Alcatel provided for my modem :P
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

:wink:
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Re: AutoDial 1.0

Post by NoahPhense »

Purty..

- np
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

"purty" what does it mean ? :roll:
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

Flype wrote:"purty" what does it mean ? :roll:
lazy slang for pretty.. nice looking..

- np
DominiqueB
Enthusiast
Enthusiast
Posts: 103
Joined: Fri Apr 25, 2003 4:00 pm
Location: France

Thank's !

Post by DominiqueB »

Realy cool tool !

Any way to configure wich connection to use if more than one available ?

Thank's.
Dominique
Dominique

Windows 10 64bits. Pure basic 32bits
User avatar
J. Baker
Addict
Addict
Posts: 2185
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Post by J. Baker »

Does this use PPPoE?
www.posemotion.com

PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef


Even the vine knows it surroundings but the man with eyes does not.
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

Thanx for your interest...

This tool is in work in progress so many things could be modified, added...
Ideas are welcome :wink: but i would like it to be small, compact, simple, no super extra features, no spy too...

Indeed, i'm looking how to implement the connexion name choice...

This prog is very simple as it is only based (in the core) on the wininet.dll and the "InternetDial_()" function.
So, no direct pppoe calls is done. It depends of user installed connexions.

Also, i need betatester for win98,2000 config, freebox users, etc...
At home, i'm using French ADSL product (Wanadoo) with an usb modem SpeedTouch 330...

For those who knows "ADSL Autoconnect" my prog seems to work in a different way.
Mine call the Internet Connect Dialog in the automatic mode, in the background...
ADSL Autoconnect connect himself to internet, it dial-up and transmit himself the the user params (name,password,...).
Last edited by Flype on Mon Jul 19, 2004 7:19 pm, edited 2 times in total.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

I would beta test, but my router handles all the dsl dialing..

- np
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

my knowledge in "router" is nearly ground zero, so...

my home config is very simple :P
i tried to complicate my config :x using more than one
internet connexions thanks to WMware with an emulated Win98.

this is how i debug my Autodial prog...
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

Flype wrote:my home config is very simple
Yeah I know what you mean, it doesn't get more simple for than clicking:

My router/firewall has its own webpage.. I just login and change anything.

But I've been to client side where the older routers don't have such
technology. This tool would be nice.

Image

- np
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

My router/firewall has its own webpage.. I just login and change anything.
mine has too. I need a router, so i can open ports for emule, so that i can distribute all those unlegal copy's of PB. 8) (no i wouldnt do that!)

what about distributing a "fake" PB that "phones home" and tells about the ip and the user who downloaded it. Maybe take his messenger adress so we can contact him :)
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

I've learnt how to use API Win32 RAS functions...
This works very well, much better than previous method.
Very thanx to all who have participated on this forum
on the 'ras' post here :
viewtopic.php?t=7763&postdays=0&postord ... s&start=30

So i can improve now my prog in order to let the user
to choose the connection name, user and its password !
And more, with a callback system i can display every step
of an internet connexion process.

Soon...

@NoahPhense

If i understand, you are interested to have an
option for auto disconnecting after a specified time !?!
why not...
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
TerryHough
Enthusiast
Enthusiast
Posts: 781
Joined: Fri Apr 25, 2003 6:51 pm
Location: NC, USA
Contact:

Post by TerryHough »

I downloaded this way back when first posted, but now the link is dead.

I now need to do something almost exactly like this. Anybody got
something similar they are willing to share the code for?

TIA
Terry
Post Reply