PHP Script to connect to hub and retrieve info.

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
phoenixdigital
Posts: 3
Joined: 2003-01-07 07:57

PHP Script to connect to hub and retrieve info.

Post by phoenixdigital » 2003-01-07 08:04

Hi Guys,

Is it possible for me to write a simple webpage which will conntect to a hub and retrieve a list of users on the hub?

Basically I want to setup a website whereby people in a private hub of about 75 or so can vote on what they want the most. I would like to put in some scripts which can verify that people are sharing what they say they are on the website.

Am I making any sense ;)

phoenixdigital
Posts: 3
Joined: 2003-01-07 07:57

Or are there any scripts/bots which can retrieve this info

Post by phoenixdigital » 2003-01-07 08:07

Are there any bots which can retrieve the info and store it in a file for me?

phoenixdigital
Posts: 3
Joined: 2003-01-07 07:57

Post by phoenixdigital » 2003-01-07 08:10

Maybe I should rephrase the question seeing as it got moved to help.

What sort of protocols are used by the client.
I would like to emulate a dc client and connect to a hub with a php script.

aDe
Forum Moderator
Posts: 138
Joined: 2003-01-07 09:14
Location: SE
Contact:

Post by aDe » 2003-01-07 09:39

If you are using the original DC hub you can set up a script to write the numbers into a php variables file (or a custom file that the php script would open and parse)

i have done something similar with my hub, it writes variables in asp format and then i just <!-- include file="".... , very simple, http://www.goodlookingmusic.tk/

contact me if you have problems and i'll hook you up with something

Locked