PDA

View Full Version : Is There A Way To Multi Submit One Link To Several PHPLinkDirectories


Jay27
06-02-2009, 08:58 PM
Dear Support,

I'd like to know if it is possible to submit one link to multiple PHPLinkDirectories at once.

And if not, is it then possible for me to write my own software tool to accomplish this?

I am planning on setting up a mass blog submitter such as this one here:

http : // www . adultblogresource.com/submitter/

Yes, it's related to adult entertainment. But there are no NSFW images at that link.

Sincerely,

Jay

David
06-02-2009, 10:07 PM
It is possible to create software like this for directory owners who willingly participate in allowing automatic submissions, but otherwise I would say this is mostly not possible.

Jay27
06-03-2009, 01:20 PM
Let's say I'm the owner of a network of PHPLinkDirectories to which I want to do multi submissions.

Have you guys got an API available so I can write my own mass submission tool?

David
06-03-2009, 01:55 PM
No, the closest thing we have done is write either a windows app or a custom php script that connects to multiple directories.

Jay27
06-06-2009, 05:22 PM
Is the php script available?

How doable is it for myself to write that?

Do I send over the submission info to an x number of blogdirs over xmlrpc or something?

David
06-06-2009, 07:12 PM
if the category structure is the same on all sites it is easier.
Then we could just connect to the databases remotely and issue the same query, and we are talking 1-2 hours of programming. Host would need to allow remote db connection.

David
06-06-2009, 07:12 PM
if the category structure is the same on all sites it is easier.
Then we could just connect to the databases remotely and issue the same query, and we are talking 1-2 hours of programming. Host would need to allow remote db connection.