CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 16:37:26 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100813220925
location: https://web.archive.org/web/20100813220925/https://github.com/kevinwatt/ed2kcrawler
server-timing: captures_list;dur=1.310661, exclusion.robots;dur=0.051961, exclusion.robots.policy;dur=0.028664, esindex;dur=0.025811, cdx.remote;dur=38.301787, LoadShardBlock;dur=628.107905, PetaboxLoader3.datanode;dur=134.508286, PetaboxLoader3.resolve;dur=407.827092
x-app-server: wwwb-app201
x-ts: 302
x-tr: 755
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app201; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 06 Aug 2025 16:37:27 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.67
x-archive-orig-date: Fri, 13 Aug 2010 22:09:25 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "184e5696d81403c4d523fea1db796c80"
x-archive-orig-x-runtime: 52ms
x-archive-orig-content-length: 28710
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 13 Aug 2010 22:09:25 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 13 Aug 2010 22:09:25 GMT", ; rel="memento"; datetime="Fri, 13 Aug 2010 22:09:25 GMT", ; rel="next memento"; datetime="Thu, 08 Mar 2012 03:52:30 GMT", ; rel="last memento"; datetime="Tue, 15 Apr 2025 21:22:39 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_17_20100813203441_crawl103-c/52_17_20100813220758_crawl101.arc.gz
server-timing: captures_list;dur=0.599588, exclusion.robots;dur=0.025223, exclusion.robots.policy;dur=0.015554, esindex;dur=0.015271, cdx.remote;dur=37.698773, LoadShardBlock;dur=491.131496, PetaboxLoader3.datanode;dur=356.256791, PetaboxLoader3.resolve;dur=490.233569, load_resource;dur=411.541967
x-app-server: wwwb-app201
x-ts: 200
x-tr: 1020
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
kevinwatt's ed2kcrawler at master - GitHub
kevinwatt / ed2kcrawler
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
LICENSE | Tue Dec 22 20:01:35 -0800 2009 | Add GPLv3 licenes [kevin] |
![]() |
Makefile | Thu Dec 24 01:39:59 -0800 2009 | Loadconfig file action by configfile.go lib... [kevinwatt] |
![]() |
README.markdown | Wed Mar 17 06:56:12 -0700 2010 | change the include path for support goinstall [kevinwatt] |
![]() |
configfile.go | Fri Jan 22 09:51:38 -0800 2010 | New way to do the bufio.WriteString [kevinwatt] |
![]() |
ed2kcrawler.sql | Thu Dec 24 19:54:35 -0800 2009 | charset use utf-8 and remove auto_increment def... [tsung] |
![]() |
httpget.go | Sun Feb 28 19:10:58 -0800 2010 | https://groups.google.com/group/golang-dev/b... [kevinwatt] |
![]() |
loadfile.go | Tue Dec 22 19:36:56 -0800 2009 | first commit [kevin] |
![]() |
main.go | Wed Mar 17 06:56:12 -0700 2010 | change the include path for support goinstall [kevinwatt] |
![]() |
urlpaser.go | Wed Mar 17 06:56:12 -0700 2010 | change the include path for support goinstall [kevinwatt] |
![]() |
vv | Wed Mar 17 06:56:12 -0700 2010 | change the include path for support goinstall [kevinwatt] |
README.markdown
Install/Run Example
$ git clone git://github.com/kevinwatt/ed2kcrawler.git
First, Install Go-MySQL-Client-Library
goinstall -dashboard=true github.com/thoj/Go-MySQL-Client-Library
Create an config.cfg file
[default]
DBA = user
DBP = password
DBIP = 127.0.0.1:3306
DBN = ED2KDB
[amule]
ARS = 10.8.0.1
ARP = 4712
ARPS = amulepasswd
Create Database
$ mysqladmin -u root -p create ED2KDB
$ mysql -u root -p ED2KDB < ed2kcrawler.sql
Running ed2kcrawler
$ ./ed2kcrawler -l vv
- © 2010 GitHub Inc. All rights reserved.
- Terms of Service
- Privacy
- Security