Search found 8 matches

by djechelon
2005-01-09 08:24
Forum: Protocol Alley
Topic: HubBOT.NET Project
Replies: 4
Views: 4628

By the way I have another problem. When completing the Hub querying i use Hubsock.Close() But i noticed that the BOT is still inside the hub. When I close the entire application the BOT disconnects from the hub. Anyway about Nmdc.cpp, it's too difficult for me (I'm learning VB.net because it's easie...
by djechelon
2005-01-08 20:57
Forum: Protocol Alley
Topic: HubBOT.NET Project
Replies: 4
Views: 4628

HubBOT.NET Project

Hello, I am a PublicHubList owner. My list is based on other lists' data, and I noticed many hubowners are faking the usercount on the main Hublists like Dreamland. I wrote a topic about "spidering" hubs. Now I have begun to code a VB.NET program that connects to hubs in PublicList, counts the users...
by djechelon
2004-11-21 06:57
Forum: Protocol Alley
Topic: Spidering hubs
Replies: 8
Views: 6974

djechelon: I would support explicitly supporting no robots-like protocol. Don't let hubowners hide behind false security. ??? You think hubowners should go to public list control panel and manually edit the number of their users? The robot is the only way to get a correct value of users. I'm trying...
by djechelon
2004-11-20 17:34
Forum: Protocol Alley
Topic: Spidering hubs
Replies: 8
Views: 6974

yakko wrote:kinda like robots.txt for websites. It's tough keeping a private hub private.
First let's take care of hubs that want to be in a public list, and then of this. By the way, if you don't tell anybody with a apublic list the address of your site, it won't be added!
by djechelon
2004-11-20 07:37
Forum: Protocol Alley
Topic: Spidering hubs
Replies: 8
Views: 6974

Spidering hubs

I want to create a program (C++ or VB can work good) that periodically checks the hubs for users, description and name. This will be used to update a PublicList. Any ideas about that? What does DC Hub protocol say about bots? I don't want to always grab lists and paste them in a global database (wha...
by djechelon
2004-11-20 07:34
Forum: Protocol Alley
Topic: Generating a PublicHubList.config from PHP
Replies: 5
Views: 6416

What can I do on server-side script to change the transfer encoding? Set a new header? Which header?
by djechelon
2004-10-29 15:13
Forum: Protocol Alley
Topic: Generating a PublicHubList.config from PHP
Replies: 5
Views: 6416

I want to generate config list for compatibility reasons. I'm planning to work on XML lists, but I haven't yet made to parse them. The test URL is http://www.p2pmania.it/hublist.php. It works on the browser but not on DC++ During these hours I created a cache of lists, available at http://www.p2pman...
by djechelon
2004-10-29 11:57
Forum: Protocol Alley
Topic: Generating a PublicHubList.config from PHP
Replies: 5
Views: 6416

Generating a PublicHubList.config from PHP

Hello there. I'm having problems with a new PHP Nuke Module made by me about Direct Connect Public Hublists. I have made all the list database with all the hubs inside with no problem. Now I have to generate the PublicHubList.config file (I'll compress it later with bz2). I use the following code to...