🐘 cc.php (Php) 31.0 KB 2024-08-08
PHP module for cc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <?php
//////////
// PHPGnuCacheII
// http://gwcii.sourceforge.net/
// Copyright (C) 2004 Joe Julian
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
//
// Original code by Joe Julian <joe@julianfamily.org>
// PO Box 1156
// Carnation, WA 98014 USA
// Stat Page by Nicholas Venturella <nick2588[at]fastmail.fm>
//////////
define(DEBUG, false); // Enable for some debugging output
if(!DEBUG) error_reporting(0);
require "config/config.inc.php";
define(SHORT_VERSION, '2.1.1');
define(SCRIPT_VERSION, 'PHPGnuCacheII '.SHORT_VERSION.
(URL_VALIDATION ? '' : 'fsock URL-Validation disabled'));
define(SHORT_CLIENT, 'GCII');
define(MENU_BAR, '<P>['.
'<A HREF="http://www.zoozle.org/">eMule, Bit Torrent, Usenet Search Engine Site</A> | '.
'<A HREF="'.MY_URL.'">Home</A> | '.
'<A HREF="'.MY_URL.'?stats=1">Statistics</A> | '.
'<A HREF="'.MY_URL.'?data=1">Data</A> | '.
'<A HREF="http://gcachescan.jonatkins.com">Webcache Scan Report</A> | '.
'<A HREF="http://gcachescan.jonatkins.com/cgi-bin/gcachedetail.cgi?'.
MY_URL.'">Webcache Individual Report</A>'.
']</P>');
if (DEBUG) header("Content-type: text/plain");
$delay = DELAYED_WRITE ? "DELAYED" : "";
... [truncated, 715 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "cc.php",
"description": "PHP module for cc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "31.0 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/cc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
🐘 index.php (Php) 31.0 KB 2024-08-08
Main entry point for web interface
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <?php
//////////
// PHPGnuCacheII
// http://gwcii.sourceforge.net/
// Copyright (C) 2004 Joe Julian
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
//
// Original code by Joe Julian <joe@julianfamily.org>
// PO Box 1156
// Carnation, WA 98014 USA
// Stat Page by Nicholas Venturella <nick2588[at]fastmail.fm>
//////////
define(DEBUG, false); // Enable for some debugging output
if(!DEBUG) error_reporting(0);
require "config/config.inc.php";
define(SHORT_VERSION, '2.1.1');
define(SCRIPT_VERSION, 'PHPGnuCacheII '.SHORT_VERSION.
(URL_VALIDATION ? '' : 'fsock URL-Validation disabled'));
define(SHORT_CLIENT, 'GCII');
define(MENU_BAR, '<P>['.
'<A HREF="http://www.zoozle.org/">eMule, Bit Torrent, Usenet Search Engine Site</A> | '.
'<A HREF="'.MY_URL.'">Home</A> | '.
'<A HREF="'.MY_URL.'?stats=1">Statistics</A> | '.
'<A HREF="'.MY_URL.'?data=1">Data</A> | '.
'<A HREF="http://gcachescan.jonatkins.com">Webcache Scan Report</A> | '.
'<A HREF="http://gcachescan.jonatkins.com/cgi-bin/gcachedetail.cgi?'.
MY_URL.'">Webcache Individual Report</A>'.
']</P>');
if (DEBUG) header("Content-type: text/plain");
$delay = DELAYED_WRITE ? "DELAYED" : "";
... [truncated, 715 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "index.php",
"description": "Main entry point for web interface",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "31.0 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/index.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
📄 license.txt (Text) 17.6 KB 2024-08-08
Source code file for license
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "license.txt",
"description": "Source code file for license",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "17.6 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/license.txt",
"encodingFormat": "text/plain",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Text"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
🐘 log.php (Php) 674 bytes 2024-08-08
PHP module for log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18 | <?php
if( !defined("DATA_DIR") )
die();
if( !file_exists("log/") )
mkdir("log/", 0777);
function Logging($filename, $CLIENT, $VERSION, $NET)
{
$HTTP_X_FORWARDED_FOR = isset($_SERVER["HTTP_X_FORWARDED_FOR"]) ? $_SERVER["HTTP_X_FORWARDED_FOR"] : "";
$HTTP_CLIENT_IP = isset($_SERVER["HTTP_CLIENT_IP"]) ? $_SERVER["HTTP_CLIENT_IP"] : "";
$file = fopen("log/".$filename.".log", "a");
flock($file, 2);
fwrite($file, gmdate("Y/m/d h:i:s A")." | ".$CLIENT." ".$VERSION." | ".$_SERVER["HTTP_USER_AGENT"]." | ".$NET." | ".$_SERVER["QUERY_STRING"]." | ".$_SERVER["REMOTE_ADDR"]." | ".$HTTP_X_FORWARDED_FOR." | ".$HTTP_CLIENT_IP."\r\n");
flock($file, 3);
fclose($file);
}
?>
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "log.php",
"description": "PHP module for log",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "674 bytes",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/log.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
🐪 perlgcache.cgi (Perl) 46.6 KB 2024-08-08
Source code file for perlgcache
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | #!/usr/bin/perl -wT
use strict;
#use Data::Dumper;
# Copyright (c) 2003-2004 Jon Atkins http://www.jonatkins.com/
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
my $cacheversion = "0.8.3";
###### options ######
# OPTIONS HAVE BEEN MOVED INTO A SEPARATE FILE: default perlgcache.conf
my $config = "./perlgcache.conf";
use vars qw( %config );
$config{prefix} = "data";
$config{maxv1urlret} = 10;
$config{maxv2urlret} = 5;
$config{maxurlstore} = 500;
$config{maxurlage} = 7.3*24*60;
$config{minurlcheck} = 1.1*24*60;
$config{maxhost} = 20;
$config{maxhostage} = 24*60;
$config{blockv1anon} = 0;
... [truncated, 1990 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "perlgcache.cgi",
"description": "Source code file for perlgcache",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "46.6 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/perlgcache.cgi",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Perl"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
📇 perlgcache.conf (C) 3.9 KB 2024-08-08
Source code file for perlgcache
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | ###### options ######
# NOTE: all example config options below are COMMENTED OUT.
# Remove the # at the start of the line before changing the values.
# this is added to the start of all files loaded/saved
# NOTE: can be a full path or a relative path
# NOTE: the cache MUST have write-access to the specified directory
# eg. $config{prefix} = "/tmp/gcache.example.com" would store files in "/tmp/gcache.example.com-*"
# eg. $config{prefix} = "data/data" would store files in a data directory below the location of the CGI script
#$config{prefix} = "data"; # will use "data-*" for data files
# a large number of URLs are stored, and clients get a random selection
# returned on each request.
# URLs are removed from the list once they are $config{maxurlage} minutes old
# if URL testing is enabled (see $config{checkurls} below) then caches
# are tested with a ping request. failed caches are also stored for
# $config{minurlcheck} days to prevent repeated retests on additional updates
# return this many alternate cache urls
#$config{maxv1urlret} = 10; # suggested range: between 10 and 20
#$config{maxv2urlret} = 5; # suggested range: between 5 and 10
# store this many URLs
#$config{maxurlstore} = 500; # suggested range: 200 to 500
# remove URLs after this many minutes
#$config{maxurlage} = 7.3*24*60; # in minutes - default 7.3 days
# recheck URLs if they were last checked over this long ago
#$config{minurlcheck} = 1.1*24*60; # in minutes - default 1.1 days
# number of hosts to keep and return
#$config{maxhost} = 20; # suggested range: between 10 and 40
# maximum age of a host entry, in minutes
#$config{maxhostage} = 24*60; # in minutes - default 24 hours
# set to non-zero to block clients which don't send a client and version parameter
# (this setting only applys to v1 requests - v2 requests require a client string)
# NOTE: in the original cache specs sending client/version was optional
#$config{blockv1anon} = 0; # 0 = off (default), 1 = on
# log cache stats
#$config{enablestats} = 1; # 0 = off, 1 = on (default)
# minimum time, in minutes, between updates from a single IP address
#$config{updatelimit} = 55; # suggested range: 30 - 55 minutes
# check each URL submitted works
... [truncated, 51 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "perlgcache.conf",
"description": "Source code file for perlgcache",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "3.9 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/perlgcache.conf",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "C"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
🐘 skulls.php (Php) 31.0 KB 2024-08-08
PHP module for skulls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <?php
//////////
// PHPGnuCacheII
// http://gwcii.sourceforge.net/
// Copyright (C) 2004 Joe Julian
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
//
// Original code by Joe Julian <joe@julianfamily.org>
// PO Box 1156
// Carnation, WA 98014 USA
// Stat Page by Nicholas Venturella <nick2588[at]fastmail.fm>
//////////
define(DEBUG, false); // Enable for some debugging output
if(!DEBUG) error_reporting(0);
require "config/config.inc.php";
define(SHORT_VERSION, '2.1.1');
define(SCRIPT_VERSION, 'PHPGnuCacheII '.SHORT_VERSION.
(URL_VALIDATION ? '' : 'fsock URL-Validation disabled'));
define(SHORT_CLIENT, 'GCII');
define(MENU_BAR, '<P>['.
'<A HREF="http://www.zoozle.org/">eMule, Bit Torrent, Usenet Search Engine Site</A> | '.
'<A HREF="'.MY_URL.'">Home</A> | '.
'<A HREF="'.MY_URL.'?stats=1">Statistics</A> | '.
'<A HREF="'.MY_URL.'?data=1">Data</A> | '.
'<A HREF="http://gcachescan.jonatkins.com">Webcache Scan Report</A> | '.
'<A HREF="http://gcachescan.jonatkins.com/cgi-bin/gcachedetail.cgi?'.
MY_URL.'">Webcache Individual Report</A>'.
']</P>');
if (DEBUG) header("Content-type: text/plain");
$delay = DELAYED_WRITE ? "DELAYED" : "";
... [truncated, 715 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "skulls.php",
"description": "PHP module for skulls",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "31.0 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/skulls.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
🐘 skulls1.php (Php) 28.7 KB 2024-08-08
PHP module for skulls1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <?php
//
// Skulls! Multi-Network WebCache (PHP)
//
// Copyright (C) 2005-2006 by ale5000
// Sources of this script can be downloaded here: http://sourceforge.net/projects/skulls/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
include "vars.php";
if( !defined("DATA_DIR") && !file_exists("vars.php") )
die("ERROR: The file vars.php is missing.");
if(!$ENABLED || basename($_SERVER["PHP_SELF"]) == "index.php")
{
header("Status: 404 Not Found");
header("Content-Type: text/plain");
die("ERROR: Service disabled\r\n");
}
if($_SERVER["REMOTE_ADDR"] == "196.31.80.247")
{
header("Status: 404 Not Found");
if(LOG_HAMMERING_CLIENTS)
{
include "log.php";
Logging("hammering_clients", NULL, NULL, NULL);
}
die();
}
define( "NAME", "Skulls" );
define( "VENDOR", "SKLL" );
define( "SHORT_VER", "0.2.2" );
define( "VER", SHORT_VER." Beta" );
... [truncated, 1050 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "skulls1.php",
"description": "PHP module for skulls1",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "28.7 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/skulls1.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
🐘 vars.php (Php) 1.1 KB 2024-08-08
PHP module for vars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 | <?php
$ENABLED = 1;
define( "FSOCKOPEN", 1 ); // Disable ONLY if the server have FSOCKOPEN disabled, use admin/test.php to check
define( "CONTENT_TYPE_WORKAROUND", 0 ); // Use admin/test.php to know the right value
define( "STATS_ENABLED", 1 );
define( "KICK_START_ENABLED", 0 ); // KickStart should be DISABLED after populating the webcache
define( "LOG_MAJOR_ERRORS", 1 ); // Enable logging of major errors
define( "LOG_MINOR_ERRORS", 0 ); // Enable logging of minor errors (ONLY for debugging)
define( "LOG_HAMMERING_CLIENTS", 1 );
define( "MAX_HOSTS", 1000000000000000 ); // Maximum number of host stored for EACH network (If there are 2 networks and this value is 25 -> 25 x 2 = 50)
define( "MAX_HOSTS_OUT", 20 ); // Maximum number of host sent in each request
define( "MAX_CACHES", 1000000000000000 ); // Maximum number of cache stored for ALL networks
define( "MAX_CACHES_OUT", 15 ); // Maximum number of cache sent in each request
define( "RECHECK_CACHES", 1 ); // Days to recheck a cache
define( "TIMEOUT", 20 ); // Sockets time out
define( "DATA_DIR", "data" );
?>
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "vars.php",
"description": "PHP module for vars",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "1.1 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/vars.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
🐘 vendor_code.php (Php) 3.7 KB 2024-08-08
PHP module for vendor code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <?php
function ReplaceVendorCode($client, $version){
if( $client == "TEST" && (float)$version == 0 && substr($version, 0, 1) != "0" )
{
$client = $version;
$version = "";
$test = 1;
}
switch($client)
{
case "ACQL":
$client_name = "Acqlite";
$url = "http://acqlite.sourceforge.net/";
break;
case "ACQX":
$client_name = "Acquisition";
$url = "http://www.acquisitionx.com/";
break;
case "AGIO":
$client_name = "Adagio";
$url = "http://sourceforge.net/projects/agio/";
break;
case "BEAR":
$client_name = "BearShare";
$url = "http://www.bearshare.com/";
break;
case "COCO":
$client_name = "CocoGnut";
$url = "http://www.alpha-programming.co.uk/software/cocognut/";
break;
case "GDNA":
$client_name = "GnucDNA";
$url = "http://www.gnucleus.com/GnucDNA/";
break;
case "GIFT":
$client_name = "giFT";
$url = "http://gift.sourceforge.net/";
break;
case "GNUC":
$client_name = "Gnucleus";
$url = "http://www.gnucleus.com/Gnucleus/";
break;
case "GPUX":
$client_name = "GPU";
$url = "http://sourceforge.net/projects/gpu/";
break;
case "GTKG":
$client_name = "GTK Gnutella";
$url = "http://gtk-gnutella.sourceforge.net/";
... [truncated, 109 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "vendor_code.php",
"description": "PHP module for vendor code",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "3.7 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/vendor_code.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
🐘 web_interface.php (Php) 8.8 KB 2024-08-08
PHP module for web interface
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <?php
function ShowHtmlPage($num){
global $NET;
include "vendor_code.php";
if($NET == NULL)
$NET = "all";
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title><?php echo NAME; ?>! Multi-Network WebCache <?php echo VER; ?></title>
<meta name="robots" content="index,follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
body { font-family: Verdana; }
table { font-size: 10px; }
</style>
</head>
<body bgcolor="#FFFF00"><br>
<table align="center">
<tr>
<td bgcolor="#FF3300">
<table width="100%" cellspacing="0" cellpadding="5">
<tr>
<td bgcolor="#FFFFFF" style="font-size: 16px;"><b><span style="color: #008000"><?php echo NAME; ?>!</span> Multi-Network WebCache <?php echo VER; ?></b></td>
</tr>
<tr>
<td height="30" valign="top" bgcolor="#FFFFFF">
<a href="?showinfo=1">General Details</a> /
<a href="?showhosts=1&net=<?php echo $NET; ?>">Hosts</a> /
<a href="?showurls=1">Alternative WebCaches</a> /
<a href="?stats=1">Statistics</a>
</td>
</tr>
<?php
if($num == 1) // Info
{
?>
<tr bgcolor="#CCFF99">
<td style="color: #0044FF;"><b>Cache Info</b></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<table width="100%" cellspacing="0">
<tr>
<td width="150">- Running since:</td>
... [truncated, 254 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "web_interface.php",
"description": "PHP module for web interface",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "8.8 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/web_interface.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
admin/
(4 files) 🐘 inc.php (Php) 57 bytes 2024-08-08
PHP module for inc
| <?php
header("Content-Type: text/plain");
echo "\r\n";
?>
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "inc.php",
"description": "PHP module for inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "57 bytes",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/admin/inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
📄 readme.txt (Text) 424 bytes 2024-08-08
Project documentation file
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "readme.txt",
"description": "Project documentation file",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "424 bytes",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/admin/readme.txt",
"encodingFormat": "text/plain",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Text"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
🐘 test.php (Php) 882 bytes 2024-08-08
PHP module for test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30 | <?php
function Ping($host_name)
{
$port = 80;
$fp = @fsockopen( $host_name, $port );
if($fp)
{
fclose ($fp);
return TRUE;
}
else
return FALSE;
}
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\r\n";
echo "<html><head><title>Test</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"></head><body>\r\n";
echo "<b><br/><br/><br/>PING: ";
if( Ping("www.google.it") || Ping("www.libero.it") || Ping("sourceforge.net") )
echo "<font color=\"green\">OK</font><br/>Set FSOCKOPEN to 1.";
else
echo "<font color=\"red\">FAILED</font><br/>Set FSOCKOPEN to 0.";
echo "<br/><br/><br/>\r\n\r\n";
echo "If you see the box below empty you are OK otherwise you must set CONTENT_TYPE_WORKAROUND to 1.<br/>\r\n";
echo "<iframe src=\"inc.php\"></iframe>";
echo "</b>";
echo "</body></html>";
?>
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "test.php",
"description": "PHP module for test",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "882 bytes",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/admin/test.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
🐘 update.php (Php) 3.8 KB 2024-08-08
PHP module for update
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <?php
header("Pragma: no-cache");
define( "REVISION", 4.1 );
if( !file_exists("revision.dat") )
{
$file = fopen("revision.dat", "x");
flock($file, 2);
fwrite($file, "1");
flock($file, 3);
fclose($file);
}
$file_content = file("revision.dat");
if(trim($file_content[0]) >= REVISION)
{
header("Content-Type: text/plain");
die("There is no need to update it.\r\nThis file checks only if data files are updated, it doesn't check if Skulls is updated.\r\n");
}
$log = "";
$errors = 0;
$updated = FALSE;
include "../vars.php";
function check($result)
{
global $updated, $errors;
$updated = TRUE;
if($result)
return "<font color=\"green\"><b>OK</b></font><br/>\r\n";
else
{
$errors++;
return "<font color=\"red\"><b>ERROR</b></font><br/>\r\n";
}
}
function remove_dir($dir)
{
if ($handle = opendir($dir))
{
while( $item = readdir($handle) )
{
if($item != "." && $item != "..")
{
if( is_dir($dir.$item))
remove_dir($dir.$item);
else
... [truncated, 126 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "update.php",
"description": "PHP module for update",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "3.8 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/admin/update.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
config/
(2 files) 🐘 config.inc.php (Php) 1.2 KB 2024-08-08
PHP module for config.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25 | <?
define(MY_URL, 'http://www.alpha64.info/alpha64/skulls.php'); // set this to how you want to be known
define(MYSQL_SERVER, 'localhost'); // Change to your own settings
define(MYSQL_LOGIN, 'root');
define(MYSQL_PASSWORD, 'xfZYKWuu');
define(MYSQL_DATABASE, 'GWebCache');
define(MAX_HOSTS, 20); // Max hosts and IPs to return for each network 20 is about optimal
define(MAX_ZOOZLE, 3000);
define(MAX_AGE, 3*24*60*60); // Max age for hosts/urls in seconds (default is 3 days)
// Doesn't matter how long you set this, as long as it doesn't
// expire them so quickly that you don't have enough for MAX_HOSTS
define(URL_VALIDATION, true); // set this to false if you cannot use fsockopen (like Lycos)
define(DEFAULT_NET, 'gnutella'); //default gnutella2 network if none specified (gnutella version 1
//will always be 'gnutella' no matter what).
define(FSOCK_TIMEOUT, 60); //timout for trying to validate an url
define(DELAYED_WRITE, true); //use delayed mysql writes, use unless you can't. Makes mysql updates
//much faster.
?>
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "config.inc.php",
"description": "PHP module for config.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "1.2 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/config/config.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
🐘 populate.client.php (Php) 2.1 KB 2024-08-08
PHP module for populate.client
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <?php
require "config.inc.php";
if(mysql_pconnect(MYSQL_SERVER, MYSQL_LOGIN, MYSQL_PASSWORD) == FALSE) {
echo "OK: WARNING: Unable to connect to database server.";
exit;
}
// select the database
if(mysql_select_db(MYSQL_DATABASE) == FALSE) {
echo "OK: WARNING: Unable to select database.";
exit;
}
$client= array("ACQL", "ACQX", "BEAR", "COCO", "GCII", "GIFT", "GNUC", "GPUX", "GTKG", "LIME",
"MLDK", "MMMM", "MRPH", "MNAP", "MUTE", "PHEX", "POST", "RAZA", "SWAP", "TEST",
"TFLS", "NOVA");
$description= array("acqlite", "Acquisition", "Bearshare", "CocoGnut", "PHPGnuCacheII", "giFT", "Gnucleus",
"GPU", "gtk-gnutella", "Limewire", "MLDonkey", "Morpheus", "Morpheus", "MyNapster",
"Mutella", "Phex", "New WebCache Added", "Shareaza", "Swapper", "Various GWebCaches",
"TrustyFiles", "Nova");
$url= array("http://www.versiontracker.com/dyn/moreinfo/macosx/20816&vid=121174",
"http://www.acquisitionx.com/",
"http://www.bearshare.com/",
"http://www.alpha-programming.co.uk/software/cocognut/",
"http://gwcii.sourceforge.net/",
"http://gift.sourceforge.net/",
"http://gnucleus.sourceforge.net/Gnucleus/",
"http://sourceforge.net/projects/gpu/",
"http://gtk-gnutella.sourceforge.net/",
"http://www.limewire.com/",
"http://www.nongnu.org/mldonkey/",
"http://www.morpheus.com/",
"http://www.morpheus.com/",
"http://www.mynapster.com/",
"http://mutella.sourceforge.net/",
"http://phex.sourceforge.net/",
"http://gwcii.sourceforge.net/",
"http://www.shareaza.com/",
"http://www.revolutionarystuff.com/swapper/",
"http://www.google.com/search?num=100&hl=en&ie=UTF-8&oe=UTF-8&q=gnutella+web+cache",
"http://www.trustyfiles.com/",
"http://novap2p.sourceforge.net/");
$i=-1;
while($client[++$i]) {
$sqlq="REPLACE INTO clients (client, description, url) VALUES (\"{$client[$i]}\", \"{$description[$i]}\", \"{$url[$i]}\")";
$result = mysql_query($sqlq) or die (("OK: WARNING: Invalid query: " . mysql_error()));
}
... [truncated, 2 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "populate.client.php",
"description": "PHP module for populate.client",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "2.1 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/config/populate.client.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
data/
(5 files) 📄 caches.dat (Text) 3.0 KB 2024-08-08
Source code file for caches
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "caches.dat",
"description": "Source code file for caches",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "3.0 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/data/caches.dat",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Text"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
📄 failed_urls.dat (Text) 770 bytes 2024-08-08
Source code file for failed urls
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "failed_urls.dat",
"description": "Source code file for failed urls",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "770 bytes",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/data/failed_urls.dat",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Text"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
📇 hosts_gnutella.dat (C) 49.8 KB 2024-08-08
Source code file for hosts gnutella
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | 81.233.89.107:4254|||MESH|1.1.1.2|2006/08/10 11:49:49 AM
84.64.241.32:30984|||LIME|4.10.5|2006/08/10 11:56:28 AM
221.128.134.23:13346|||LIME|4.10.9|2006/08/10 11:59:03 AM
67.191.113.141:10978|||LIME|4.12.3|2006/08/10 12:07:34 PM
24.113.142.89:6346|||LIME|4.9.7|2006/08/10 12:14:48 PM
70.51.126.5:6346|||LIME|4.9.22 Pro|2006/08/10 12:16:38 PM
82.248.23.6:48059|||LIME|4.12.4|2006/08/10 12:23:30 PM
82.47.88.208:5790|||LIME|4.12.4|2006/08/10 12:25:27 PM
124.106.187.101:29768|||LIME|4.9.30|2006/08/10 12:27:46 PM
24.119.32.189:33122|||LIME|4.10.9|2006/08/10 12:29:32 PM
203.218.126.141:6346|||LIME|4.9.23|2006/08/10 12:29:41 PM
68.115.135.238:4900|||LIME|4.12.4|2006/08/10 12:30:35 PM
207.32.35.245:15634|||LIME|4.12.3|2006/08/10 12:32:22 PM
213.51.2.167:6348|||LIME|4.9.28|2006/08/10 12:33:24 PM
70.190.188.198:38959|||LIME|4.10.9|2006/08/10 12:33:41 PM
68.69.150.156:19450|||LIME|4.12.4|2006/08/10 12:33:41 PM
67.165.41.203:41030|||LIME|4.10.9|2006/08/10 12:34:02 PM
82.41.50.244:44630|||LIME|4.10.0|2006/08/10 12:34:10 PM
66.191.233.148:10251|||LIME|4.12.4|2006/08/10 12:34:43 PM
70.185.127.246:6348|||BEAR|5.2.5.3|2006/08/10 12:34:55 PM
81.1.106.18:31696|||LIME|4.12.3|2006/08/10 12:35:36 PM
62.249.172.254:23923|||LIME|4.10.9|2006/08/10 12:35:49 PM
85.68.152.223:6346|||LIME|4.9.23|2006/08/10 12:37:03 PM
85.240.183.106:18421|||LIME|4.12.3|2006/08/10 12:37:18 PM
82.25.20.41:42602|||LIME|4.10.9|2006/08/10 12:38:59 PM
209.251.132.123:34182|||LIME|4.12.3|2006/08/10 12:39:08 PM
82.163.214.217:11840|||LIME|4.10.9|2006/08/10 12:39:13 PM
69.136.46.62:6348|||LIME|4.8.1|2006/08/10 12:39:15 PM
172.206.88.179:13467|||LIME|4.12.4|2006/08/10 12:40:03 PM
24.57.52.126:15084|||LIME|4.12.3|2006/08/10 12:40:27 PM
72.136.102.166:35607|||LIME|4.10.9|2006/08/10 12:40:45 PM
172.207.9.130:6346|||LIME|4.9.23|2006/08/10 12:42:07 PM
69.252.152.100:26541|||LIME|4.9.33|2006/08/10 12:43:33 PM
60.227.179.4:6346|||LIME|4.9.24|2006/08/10 12:43:36 PM
24.57.43.106:6348|||BEAR|5.2.5.6|2006/08/10 12:43:58 PM
83.250.220.48:33252|||LIME|4.9.33|2006/08/10 12:44:57 PM
84.67.155.68:6346|||LIME|4.2.6 Pro|2006/08/10 12:45:25 PM
24.214.219.166:6348|||LIME|4.9.11|2006/08/10 12:45:32 PM
82.116.74.166:6346|||BEAR|5.2.1.2|2006/08/10 12:47:22 PM
83.226.79.251:30391|||LIME|4.12.3|2006/08/10 12:49:24 PM
68.12.142.52:13065|||LIME|4.10.9|2006/08/10 12:50:08 PM
87.123.1.178:6348|||BEAR|5.2.5.6|2006/08/10 12:51:28 PM
218.102.101.92:18545|||LIME|4.12.3|2006/08/10 12:51:37 PM
81.154.155.192:6346|||LIME|4.9.11|2006/08/10 12:52:03 PM
87.65.188.26:24759|||PHEX|2.8.10.98|2006/08/10 12:52:31 PM
80.192.179.78:14222|||LIME|4.10.9|2006/08/10 12:53:09 PM
65.30.105.220:6346|||LIME|4.9.29|2006/08/10 12:53:29 PM
172.143.137.71:16568|||LIME|4.12.4|2006/08/10 12:54:08 PM
86.218.28.75:29946|||LIME|4.12.3|2006/08/10 12:55:01 PM
60.234.100.53:20506|||PHEX|2.8.8.97|2006/08/10 12:55:34 PM
... [truncated, 844 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "hosts_gnutella.dat",
"description": "Source code file for hosts gnutella",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "49.8 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/data/hosts_gnutella.dat",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "C"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
📇 hosts_gnutella2.dat (C) 577 bytes 2024-08-08
Source code file for hosts gnutella2
| 81.153.115.24:62293|||MRPH|1.1.1.4|2006/08/10 01:28:54 PM
70.173.125.98:14451|||MRPH|1.1.1.4|2006/08/10 02:33:04 PM
68.20.5.189:6346|47||RAZA|2.1.0.0|2006/08/10 02:56:02 PM
70.177.197.165:7522|||MRPH|1.1.1.4|2006/08/10 03:07:54 PM
84.192.181.167:9242|||MESH|1.1.1.5|2006/08/10 03:17:15 PM
70.192.209.43:38109|||MRPH|1.1.1.4|2006/08/10 03:27:15 PM
84.209.236.229:1301|||MRPH|1.1.1.4|2006/08/10 03:27:39 PM
82.251.107.233:2600|||MRPH|1.1.1.4|2006/08/10 03:32:06 PM
24.40.142.39:31453|||MRPH|1.1.1.4|2006/08/10 03:40:12 PM
196.27.76.85:33389|||MRPH|1.1.1.4|2006/08/10 03:45:59 PM
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "hosts_gnutella2.dat",
"description": "Source code file for hosts gnutella2",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "577 bytes",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/data/hosts_gnutella2.dat",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "C"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
📇 runnig_since.dat (C) 22 bytes 2024-08-08
Source code file for runnig since
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "runnig_since.dat",
"description": "Source code file for runnig since",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "22 bytes",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/data/runnig_since.dat",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "C"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
stats/
(3 files) 📇 other_requests_hour.dat (C) 265.5 KB 2024-08-08
Source code file for other requests hour
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | 2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
2006/08/10 02:09 PM
... [truncated, 13545 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "other_requests_hour.dat",
"description": "Source code file for other requests hour",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "265.5 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/stats/other_requests_hour.dat",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "C"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
📇 requests.dat (C) 5 bytes 2024-08-08
Source code file for requests
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "requests.dat",
"description": "Source code file for requests",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "5 bytes",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/stats/requests.dat",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "C"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}
📇 update_requests_hour.dat (C) 20.0 KB 2024-08-08
Source code file for update requests hour
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | 2006/08/10 11:32 AM
2006/08/10 11:34 AM
2006/08/10 11:38 AM
2006/08/10 11:38 AM
2006/08/10 11:41 AM
2006/08/10 11:45 AM
2006/08/10 11:49 AM
2006/08/10 11:52 AM
2006/08/10 11:56 AM
2006/08/10 11:59 AM
2006/08/10 12:07 PM
2006/08/10 12:11 PM
2006/08/10 12:14 PM
2006/08/10 12:16 PM
2006/08/10 12:23 PM
2006/08/10 12:25 PM
2006/08/10 12:27 PM
2006/08/10 12:29 PM
2006/08/10 12:29 PM
2006/08/10 12:29 PM
2006/08/10 12:30 PM
2006/08/10 12:32 PM
2006/08/10 12:33 PM
2006/08/10 12:33 PM
2006/08/10 12:33 PM
2006/08/10 12:33 PM
2006/08/10 12:34 PM
2006/08/10 12:34 PM
2006/08/10 12:34 PM
2006/08/10 12:34 PM
2006/08/10 12:35 PM
2006/08/10 12:35 PM
2006/08/10 12:35 PM
2006/08/10 12:35 PM
2006/08/10 12:37 PM
2006/08/10 12:37 PM
2006/08/10 12:38 PM
2006/08/10 12:38 PM
2006/08/10 12:39 PM
2006/08/10 12:39 PM
2006/08/10 12:39 PM
2006/08/10 12:40 PM
2006/08/10 12:40 PM
2006/08/10 12:40 PM
2006/08/10 12:42 PM
2006/08/10 12:42 PM
2006/08/10 12:43 PM
2006/08/10 12:43 PM
2006/08/10 12:43 PM
2006/08/10 12:44 PM
... [truncated, 973 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "update_requests_hour.dat",
"description": "Source code file for update requests hour",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "20.0 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/stats/update_requests_hour.dat",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "C"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/Contrib/GWebCache/"
}