Advertisement
Guest User

Ioncube wrapper

a guest
Nov 2nd, 2011
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1. <?php
  2. $domain = "www.domain.com";//this is a test, i will get this data from the members, through a form
  3. $domain = str_ireplace("www.", "", $domain);
  4. $command = "./make_license --passphrase mypassword --allowed-server ".str_replace("'", "", escapeshellarg($domain)).",".
  5. str_replace("'", "",escapeshellarg("www.".$domain));
  6. passthru($command,$output);
  7. ?>
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement