(adsbygoogle = window.adsbygoogle || []).push({});
Hey guys today im going to show you how to set up your own WAMP SERVER (WAMP – Windows, Apache, MySQL, PHP) so you can use the ps3 SCE_DEV files that ps3nemisis posted which is known as the Sony Computer Entertainment Developer Network (SCEDEV). The portal grants official Sony developing partners access to the latest Software Development Kits for the PlayStation 3 as well as other tools.
The group has only released the web page source code and they have not revealed if they have gained access to Sony's proprietary PS3 software tools. However, the release of the source code could lead to other hackers exploiting the web pages further...A wamp server is exactly what we need to use the ps3 SCE_DEV files.
THIS IS FOR DEVS SO SOME OF YOU MAY HAVE TROUBLE WITH SOME ASPECTS OF THIS TUT
This TUT is not a complete tut on how to exploit the SECDEV network using sec_dev files its just covering a few aspects of the process 1. that you need a server to do it and 2.you need the files i provided.......i will be updating this with more info about the exploit when i look into the process further.
This is basically the groundwork for us to further exploit the SECDEV network
The SCE_DEV files is basically the Sony network map and source code of their server
If you guys have any trouble setting this up just request a video TUT and i will be glad to make one
link for the ps3 sce_dev files-
You must login or register to view this content.
First. you need to download the wamp server from here-
You must login or register to view this content.
VIRUS SCAN-
You must login or register to view this content.
second. you need to start the wamp server installation. its gonna tell you to not install it over wampseerver 1.x just do it since you dont have a previous version of wamp server
You must login or register to view this content.
third.just follow the installer instructions and isntall wamp server
You must login or register to view this content.
Accept the terms and conditions
You must login or register to view this content.
Now choose where you want it to install
You must login or register to view this content.
Create a desktop icon if you want one
You must login or register to view this content.
Verify your settings are correct
You must login or register to view this content.
The installation process will begin
You must login or register to view this content.
You will get the above prompt to configure FireFox as your default browser for the WAMP Server if you would like, otherwise it will use Internet Explorer.
You must login or register to view this content.
This window will allow you to configure your server to forward any e-mail that your php creates to a proper server and e-mail account so that they will go to the right person once you are using it. If you don’t know these values or have the ability to use them, just leave them default.
You must login or register to view this content.
Once the server is running, you will see the above icon and the taskbar for the WAMP Server.
You must login or register to view this content.
The above menu is what you will get if you simply left-click once on the tray icon.
Now upload the PS3 SCE_DEV files provided to your new server and see where you can get
Localhost – This option simply open the webpage that is stored in the home directory (which is “C:\wamp\www\index.php” by default). You can also get to this page by typing “localhost” in your web browser, or by typing 127.0.0.1 in your web browser.
phpMyAdmin – This option will launch phpmyadmin (which can also be launched by going to
You must login or register to view this content. in your web browser. phpMyAdmin is a tool to manage, query, select, and browse your MySQL databases. It is php based and relatively simple to use.
SQLSiteManager – This launches a tool to create and delete entire databases. You use this to create the databases and use phpmyadmin to manipulate the data in them. This can also be access from
You must login or register to view this content. in your web browser.
www Directory – this will open the folder where your sites files are stored. These are the files that are called when you go to localhost.
Apache – This area has the configuration settings for Apache and will allow you to make configuration that you need to make to this service.
PHP – This area has the configuration settings for PHP and will allow you to make configuration that you need to make to this service.
MySQL – This area has the configuration settings for MySQL and will allow you to make configuration that you need to make to this service.
Then you also have the options to control the services and take the server on and off line.