|
|
|
Too Much Media Knowledge Base
.: NATS
.: Programming for and Extending NATS
|
Programming for and Extending NATS
Information for anyone who wants to write addons to NATS or needs related information.
Subcategories
|
Smarty Variables (2)
Information on smarty variables available to nats templates
|
|
|
The NATS API (10)
NATS v2.0 now comes with a full extension API to easily add your own features to NATS. This fast growing section explains many ways to extend the system
|
|
Articles
|
Adding new sections to NATS.
Sometimes you might be in need of adding a section to either the NATS reseller area or even to the admin. The two code snippets below show you...
(No rating)
02-10-2005
Views: 8618
|
|
Apache 2.0 / .htaccess change
Most .htaccess files are set with these lines:<Files track>SetHandler application/x-httpd-php</Files>For some apache 2.0 installs you...
(No rating)
03-23-2005
Views: 2513
|
|
Can I add stats to the members pages?
You can use quick_stats.php to add stats to a page in your system. This is included with your system but you'll have to set up a script to call...
   
06-01-2005
Views: 7282
|
|
Fixing a missing captcha image
Please check that your server has both GD and Freetype2 installed and that GD has freetype support. This is the most common cause of a broken...
(No rating)
04-14-2006
Views: 3828
|
|
Fixing the Admin Overview graphs
If your graphs are missing from the top of your Admin overview page follow these steps to troubleshoot.Right click on the red X and select...
(No rating)
04-14-2006
Views: 3142
|
|
General coding guidelines.
For security reasons all input variables coming from surfers ($_REQUEST, $_GET, $_POST, $_COOKIE) are HTML Entity encoded. This means all...
(No rating)
05-30-2005
Views: 3237
|
|
How do I make my pages PHP parsable?
In your server's httpd.conf file look for this line:AddType application/x-httpd-php At the end you add .php .php3 .html .htm and this...
   
04-08-2005
Views: 3769
|
|
How long does the Reseller Cookie last?
The default cookie holding reseller identification is stored for 10 days. You can change that setting by editing config.php in nats/includes and...
   
02-15-2005
Views: 11487
|
|
NATS Directory Structure
The directories listed below hold data that might interest to you.www - Holds the actual scripts in charge for doing anything NATS does. This is...
(No rating)
02-10-2005
Views: 5259
|
|
Protecting certain data in templates.
NATS allows you to protect certain aspects of the NATS Admin through the Resellers Admin access settings. All of them are built into NATS directly...
(No rating)
08-08-2005
Views: 3705
|
|
Registering Sales from Shopping Carts
This is a NATS v2 feature!NATS can register a sale from a shopping cart by using the process_shop.php script located in /signup/. To use it you...
   
04-26-2005
Views: 4020
|
|
|