11-28-2013, 01:28 PM
11-28-2013, 01:32 PM
please tell file Country
11-28-2013, 01:33 PM
please tell file Country
11-28-2013, 03:32 PM
@Jhonson i salute your effort very very thanx bro
11-28-2013, 07:26 PM
first thanks for script . BUT:
what is the Verification code ?? everytime i get Invalid verification code.
thanks for answer.
what is the Verification code ?? everytime i get Invalid verification code.
thanks for answer.
11-29-2013, 01:19 AM
correction of some errors (distraction):
1) customer access to the admin panel
2) verification code in the admin panel
(this error because the script checks the IP address for the administrator that is definitely different from the one entered in the SQL file)
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
enter the following info in the db sql:
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"
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
how to verify it? could you please screen shot the example? thanks
11-29-2013, 01:23 PM
I did but was reported... help
403 Forbidden
Access to this resource on the server is denied!
403 Forbidden
Access to this resource on the server is denied!
11-29-2013, 01:26 PM
(11-28-2013 03:19 AM)Jhonson Wrote: [ -> ]thanks for your job, jj.(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
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