برامج

أنا أمتلك سكربات موقع أستثماري(hyip)وأريدالمساعده لتحميله على السيرفر وتكون شريك معي [الأرشيف] - برامج نت

المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : أنا أمتلك سكربات موقع أستثماري(hyip)وأريدالمساعده لتحميله على السيرفر وتكون شريك معي


wwoww
05-01-2007, 05:05 PM
أنا أمتلك سكربت لموقع أستثماري(hyip) لكن لا أستطيع تحميله على السيرفر أرجو لمن له الخبره أن يساعدني على تحميل هذا الموقع على السيرفر وسوف يكون شريك معي في الموقع
لكي نكسب الكثير من الاموال
هل يمكن تحميله على أستضافه مجانيه؟
الايميل الخاص بي
sawaky16@yahoo.com

أو أرسل لي رساله خاصه أذا تريد المساعده على الايميل الخاص بالمنتدى






ولتسهيل عليك هذه هي الطريقه

------------------------------------------------------
1. INSTALLATION GUIDE
------------------------------------------------------

1.1 SYSTEM REQUIREMENT
. HYIPE must be installed on any web server that supports PHP4.0 or higher with at least
one MySQL3.2 or higher database connection.
. If you want to make mass payment, your hosting server must support cURL Perl (Read 2.4 below)
. HYIPE runs on any web browser that supports Java ****** 1.0 or higher and
Cascade Style Sheet markup language.

1.2 UPLOADING PACKAGE
. Unzip your HYIPE package into any folder on your local machine with default path setting.
. Modify the following files as needed:
- [dbconnect.inc.php]: Required
The main parameters for MySQL database server accessing.
- [var.main.inc.php]: Required
The main parameters of your website and your account to receive money.
- [../languages/english.inc.php]: Optional
This file contain all the texts that appear on your pages. See point [2.4]
MULTILANGUAGE SYSTEM below for more info about how to setup favourite language.
- [var.layout.inc.php]: Optional
The main parameters for your website layout such as number of lines in listings.
- [style.css]: Optional
The html style (font, color, background etc.) can be customized through this file.
. Upload all sub-folders with their contents to a working folder on your web server using
any FTP software. If you have no FTP software, please download for free at www.coffeecup.com
. Do not modify anything if you are not sure about it.

1.3 SETTING-UP DATABASE (After uploading)
. To setup MySQL database on your server, please goto this url:
http://www.yourdomain.com/db/install.php
. Then you must enter:
- MySQL Host Name (maybe "localhost")
- MySQL User Login
- User Password
- Database Name (You can create new one or use an existing database)
. You can contact your Hosting Services Provider to get above parameters.
. After all, click "Start".
. If any error occurs, lets do again, note then you must check "Delete existing data" checkbox.
. After installation, you should delete file [../db/dump.sql] from your server.

1.4 CUSTOMIZING LAYOUT (Optional before uploading)
. Please read again point [1.2] for customizing your website.
. You can modify the files [rules.inc.php] and [faq.inc.php] as required by your business.
. The logo and other pictures in [../images] folder can be modified too.
. You should create new GIF files named [bannerX.gif] into [../images] folder.
These GIFs will be used for referal links on member/affiliate site.

1.5 TESTING PAYMENT (After uploading)
. You must signup as a member, then try to deposit some money.
. Check your Egold/Intgold account for sure that money have been properly sent.

1.6 PROTECTING FROM FRAUD DEPOSITS (Before uploading)
. To protect yourself from fraud deposits, you must set Egold Alternative Passphrase (Egold)
and Intgold Verification Password as well as Intgold Post URL (Intgold) via your account area
on Egold/Intgold sites.
. Modify following variables in the file [var.main.inc.php] before uploading:
$def_secret_alternate_pass = "XXXX"; //Configure on Egold panel
$def_secret_ig_verify_pass = "XXXX"; //Configure on Intgold panel
$def_ig_post_url_num = "1"; //Use the 1st POSTURL that defined on Intgold
. If you have any further question, please contact sales@ecomstudio.net for full support.

1.7 RE-CONFIGURE INVESTMENT PLANS
. If you want to launch other investment plans than default Daily ones, please contact
sales@ecomstudio.net for full specs.

------------------------------------------------------
2. USER GUIDE
------------------------------------------------------

2.1 SIGNUP ROUTINE
User/Member name must contain at least 3 characters.
Password must contain at least 5 characters.
Email is required for any user.
Egold/Intgold account name is not required.

2.2 MEMBER AREA
. It is very easy to access member area.
. You can update the files [rules.inc.php] and [faq.inc.php] to help your Users/Members.
. Alternate Password is used for withdrawing procedures to protect user account from fraudulent
activities. Alternate Password is set through signup form and can not be changed or retrieved.
You can disable Alternate Password system if you think this fits your site.
. You can allow or not the users to withdraw their investment principal with certain fee at any
time. Default rate is 30%.
. You can also allow or not the users to make automated withdrawal directly to their e-gold account.

2.3 ADMIN AREA
. The default Admin login is
User Name: admin
Password: 123456
. Admin logs into his panel as normal member, the panel will be showed in different way.
. You must change Admin Password right after installation.

2.4 MULTILANGUAGE SYSTEM
. If you decide to use only English layout on your site, ignore this point.
. HYIPE packages 2.6RM and higher provide you capability to setup any language besides English
for all pages. Below is an example:
. If you want to add Italian version to your site, just simply copy file [english.inc.php] in
folder [../languages] to [italian.inc.php]. Note to use lowercase on filename because some web
servers might not recognize the new file. Then, you have to translate all English variables in
this file to Italian. Now on main menu Italian option will be showed. Sorry we can only launch
ready-built Spanish/French system by the end of this year.
. After having above [italian.inc.php], you can change your default layout from English to
Italian by modifying the following variable in file [var.language.inc.php]:
$def_language = "english";
to
$def_language = "italian";
. Dont forget to upload the new [italian.inc.php] to folder [../languages] on your server.

2.5 TURING ENGINE
. Turing engine also is supported for HYIPE 2.5RM SP1 and higher. Your server must have GD
Graphic Library installed for PHP4 to make turing engine to work properly. If not, you can
disable this feature by modifying of following variables in file [var.main.inc.php]:
$def_login_turing_enable = true; //Enable Turing engine on Login
$def_support_turing_enable = true; //Enable Turing engine on Support
to be:
$def_login_turing_enable = false;
$def_support_turing_enable = false;

2.6 MASS PAYMENT (For Egold only)
. HYIPE auto-payment system uses the free tool cURL (see http://curl.haxx.se/) to perform
form posts to the Egold URLs.
. Please read README.HTM in [../masspay] folder before make mass payment.
. When a member make withdrawal request, his request is set pending, and an email will be
sent to Admin automatically.
. To make mass pay, the Admin must login, choose Payout Money on menu panel, and from pending
list, Admin check the appropriate checkboxes, then click Pay (Header of last column of list).
. Enter Egold Account and Passphrase, then click "Go" in a new opened window. Thats all.

2.7 AUTO PAYMENT (For Egold only)
. Same as MASS PAYMENT term. You must have two egold account: one is for receiving deposits,
the other is for auto-payment to your investors when they want to withdraw their money
instantly. The second egold account password is kept in [var.main.inc.php]. Please be
carefull on trying this feature, or you can lose your gold.
. You can disable these feature by modifying file [var.main.inc.php] as said above.

2.8 CRON JOB
HYIPE is the only one Hyip application that does not require Cron Job setting.

01msn
05-01-2007, 11:07 PM
نعم أخي يمكنك رفعه بكل سهولة عبر ال ftp.