<?php $urlin = array( "'(?<!/)modules.php\?name=Bittorrent&page=([0-9]*)'", "'(?<!/)modules.php\?name=Bittorrent&file=details&id=([0-9]*)&hit=1'", "'(?<!/)modules.php\?name=Bittorrent&file=details&id=([0-9]*)&spytorrent=1#peers'", "'(?<!/)modules.php\?name=Bittorrent&file=mytorrents'", "'(?<!/)modules.php\?name=Bittorrent(?!&)'", "'(?<!/)modules.php\?name=Bittorrent&file=download&id=([0-9]*)'", "'(?<!/)modules.php\?name=Bittorrent&file=index_help'", "'(?<!/)modules.php\?name=Bittorrent&file=rulez'", "'(?<!/)modules.php\?name=Bittorrent&file=connection_help'", "'(?<!/)modules.php\?name=Bittorrent&file=upload_help'", "'(?<!/)modules.php\?name=Bittorrent&file=tutorial'", "'(?<!/)modules.php\?name=Bittorrent&file=details_help'", "'(?<!/)modules.php\?name=Bittorrent&file=upload'", "'(?<!/)modules.php\?name=Bittorrent&file=addcomment&id=([0-9]*)'", "'(?<!/)modules.php\?name=Bittorrent&file=takecomment'", "'(?<!/)modules.php\?name=Bittorrent&file=takeupload'", "'(?<!/)modules.php\?name=Bittorrent&file=takeuploadurl'", "'(?<!/)modules.php\?name=Bittorrent&file=details&id=([0-9]*)&viewcomm=([0-9]*)'", "'(?<!/)modules.php\?name=Bittorrent&file=index&op=search'", "'(?<!/)modules.php\?name=Bittorrent&file=grab'", "'(?<!/)modules.php\?name=Bittorrent&file=edit&id=([0-9]*)'", "'(?<!/)modules.php\?name=Bittorrent&file=details&id=([0-9]*)&uploaded=1'", "'(?<!/)modules.php\?name=Forums'" ); $urlout = array( "torrentpage\\1.html", "torrent\\1.html", "spytorrent\\1.html#peers", "mytorrents.html", "Bittorrent.html", "btdownload\\1.html", "bthelp.html", "btrulez.html", "btconnhelp.html", "btuphelp.html", "bttutorial.html", "btdethelp.html", "btupload.html", "btaddcomment\\1.html", "bttakecomment.html", "bttakeupload.html", "bttakeuploadurl.html", "btcomment\\1-\\2.html", "btsearch.html", "btgrab.html", "btedit\\1.html", "btuploaded-\\1.html", "forums.html" ); ?>