Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ok i have a licensing system
  2.  
  3. when the script is called i want it to read the license.php and if says
  4.  
  5. Array
  6. (
  7. [status] => Active
  8. [registeredname] =>
  9. [validdomain] => xxxx.co.uk,www.xxxx.co.uk
  10. [validip] => xxx.xxx.xxx.xxx
  11. [validdirectory] => /home/idarksid/public_html
  12. [checkdate] => 20120121
  13. [localkey] => 9tjIxITMwITMwIjI6gjOztjIlRXYkt2Ylh2YioTO6M3OiwWb0h2XjlGbiVHcvQWaztmchRWavUWbvh2L
  14. iojNyozc7ISey9GdjVmcpRGZpxWY2JiO0EjOztjIzQTMuAjNuIzMugzNxIiOzEjOztjIwlGZpxWY2JiO
  15. 3ozc7Iya15ybj5SZkl2crJXYklmL3d3dssWdu82YuUGZpN3ayFGZpJiO1MjOztjIulWYt9GZklGbhZnI
  16. 6ETM6M3OiAiI6EjOztjIl1WYuRWZyVGdzl2ZlJnI6QTM6M3OiUmdpR3YBJiO2ozc7Iyc1RXY0NnI6YjO
  17. ztnO2oTYd19d86a818d3d0b0cd6edcd5b7783406da436b463f443348006c5082f2123d22
  18. [remotecheck] => 1
  19. )
  20.  
  21.  
  22. i want the index to load as normal but if the file says
  23.  
  24. Array
  25. (
  26. [status] => Invalid
  27. [message] => IP Address Invalid
  28. [remotecheck] => 1
  29. )
  30.  
  31. i want the process to die
  32.  
  33. thanks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement