script ini sama persis dengan buatan script4***profit.com (juga pernah di posting 1000null.co.cc) �hanya tampilan nya yang berbeda dan cara install, untuk membuat tabel di lakukan secara manual dengan mengimpor file.sql yang telah disediakan melalui phpmyadmin
nXn Matrix HYIP System V1.2
—————————————-
This is the installation guide�of script to your server.
To customize the look of your script, open the files with the extension .html in templates directory
and edit them.
Requirements :
————–
1. A webserver with php 4.3 or higher (If you’re curious about what version you have, run the phpinfo.php script which comes with this release)
2. CURL must be installed and be compiled into PHP
3. MySQL
4. You must have sendmail or Smtp installed
Notes :
——-
This script use a $_SESSION (session) for all parameters, so you need create a new session in your web browser or perform a logout for
any changes are lodaed.
Installation :
————–
1. Download the script and unzip the file
2. Configure and set parameters in your config_inc.php
3. Upload the contents of the zip file to your server
4. Create database and import tabel structure from file called db.sql.zip
5. CHMOD “cron” folder and all files under it to 755 (0755 or r-x-r-x-r-x)
6. Login to Control Panel (http://yourdomain.com/admin) username: admin, password: 123456
Cron Job :
———-
Run all scripts in your “cron” directory!
1. del_ads.php (to delete expiired ads in your classifieds) -> Run every day (once a day)
2. sendmails.php (to send auto follow up messages) -> Run every day (once a day)
3. set_exp.php (to set expired membership) -> Run every day (once a day)
Accepting Payment :
——————–
This program offer multi-payment support!
Currenty available for e-gold and bank transfer.
Payment settings are available at “payments/” directory.
Please edit these files by the wanted setting:
- pay_egold.php
- pay_bank.php
IPN (Instant Payment Notification ) System :
——————————————–
All IPN scripts are located at “payments/” directory.
Please edit these files by the wanted setting:
- egold_ipn.php
Language :
———–
This program offer multi-language support.
#— Text Language (Translation)
———————————
For each language a translation files are located in ‘includes/lang/’ directory.
The filename has the following format : LANG.php) where LANG is the language
name :
� ‘af’, // afrikaans.
� ‘ar’, // arabic.
� ‘bg’, // bulgarian.
� ‘ca’, // catalan.
� ‘cs’, // czech.
� ‘da’, // danish.
� ‘de’, // german.
� ‘el’, // greek.
� ‘en’, // english.
� ‘es’, // spanish.
� ‘et’, // estonian.
� ‘fi’, // finnish.
� ‘fr’, // french.
� ‘gl’, // galician.
� ‘he’, // hebrew.
� ‘hi’, // hindi.
� ‘hr’, // croatian.
� ‘hu’, // hungarian.
� ‘id’, // indonesian.
� ‘it’, // italian.
� ‘ja’, // japanese.
� ‘ko’, // korean.
� ‘ka’, // georgian.
� ‘lt’, // lithuanian.
� ‘lv’, // latvian.
� ‘ms’, // malay.
� ‘nl’, // dutch.
� ‘no’, // norwegian.
� ‘pl’, // polish.
� ‘pt’, // portuguese.
� ‘ro’, // romanian.
� ‘ru’, // russian.
� ’sk’, // slovak.
� ’sl’, // slovenian.
� ’sq’, // albanian.
� ’sr’, // serbian.
� ’sv’, // swedish.
� ‘th’, // thai.
� ‘tr’, // turkish.
� ‘uk’, // ukrainian.
‘zh’ // chinese.
This program automatically parse this folder to find available languages.
To create a new language file, follow theses instructions :
1. Do a copy of lang_template.php file, with the name LANG.php,
where ‘LANG’ is the name of the lang (for example: af (afrikaans), en (english), …)
2. Translate all the english sentences by the wanted language sentences.
3. Save the file.
#— Template Language
———————————
Translation templates are located in ‘theme/’ directory.
To create a new template, follow theses instructions :
1. Do a copy of folder “template” and all files under it, with the name “LANG”,
where ‘LANG’ is the name of the lang (for example: af (afrikaans), en (english), …)
2. Translate all the english sentences by the wanted language sentences.
3. Save the files.
4. Add your new language in “page_index.html” and all others html/template files.