PS3 [UPDATE 2 (v0.33)} PS3 Game Manager : A new Alternative to Loading Games

Update: Bug fix v0.32 has been released, the developer request that v0.30 user's update as there was a bug discovered.(see update tab)/ Update 2: A bug was squashed and version v0.33 is now available (See "Update 2" tab for additional details) Update 3: (see Update 3 tab for additional details)


Developer Francesco Fazio has a new release for PS3 Custom Firmware user's with the release of PS3 Game Manager v0.30 (Beta). PS3GM is in the developer words "a completely new and revolutionary managers for the Playstation 3", time will tell if user's agree with that assessment. Using PHP and Javascript the software provides a "LAMP environment" some remote features using webMAN's API but while adding several other features in what the developer ambitiously describes as 'administration of your games and your console a completely new experience", Checkout full project details and view a Live Demo of this release in action..

What do you think of this release? Let us know in the comments below..


ps3gamemanager.JPG

  • Hello to all,

    I am the developer of PS3 New Game Manager and are happy to announce I finished all operations on the code, and I completed the documentation thus making 'the software now available for download.

    E 'gives me great pleasure to contribute to the community' PS3 with my application and I am sure that like me you will find it really useful.

    PS3 Games Manager v0:30 (beta), is a completely new and revolutionary managers for the Playstation 3.

    The software written in PHP and Javascript contains a number of new features that will make the 'administration of your games and your console a completely new experience
    1.gif


    You can visit the website to 'address http://ps3-demo.fazionet.com/ .

    On the site and 'you can also use the demo software and test its functions.

    PS3 Game Manager and 'available for download on GitHub, find the link on the download page on the site.

    Please let me know what you think and open requests for evenutali bugs or problems with l 'installation.

    Thanks so much,

    Francesco Fazio

  • PS3 Game Manager v0.30 (BETA)
    via ReadMe

    :
    "PS3 Games Manager version 0.30 (beta) is a totally new and revolutionary manager application for the Playstation 3, that features a lot of new functions and makes managing your games a totally new experience.

    The software is written in PHP and Javascript, runs on Apache webserver (or any other webserver supporting PHP and running on Linux) and uses Webman APIs to control the PS3 remotely from any computer browser and any mobile device.

    It completely eliminates the need to use Webman or Multiman with the joypad to launch games from the PS3 itself.

    A version that will be able to run on a Windows webserver supporting PHP will be also released soon."



  • A brief list of the features is:
    • Automatic recognition of the game ISO fle and automatic download of the CD cover and all the game details from Metacritic (Game name, Release date, Score, Description, Publisher, Developer, Category)
    • Very nice web graphic interface and extremely easy to use.
    • Launch and Umount games straight from the web interface.
    • Reboot and Shutdown the PS3 from the web interface.
    • Enable disable game data for external USB drive connected to the PS3.
    • Monitors and displays CPU temp, Internal PS3 hd free space, USB external PS3 hd free space, Total number of games ISOs added.
    • Automatically keeps track of every time you play a game and counts the times adding a IOS style badge to the CD cover displayed on the web page search results.
    • Ajax js interface to search for game name, description, category, publisher, developer in real time.
    • Order results by Metacritic Score, Last played Games, Date Added Games, Games Never Played Yet, Name and Random selection.
    • Easy configuration and installation.
    • Voice recognition (English only so far).
    • Lots more features to come.

  • Requirements:
    • LAMP environment (Linux+MySQL+Apache+PHP) in a VM or on a real machine.
    • Network share folder containing the PS3 ISO files and PS3Netsrv++ to share the files with the PS3.
    • PS3 modded and Webman installed.
    • PS3 accessible via the internal network.
    • A lot of joy of playing :)

  • HOW TO INSTALL PS3 MANAGER

    [ PLAYSTATION 3 ]

    • Install WebMan on the PS3 (tested on version 1.43.16).
    • Enable the PS3MAPI from webMan setup settings.
    • Configure webMan under Setup to use the network share that we will share later:



      Change IP to the IP Address of the machine running PS3NetSrv++ and sharing the ISOs files to the PS3.

    [ LINUX WEB SERVER ]
    Install PS3NetSrv++:
    • Follow the steps to compile it that are on the website on GitHub and share the directory that contains the PS3 ISOs files.
    • Once the PS3NetSrv++ is installed launch it like follows: For example I run PS3NetSrv++ from the command line like that:
      Code:
      root@linuxbox:~# ./ps3netsrv-- /path/to/your/ps3/games/PS3/ &
    • The typical structure of a directory to be used by PS3NetSrv++ is:
      • drwxrwxrwx 2 99 nogroup 4096 Feb 7 03:12 BDISO
      • drwxrwxrwx 2 99 nogroup 4096 Feb 7 03:12 DVDISO
      • drwxrwxrwx 2 99 nogroup 4096 Feb 7 03:12 GAMES
      • drwxrwxrwx 2 99 nogroup 4096 Feb 7 03:12 MUSIC
      • drwxrwxrwx 2 99 nogroup 4096 Feb 7 03:12 PICTURE
      • drwxrwxrwx 2 99 nogroup 4096 Feb 7 03:13 PKG
      • drwxrwxrwx 2 99 nogroup 4096 Apr 6 12:05 PS2ISO
      • drwxrwxrwx 2 99 nogroup 81920 Jun 22 09:02 PS3ISO
        Where PS3ISO is the directory containing the PS3 Games ISOs files.
    • When creating the Games ISOs for the PS ISO Tools remember the format for the ISO file to be used by PS3 Manager is like the following example:
      • YAKUZA_3_[BLES00834].iso
    • Dont use spaces in the game name and leave the unique game code (for example [BLES00834]) inside the square brackets. This is will be used by the scripts that you will add to the crontab to recognize the game and to download cover image and all the game details from Metacritic.
    *** VERY IMPORTANT ***
    • The directory containing the ISOs must be accessible in reading and writing by PS3 Manager. In order to do this issue the following command:
      Code:
      root@linuxbox:~# ln -s /path/to/isos/files/PS3/PS3ISO /path/to/www/ps3-manager/html/covers
      
      root@linuxbox:~# chmod -R 755 /path/to/isos/files/PS3/PS3ISO
    Unzip the PS3 Manager package from GitHub into your web directory:
    • Edit the file config.php as it follows:
      Code:
      // PS3 IP ADDRESS (Put the LAN IP Address of your PS3)
      $ps3_ip = "PS3_IP_ADDRESS";
      
      // PS3 SHARE WHERE THE ISOs ARE (shared also with PS3NetSrv++)
      $ps3_folder = "/path/to/isos/files/PS3/PS3ISO";
      
      // FORCE EXTERNAL GAME DATA OR DISABLE IT
      // Enable it only if you have an external USB drive connected to the PS3 that you use to install the GameData files.
      // Default is "N".
      $game_data_force = "N";
      
      // WWW LOCAL PATH (The WWW path where your PS3 Manager files are)
      $local_path = "/path//to/www/ps3-manager/html";
      Edit the file mysql_conf.php as it follows:
      Code:
      // MYSQL Server Details
      $mysql_host = "MYSQL_SERVER_IP";
      $mysql_user = "MYSQL_USER";
      $mysql_password = "MYSQL_PASSWORD";
      $mysql_db = "ps3-games"; <---- change this only if you want to call the database in a different way
    Creating the MYSQL database:
    • The MySQL server can be installed on the same box or in another box reachable by your web server.
    • I suggest (not required) also the installation of PHPMyAdmin. This is in case you might need to correct a game record in the database when something did not work the way you want.
    • You will find the file ps3-games.sql inside the directory "sql".
    • Import the sql file with the following command:
      Code:
      root@linuxbox:~# mysqldump -h MYSQL_SERVER_IP -u USER -pPASSWORD ps3-games < ps3-games.sql
    Installing Crontabs.
    • In order to run automatic commands and to add automatically a new game present in the ISOs PS3 Manager needs to have the following crons added to the linux box.
      Issue the following command:
      Code:
      root@linuxbox:~# crontab -e
      Once it is opened edit the following lines on a text editor and paste into it:
      Code:
      */2 * * * * /usr/bin/php /path/to/www/ps3-manager/html/covers_resize.php > /dev/null 2>&1 
      */2 * * * * /usr/bin/php /path/to/www/ps3-manager/html/covers_downloader.php > /dev/null 2>&1 
      */2 * * * * /usr/bin/php /path/to/www/ps3-manager/html/sql_import.php > /dev/null 2>&1 
      */5 * * * * /usr/bin/php /path/to/www/ps3-manager/html/ps3_status_checker.php > /dev/null 2>&1 
      */10 * * * * /usr/bin/perl -le 'map { $sum += -s } @ARGV; print $sum' -- /path/to/isos/files/PS3/PS3ISO/*.iso > /path/to/www/ps3-manager/html/glob_iso_size.txt 2>&1 
      */2 * * * * /usr/bin/php /path/to/www/ps3-manager/html/date_conv.php > /dev/null 2>&1
    Go to your http://ps3-manager-host/ and start adding ISOs files to the shared directory.

  • UPDATE

    francesco2013 released v0.32
    • To everybody that downloaded the previous version PLEASE DOWNLOAD THIS ONE and delete the previous one ! There were some bugs I have fixed now and the previous release simply doesn't work. Sorry for this I haven't notice them before.

  • Update 2 (June 25)

    Hello,
    I have noticed a little bug in the mobile version that it has been now fixed.
    Please download again mobile.html, games_mobile.html, about.html and games.html from the main branch and overwrite those files into your web directory or download again the new release.

    Thanks.
    Francesco


  • v0.34
    • Solved a small bug with the mobile version of the website.
    • (NEW) Added voice search to the mobile version.
    • Some little styling of the html.
    In case you already installed PS3 Games Manager 0.33 just download mobile.html and base.html and overwrite the existing ones.




