PowerScript / facebrok

Social Engineering Tool Oriented to facebook
http://sourceforge.net/projects/facebrok/
53 stars 39 forks source link

Installation problem #1

Closed pedrodj closed 8 years ago

pedrodj commented 9 years ago

Hi Redtoor,

I'm trying to install the script, specified all SQL parameters but

"The requested URL /facebrok/croak/install/startgame was not found on this server."

file startgame.php is presente on the server: any suggestion?

Thank you

Regards

RedToor commented 9 years ago

The potential problem is the .htaccess file, the server interprets the file without extension well (.php) and continues executing tasks.

the solution is to edit the file croak/install/install.php line 13 action = "startGame" by action = "startgame.php"

try this and tell me how it go. Greetings.