70.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

11-28-2013, 01:28 PM
Post: #11
RE:
please tell file Country
[Image: 719875321.jpg]
11-28-2013, 01:32 PM
Post: #12
RE:
please tell file Country
11-28-2013, 01:33 PM
Post: #13
RE:
please tell file Country
11-28-2013, 03:32 PM
Post: #14
RE:
@Jhonson i salute your effort very very thanx bro
11-28-2013, 07:26 PM
Post: #15
RE:
first thanks for script . BUT:

what is the Verification code ?? everytime i get Invalid verification code.

thanks for answer.
65.gif
11-29-2013, 01:19 AM
Post: #16
RE:
correction of some errors (distraction):

1) customer access to the admin panel

Code:
edit the file members.php in /admin/sources (lines 37-38)

replace the following code

// header ("location:". $ settings ['site_url']);
header ("location: http://website.mlmpro");

with

header ("location:". $ settings ['site_url']);
// header ("location: http://website.mlmpro");

2) verification code in the admin panel

Code:
replace the following string in file "db_mysql.sql":

info@website.mlmpro

with

your email

and require the verification code that the script will send to your email

(this error because the script checks the IP address for the administrator that is definitely different from the one entered in the SQL file)
11-29-2013, 01:46 AM
Post: #17
RE:
enter the following info in the db sql:

Code:
INSERT INTO `statistics` (`field`, `value`) VALUES
('deposit', '0.00'),
('cashout', '0.00'),
('last_check', '1000000000'),
('members', '0'),
('members_today', '0');

after this, run "repair statistics" from the admin menu

regards,
JJ

p.s.
for those who have problems with the list of countries, you must import the database correctly:
verify the presence of the information in the table "ip2nationCountries"
11-29-2013, 12:43 PM
Post: #18
RE:
how to verify it? could you please screen shot the example? thanks
11-29-2013, 01:23 PM
Post: #19
RE:
I did but was reported... help

403 Forbidden
Access to this resource on the server is denied!
11-29-2013, 01:26 PM
Post: #20
RE:
(11-28-2013 03:19 AM)Jhonson Wrote:  
(11-28-2013 02:46 AM)sspences88 Wrote:  @Jhonson many many thanx to you for your this effort i download it and upload it as u mention but it is not working for me :( can you explain with details here how i upload it in right way and this work for me?


follow these instructions:

edit the file "db_mysql.sql" and change the following line:
('site_url', 'http://website.mlmpro/'),
with
('site_url', 'http:// your website /'),

after you read the file readme-fisrt.txt to upload php files and database file to the server.

p.s.
the file ".sql" can also be imported from phpmyadmin after creating the database in utf-8 or can be imported from the command line (depending on the type of access you have to the server)

regards,
JJ
thanks for your job, jj.
I change the url. now the second part
" N.B.
to avoid errors:
- chmod "777" to directories
- chmod "755" to the php files
- chmod "755" in the main directory (ex. htdocs)


P.S.
- the script (in this modified version)
"
i dont know how to change this value, could you please be kind to guide? thanks
69.gif




51.gif