Source(s): github / ps3ita.it (via BiteYourConsole)
 
Last edited:
Nice work. It will be nice to read in subfolder from PS3ISO
Some like PS3ISO/A and PS3ISO/B

But nice work you have done
Thank you guys ! I really appreciated your compliments :)

I am really looking forward to your feedback in order to be able to improve it in the next versions.

Francesco Fazio
 
Not in usual way. Read "How to install PS3 Manager" tab in first post. There is no pkg, like in other cases.

@francesco2013 Good work, fresh look at backup managing. But first run can be little bit complicated for noobs. ;)

I understand this man :)

It is different from the rest and it runs on Linux, it is kinda for "advanced" users if you have 0 experience with Linux.

I am already writing a version that can run on a webserver on Windows. That will make it easier for a lot of people I guess.

So far, according to gitHub, PS3 Manager has been downloaded 337 times.

Did you try it ? I would like to know if you guys have faced any troubles or you need help.

Thanks.

Francesco
 
Last edited:
Original, fun & nice as well. Congrats.
I like this a lot actually!
As for a bit of Linux work, am all for it TBH.

Sent from my GT-I9305 using Tapatalk
 
Hello guys :)

A new version is available for download with some improvements in the voice recognition system that is now working smoothly from mobile devices.

You can download it here: https://github.com/francesco2013/PS3-Manager/releases/download/0.34b/PS3-Manager-0.34b.zip

As usual you can see the full working demo of the new version at the following address:

http://ps3-demo.fazionet.com/index.php

While I am working at the windows version I am also working on a feature that will auto load the game on the PS3 if the voice recognition system matches the spoken name against its database.

It will be possible to activate or deactivate it from the config file (config.php).

Please send me your feedback nothing is more important to me than your user experience in order to improve it and to make it better for the community :)
 
Last edited:
It's a very interesting project, specially I like that the source code looks clean and well done.

Hey man :)

I am actually really honored you posted your opinion on my application. Without your great job it would not have been possible to develop this.

I am so sorry I have noticed your post only now !!!!!

I have a lot of questions for you cause I would need to get info about if it would be possible to run PHP on the webserver of Webman and to somehow manage to install SQL lite straight on the PS3.

Thanks man for your appreciation and your great job !
 
Php & sol lite running on PS3?
Ambirious & very interesting.
Actually the same idea crossed my mind when I first saw your project..
Am not sure about the feasibility but I like the idea! [emoji5]️

Sent from my GT-I9305 using Tapatalk
 

Featured content

Trending content

Back
Top