Best Blackhat Forum

Full Version: [GET] Elitenetwork - Advanced Social Network Script [LATEST]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(02-09-2015 04:01 AM)mdarparvez Wrote: [ -> ]i'm having trouble with installing the Elitenetwork - Advanced Social Network Script.
after providing MySQL details when i click on "Check the SQL connection" nothings happening:
http://s1.postimg.org/pvsb5e1kf/Capture.png
and when i tried to proceed to the next step by pressing the enter key of my keyboard then it showing this:
http://s11.postimg.org/5hu8dl6w3/Capture1.png

can anyone help me with this?
in file system.install/index.php

find and change the code to fix the depeciated error
mysql_connect():
to
mysqli_connect():


as for the installation error ive not tried the script yet
(02-09-2015 11:43 AM)stuartmoseley Wrote: [ -> ]
(02-09-2015 04:01 AM)mdarparvez Wrote: [ -> ]i'm having trouble with installing the Elitenetwork - Advanced Social Network Script.
after providing MySQL details when i click on "Check the SQL connection" nothings happening:
http://s1.postimg.org/pvsb5e1kf/Capture.png
and when i tried to proceed to the next step by pressing the enter key of my keyboard then it showing this:
http://s11.postimg.org/5hu8dl6w3/Capture1.png

can anyone help me with this?
in file system.install/index.php

find and change the code to fix the depeciated error
mysql_connect():
to
mysqli_connect():


as for the installation error ive not tried the script yet
Thanks bro for the information.
Now it's showing this only "[font='Siyam Rupali']Couldn't connect to db. Did you change the SQL information?"[/font]
yeah i know, i dont know how to fix that issue
i was able to install it and was getting syntax errors .
i can fix the syntax issues if you let me know how you managed to install
tell us how u manged to install
I just did a manual setup. I fixed the syntax errors but if you dont know how to do that. switch to PHP 5.3 wich still properly uses the deprecated functions.

Install the database and then change the configuration manually
(02-13-2015 06:02 PM)sandbox2 Wrote: [ -> ]I just did a manual setup. I fixed the syntax errors but if you dont know how to do that. switch to PHP 5.3 wich still properly uses the deprecated functions.

Install the database and then change the configuration manually
plz tell me how to solve this?
http://s24.postimg.org/aapmzzvl0/Capture.jpg
Hey guys why don't u use this it is nice opensourcesocialnetwork.org
(02-09-2015 04:01 AM)mdarparvez Wrote: [ -> ]i'm having trouble with installing the Elitenetwork - Advanced Social Network Script.
after providing MySQL details when i click on "Check the SQL connection" nothings happening:
http://s1.postimg.org/pvsb5e1kf/Capture.png
and when i tried to proceed to the next step by pressing the enter key of my keyboard then it showing this:
http://s11.postimg.org/5hu8dl6w3/Capture1.png

can anyone help me with this?
Seemingly this script use mysql extension, and your PHP version is 5.5x. As we know, PHP deprecate the mysql extension on version 5.5x ... Ref: http://php.net/manual/en/migration55.deprecated.php

Hope can help ...
Pages: 1 2 3
Reference URL's