diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 index adb9462..25ee56e --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ #directory listing is open, if you want these just wget -m them +unity-src/* unity-tools/* unity-support/* unity-psdp/* diff --git a/.htaccess b/.htaccess old mode 100755 new mode 100644 diff --git a/404.php b/404.php old mode 100755 new mode 100644 diff --git a/common.js b/common.js old mode 100755 new mode 100644 diff --git a/devtools.php b/devtools.php old mode 100755 new mode 100644 index 7bbc77b..9948c88 --- a/devtools.php +++ b/devtools.php @@ -52,7 +52,7 @@ function getName(string $file) { return "PSMPU ".substr($file,21,6); } - elseif($file == "MichaelFleischauer-PlaystationmobileDevelopmentCookbook-packtPublishing2013") + elseif(strpos($file, '9781849694186') !== false) { return "PSMCookbook"; } @@ -107,7 +107,15 @@ function getIcon(string $file) } elseif($ext == "pdf") { - return "/img/docs.png"; + return "/img/pdf.png"; + } + elseif($ext == "mobi") + { + return "/img/mobi.png"; + } + elseif($ext == "epub") + { + return "/img/epub.png"; } elseif($ext == "exe" && strpos($file, 'UnitySetup') == false) { @@ -308,7 +316,14 @@ function getIcon(string $file) Assets - + + + + + Source Code + + + diff --git a/faq.php b/faq.php old mode 100755 new mode 100644 diff --git a/favicon.ico b/favicon.ico old mode 100755 new mode 100644 diff --git a/footer.php b/footer.php old mode 100755 new mode 100644 diff --git a/header.php b/header.php old mode 100755 new mode 100644 diff --git a/img/androiddev.png b/img/androiddev.png old mode 100755 new mode 100644 diff --git a/img/apk-icon.png b/img/apk-icon.png old mode 100755 new mode 100644 diff --git a/img/cmbackup.png b/img/cmbackup.png old mode 100755 new mode 100644 diff --git a/img/docs.png b/img/docs.png old mode 100755 new mode 100644 diff --git a/img/epub.png b/img/epub.png new file mode 100644 index 0000000..eae902a Binary files /dev/null and b/img/epub.png differ diff --git a/img/export.png b/img/export.png old mode 100755 new mode 100644 diff --git a/img/games.png b/img/games.png old mode 100755 new mode 100644 diff --git a/img/kernel-plugin.png b/img/kernel-plugin.png old mode 100755 new mode 100644 diff --git a/img/logo.png b/img/logo.png old mode 100755 new mode 100644 diff --git a/img/mobi.png b/img/mobi.png new file mode 100644 index 0000000..652c747 Binary files /dev/null and b/img/mobi.png differ diff --git a/img/mono.png b/img/mono.png old mode 100755 new mode 100644 diff --git a/img/pdf.png b/img/pdf.png new file mode 100644 index 0000000..be2f782 Binary files /dev/null and b/img/pdf.png differ diff --git a/img/pending_playable.png b/img/pending_playable.png old mode 100755 new mode 100644 diff --git a/img/pkg.png b/img/pkg.png old mode 100755 new mode 100644 diff --git a/img/playable.png b/img/playable.png old mode 100755 new mode 100644 diff --git a/img/ppk_icon.png b/img/ppk_icon.png old mode 100755 new mode 100644 diff --git a/img/psdp.png b/img/psdp.png old mode 100755 new mode 100644 diff --git a/img/psm-drivers.png b/img/psm-drivers.png old mode 100755 new mode 100644 diff --git a/img/psm_bg.gif b/img/psm_bg.gif old mode 100755 new mode 100644 diff --git a/img/psm_bg.png b/img/psm_bg.png old mode 100755 new mode 100644 diff --git a/img/psm_icon.png b/img/psm_icon.png old mode 100755 new mode 100644 diff --git a/img/psmda_keys.png b/img/psmda_keys.png old mode 100755 new mode 100644 diff --git a/img/psmdev.png b/img/psmdev.png old mode 100755 new mode 100644 diff --git a/img/psmruntime.png b/img/psmruntime.png old mode 100755 new mode 100644 diff --git a/img/sdk.png b/img/sdk.png old mode 100755 new mode 100644 diff --git a/img/simulator.png b/img/simulator.png old mode 100755 new mode 100644 diff --git a/img/sources.png b/img/sources.png old mode 100755 new mode 100644 diff --git a/img/tools.png b/img/tools.png old mode 100755 new mode 100644 diff --git a/img/twitter.png b/img/twitter.png old mode 100755 new mode 100644 diff --git a/img/unity.png b/img/unity.png old mode 100755 new mode 100644 diff --git a/img/unity_icon.png b/img/unity_icon.png old mode 100755 new mode 100644 diff --git a/img/unitydev.png b/img/unitydev.png old mode 100755 new mode 100644 diff --git a/img/user-plugin.png b/img/user-plugin.png old mode 100755 new mode 100644 diff --git a/img/youtube.png b/img/youtube.png old mode 100755 new mode 100644 diff --git a/img/zip_icon.png b/img/zip_icon.png old mode 100755 new mode 100644 diff --git a/index.php b/index.php old mode 100755 new mode 100644 diff --git a/libary.php b/libary.php old mode 100755 new mode 100644 diff --git a/redirect.php b/redirect.php old mode 100755 new mode 100644 diff --git a/robots.txt b/robots.txt old mode 100755 new mode 100644 diff --git a/sitemap.xml b/sitemap.xml old mode 100755 new mode 100644 diff --git a/style.css b/style.css old mode 100755 new mode 100644 diff --git a/videos/china.mp4 b/videos/china.mp4 old mode 100755 new mode 100644 diff --git a/wget.php b/wget.php old mode 100755 new mode 100644 diff --git a/zrif.js b/zrif.js old mode 100755 new mode 100644