PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Romeu Gamelas   UnTor   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example usage
Class: UnTor
Block users to access from a network using TOR
Author: By
Last change:
Date: 6 years ago
Size: 261 bytes
 

Contents

Class file image Download
<?php
require("untor.class.php");
$tor = new untor();
?>
<!DOCTYPE html>
    <html>
        <head>
            <title>Alright</title>
        </head>
        <body>
            <h1>OK!</h1>
            <p>If you are seeing this page, it means you are not using a TOR proxy.</p>
        </body>
    </html>