Jump to content

How can I encrypt the PHP source code?


mesh2005

Recommended Posts

I guess that means code like this only works on your own server:

<?php
$lines = file('http://www.somesite.com/');
foreach ($lines as $line_num => $line) {
    echo "Line #<b>{$line_num}</b> : " . htmlspecialchars($line) . "<br />\n";
}
?> 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.