+ Reply to Thread
Results 1 to 2 of 2

Thread: Output to external script

  1. Join Date
    Jan 2005
    Posts
    4

    Output to external script

    Hi
    Just one more question (hopefully)! I have your script up and running and am now trying to build a shopping cart around it. Is there any way to get your script to pass the price of the domain to an external script as well as the domain name and tld?

  2. Join Date
    Aug 2004
    Posts
    781

    Output to external script

    Yes, look at $CONF['external_script_url'] config value and $CONF['external_domain_format'] and $CONF['external_ext_format'] values.

    The default name of the variables passed in are domain and ext. These can be changed as well by editing the template in the template.php file.

    external-script-example.php includes more detailed information.

+ Reply to Thread

Posting Permissions

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