|
[ about ] [ news ] [ progress ] [ irc ] [ downloads ] [ howto ] [ mailing lists ] [ links ] [ developers ] [ Logo Gallery ] [ comments ] [ Credits ] |
$fr = fopen("files/CREDITS", "r"); while($line = fgets($fr, 2048)) { if(preg_match("/\", $line)) { $words = preg_split("/\", $line); $words[1] = preg_replace("/>/", "", $words[1]); print "$words[0] "; } else { $line = preg_replace("/http:\/\/(.*)/", "http://\\1", $line); print "$line "; } } fclose($fr); ?> |
|
Website Copyright (C) 1999,2000 contributors of the QuakeForge Project. View Additional Copyright and Trademark Acknowledgements |