[www] r786 - trunk/packs.matroska.org/data

[email protected]
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2004-11-16 18:24:03 +0300 (Tue, 16 Nov 2004)
New Revision: 786

Added:
   trunk/packs.matroska.org/data/helper.php
Removed:
   trunk/packs.matroska.org/data/links.txt
Modified:
   trunk/packs.matroska.org/data/download.php
   trunk/packs.matroska.org/data/index.php.de
   trunk/packs.matroska.org/data/index.php.en
   trunk/packs.matroska.org/data/index.php.fr
   trunk/packs.matroska.org/data/index.php.nl
   trunk/packs.matroska.org/data/index.php.pt
   trunk/packs.matroska.org/data/ircstats.php
Log:
links.txt is now called helper.php (make more sense this way)

Modified: trunk/packs.matroska.org/data/download.php
===================================================================
--- trunk/packs.matroska.org/data/download.php	2004-11-11 18:07:07 UTC (rev 785)
+++ trunk/packs.matroska.org/data/download.php	2004-11-16 15:24:03 UTC (rev 786)
@@ -3,7 +3,7 @@
 $logfilename = "logs.txt";
 
 // get the list of File/Location pairs
-include("links.txt");
+include("helper.php");
 
 if (($links <> "") && isset($_REQUEST["ver"]) && isset($_REQUEST["id"]))
 {

Copied: trunk/packs.matroska.org/data/helper.php (from rev 785, trunk/packs.matroska.org/data/links.txt)

Modified: trunk/packs.matroska.org/data/index.php.de
===================================================================
--- trunk/packs.matroska.org/data/index.php.de	2004-11-11 18:07:07 UTC (rev 785)
+++ trunk/packs.matroska.org/data/index.php.de	2004-11-16 15:24:03 UTC (rev 786)
@@ -1,5 +1,5 @@
 <?php
-	include("links.txt");
+	include("helper.php");
 	$download = unserialize(safe_read_file('logs.txt'));
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

Modified: trunk/packs.matroska.org/data/index.php.en
===================================================================
--- trunk/packs.matroska.org/data/index.php.en	2004-11-11 18:07:07 UTC (rev 785)
+++ trunk/packs.matroska.org/data/index.php.en	2004-11-16 15:24:03 UTC (rev 786)
@@ -1,5 +1,5 @@
 <?php	
-	include("links.txt");
+	include("helper.php");
 	$download = unserialize(safe_read_file('logs.txt'));
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

Modified: trunk/packs.matroska.org/data/index.php.fr
===================================================================
--- trunk/packs.matroska.org/data/index.php.fr	2004-11-11 18:07:07 UTC (rev 785)
+++ trunk/packs.matroska.org/data/index.php.fr	2004-11-16 15:24:03 UTC (rev 786)
@@ -1,5 +1,5 @@
 <?php
-	include("links.txt");
+	include("helper.php");
 	$download = unserialize(safe_read_file('logs.txt'));
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

Modified: trunk/packs.matroska.org/data/index.php.nl
===================================================================
--- trunk/packs.matroska.org/data/index.php.nl	2004-11-11 18:07:07 UTC (rev 785)
+++ trunk/packs.matroska.org/data/index.php.nl	2004-11-16 15:24:03 UTC (rev 786)
@@ -1,5 +1,5 @@
 <?php	
-	include("links.txt");
+	include("helper.php");
 	$download = unserialize(safe_read_file('logs.txt'));
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

Modified: trunk/packs.matroska.org/data/index.php.pt
===================================================================
--- trunk/packs.matroska.org/data/index.php.pt	2004-11-11 18:07:07 UTC (rev 785)
+++ trunk/packs.matroska.org/data/index.php.pt	2004-11-16 15:24:03 UTC (rev 786)
@@ -1,5 +1,5 @@
 <?php
-	include("links.txt");
+	include("helper.php");
 	$download = unserialize(safe_read_file('logs.txt'));
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

Modified: trunk/packs.matroska.org/data/ircstats.php
===================================================================
--- trunk/packs.matroska.org/data/ircstats.php	2004-11-11 18:07:07 UTC (rev 785)
+++ trunk/packs.matroska.org/data/ircstats.php	2004-11-16 15:24:03 UTC (rev 786)
@@ -3,7 +3,7 @@
 header("Content-Type: text/plain");
 
 $logfilename = "logs.txt";
-include("links.txt");
+include("helper.php");
 $download = unserialize(safe_read_file($logfilename));
 
 $totalcount = 0;

Deleted: trunk/packs.matroska.org/data/links.txt
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.