Results 1 to 4 of 4

Thread: How do setup wrapping for PHP scripts?

  1. #1
    Join Date
    Nov 2009
    Posts
    76,596

    Default How do setup wrapping for PHP scripts?

    what a script wrapper is and why you need one, it's time to wrap your PHP enabled pages. The example I will give is for using php-cgiwrap (available only on pairNetworks sites at this time) and the Apache web server. You will have to check with your own hosting provider for information on how they implement script wrapping. Wrapping can be a very individual thing. However, many of the basic concepts apply to other environments.

    To enforce wrapping of scripts in a sub-directory of your web site, add these lines to your .htaccess file. They simply tell the web server to dynamically add a new MIME type for files having the .wphp extension. And for any such files requested, execute them by running them through the PHP interpreter, which is a CGI program in of itself written in C.



    Keywords: wrapping for PHP scripts,
    wrapper to run PHP,Secure PHP Download Script,PHP Limits Tutorial,

  2. #2
    Join Date
    Feb 2011
    Posts
    5

    Default

    thank you for data

  3. #3
    Join Date
    Aug 2011
    Posts
    5

    Default

    The effectiveness of your work greatly found on your work environment. For most go karts this will be the equilibrium point, or the point where the go kart will just stop climbing the hill.


    team building

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •