From dafb472500f5bbb2e81e90334e1572fdea624a44 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Tue, 30 Jul 2019 00:10:20 +1200 Subject: [PATCH] Update Site --- common.php | 8 + devtools.php | 7 +- header.php | 172 +++- libary.php | 4 +- robots.txt | 5 +- sitemap.xml | 2405 ++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 2575 insertions(+), 26 deletions(-) create mode 100644 sitemap.xml diff --git a/common.php b/common.php index 0fc2e67..6e1d635 100644 --- a/common.php +++ b/common.php @@ -10,6 +10,14 @@ function update_rifs() update_rifs(); +function getTitle(string $game) +{ + $xml = simplexml_load_file('gameinfo/' . $game . "/app.xml", 'SimpleXMLElement', LIBXML_NOENT); + $title = $xml->name->localized_item[0]->attributes()->value; + unset($xml); + return $title; +} + function getPlayableList() { $playable_list = (array)null; diff --git a/devtools.php b/devtools.php index 66dd4dd..bef2383 100644 --- a/devtools.php +++ b/devtools.php @@ -8,11 +8,14 @@ function format_version(string $version) function getName(string $file) { - if($file == "psm_tool_set_for_unity_installer_ver09806_20131125_1848_for_Unity_r22419") { return "ToolSet v9806"; } + elseif(strpos($file, "MakePsmGreatAgain") !== false) + { + return "MPGA ".substr($file,19,4); + } elseif(strpos($file, 'PSMToolSetForUnity_') !== false) { return "Toolset v".substr($file,19,7); @@ -118,7 +121,7 @@ function getIcon(string $file) { return "/img/pkg.png"; } - elseif($ext == "zip" || $ext == "tgz") + elseif($ext == "zip" || $ext == "tgz" || $ext == "gz") { return "/img/zip_icon.png"; } diff --git a/header.php b/header.php index 20f7a30..8045e28 100644 --- a/header.php +++ b/header.php @@ -1,24 +1,158 @@ - PSM Reborn -
-

-

- - PSMReborn - - PSMReborn -
- - -

-
+ "); + $url = $_SERVER['REQUEST_URI']; + if(strpos($url, 'libary.php') !== false) + { + if(isset($_GET["game"])) + { + $game = htmlspecialchars($_GET["game"], ENT_QUOTES); + + $game = str_replace("/", "",$game); + $game = str_replace(".", "",$game); + $game = str_replace("*", "",$game); + + $title = getTitle($game); + $title.= " - "; + } + else + { + $title .= "PSM Game Library - "; + } + } + else if(strpos($url, 'devtools.php') !== false) + { + $title .= "PlayStation Mobile Development Tools - "; + if(isset($_GET["type"])) + { + $type = htmlspecialchars($_GET["type"], ENT_QUOTES); + $type = str_replace("/", "",$type); + $type = str_replace(".", "",$type); + $type = str_replace("*", "",$type); + $title .= $type."/ - "; + } + + } + + $title .= "PSM Reborn"; + + echo($title); + echo("\n"); + + /* + * Write metadata + */ + echo(''); + echo(''); + echo(''); + + /* + * Default Image + */ + if($image == "") + { + $image .= 'http://'.$_SERVER['HTTP_HOST'].'/img/logo.png'; + } + /* + * Social Media + */ + echo(''); + echo(''); + echo(''); + echo(''); + echo(' +
+

+

+ + PSMReborn + + PSMReborn +
+ + +

+
\ No newline at end of file diff --git a/libary.php b/libary.php index d410aae..c86f160 100644 --- a/libary.php +++ b/libary.php @@ -66,11 +66,9 @@ if(isset($_GET["game"])) die(); } + $title = getTitle($game); $xml = simplexml_load_file('gameinfo/' . $game . "/app.xml", 'SimpleXMLElement', LIBXML_NOENT); - - $title = $xml->name->localized_item[0]->attributes()->value; - $genreList = $xml->genre_list->children(); $languageList = $xml->name->children(); $featureList = $xml->feature_list->children(); diff --git a/robots.txt b/robots.txt index 5f93023..af0a154 100644 --- a/robots.txt +++ b/robots.txt @@ -1,2 +1,3 @@ -User-agent: yellowafterlife -Disallow: / \ No newline at end of file +User-agent: * +Allow: / +Sitemap: http://psmreborn.com/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..71856c6 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,2405 @@ + + + + http://psmreborn.com/ + + + http://psmreborn.com/psm-tools/PSMUI-v1.0.zip + 2019-06-29 + + + http://psmreborn.com/devtools.php + + + http://psmreborn.com/ + + + http://psmreborn.com/devtools.php?type=psm + + + http://psmreborn.com/devtools.php?type=psm-tools + + + http://psmreborn.com/devtools.php?type=psm-sources + + + http://psmreborn.com/devtools.php?type=psm-android + + + http://psmreborn.com/libary.php + + + http://psmreborn.com/devtools.php?type=psm-docs + + + http://psmreborn.com/devtools.php?type=psm-runtime + + + http://psmreborn.com/psm-tools/noPsmWhitelist.skprx + 2019-06-29 + + + http://psmreborn.com/devtools.php?type=psm-psdp + + + http://psmreborn.com/devtools.php?type=unity + + + http://psmreborn.com/devtools.php?type=psm-sdk + + + http://psmreborn.com/devtools.php?type=psm-dev + + + http://psmreborn.com/psm-tools/Vitacom_v1.07psmV0.98s0urc3.zip + 2019-06-29 + + + http://psmreborn.com/psm-tools/Vitacom_v1.07psmV0.98crck3d.zip + 2019-06-29 + + + http://psmreborn.com/psm-tools/Vitacom_v1.11psmV0.99crck3d.zip + 2019-06-29 + + + http://psmreborn.com/psm-tools/PSMPatch.suprx + 2019-06-29 + + + http://psmreborn.com/psm-tools/MakePsmGreatAgain-v1.3.skprx + 2019-06-29 + + + http://psmreborn.com/psm-tools/MakePsmGreatAgain.skprx + 2019-06-29 + + + http://psmreborn.com/psm-tools/PSMPatch1.1.suprx + 2019-06-29 + + + http://psmreborn.com/psm-tools/FuckPSSEv1.1.suprx + 2019-06-29 + + + http://psmreborn.com/psm-tools/MakePsmGreatAgain-v1.2.skprx + 2019-06-29 + + + http://psmreborn.com/psm-tools/MakePsmGreatAgain-v1.4.suprx + 2019-06-29 + + + http://psmreborn.com/psm-tools/FreePSM-v1.1.suprx + 2019-06-29 + + + http://psmreborn.com/psm-tools/FuckPSSE.suprx + 2019-06-29 + + + http://psmreborn.com/psm-tools/LocalPSMPlus-win64-v1.3.exe + 2019-06-29 + + + http://psmreborn.com/psm-android/psmdevassistant.apk + 2019-06-15 + + + http://psmreborn.com/devtools.php?type=psm-games-src + + + http://psmreborn.com/devtools.php?type=psm-mono-src + + + http://psmreborn.com/psm-tools/FreePSM.suprx + 2019-06-29 + + + http://psmreborn.com/psm-android/Psm1.6.0.apk + 2019-06-15 + + + http://psmreborn.com/psm-android/Psm1.5.1.apk + 2019-06-15 + + + http://psmreborn.com/psm-android/Psm1.7.0.apk + 2019-06-15 + + + http://psmreborn.com/psm-android/Psm1.4.0.apk + 2019-06-15 + + + http://psmreborn.com/psm-android/Psm1.3.1.apk + 2019-06-15 + + + http://psmreborn.com/psm-android/Psm1.5.0.apk + 2019-06-15 + + + http://psmreborn.com/psm-android/Psm1.2.0.apk + 2019-06-15 + + + http://psmreborn.com/psm-android/Psm1.1.5.apk + 2019-06-15 + + + http://psmreborn.com/psm-android/Psm1.3.0.apk + 2019-06-15 + + + http://psmreborn.com/psm-android/Psm1.1.0.apk + 2019-06-15 + + + http://psmreborn.com/psm-android/Psm1.0.0.apk + 2019-06-15 + + + http://psmreborn.com/psm-android/Psm1.1.1.apk + 2019-06-15 + + + http://psmreborn.com/psm-runtime/IP9100-PCSI00011_00-PSMRUNTIME000000.pkg + 2019-06-14 + + + http://psmreborn.com/psm-runtime/IP9100-PCSI00011_00-PSMRUNTIME000000-A0201-V0100-e4708b1c1c71116c29632c23df590f68edbfc341-PE.pkg + 2019-06-14 + + + http://psmreborn.com/psm-android/PlaystationCertificates.zip + 2019-06-15 + + + http://psmreborn.com/psm-runtime/IP9100-PCSI00011_00-PSMRUNTIME000000-A0200-V0100-0c5cb04d07c9d9e135249594631feab513322db9-PE.pkg + 2019-06-14 + + + http://psmreborn.com/psm-docs/20120919_02_E.pdf + 2019-06-16 + + + http://psmreborn.com/psm-docs/MichaelFleischauer-PlaystationmobileDevelopmentCookbook-packtPublishing2013.pdf + 2019-06-15 + + + http://psmreborn.com/libary.php?game=NPNA00199 + + + http://psmreborn.com/libary.php?game=NPNA00197 + + + http://psmreborn.com/libary.php?game=NPNA00198 + + + http://psmreborn.com/libary.php?game=NPNA00196 + + + http://psmreborn.com/libary.php?game=NPNA00194 + + + http://psmreborn.com/libary.php?game=NPNA00195 + + + http://psmreborn.com/libary.php?game=NPNA00193 + + + http://psmreborn.com/libary.php?game=NPNA00191 + + + http://psmreborn.com/libary.php?game=NPNA00192 + + + http://psmreborn.com/libary.php?game=NPNA00190 + + + http://psmreborn.com/libary.php?game=NPNA00188 + + + http://psmreborn.com/libary.php?game=NPNA00189 + + + http://psmreborn.com/libary.php?game=NPNA00187 + + + http://psmreborn.com/libary.php?game=NPNA00185 + + + http://psmreborn.com/libary.php?game=NPNA00186 + + + http://psmreborn.com/libary.php?game=NPNA00184 + + + http://psmreborn.com/libary.php?game=NPNA00182 + + + http://psmreborn.com/libary.php?game=NPNA00183 + + + http://psmreborn.com/libary.php?game=NPNA00181 + + + http://psmreborn.com/libary.php?game=NPNA00179 + + + http://psmreborn.com/libary.php?game=NPNA00180 + + + http://psmreborn.com/libary.php?game=NPNA00178 + + + http://psmreborn.com/libary.php?game=NPNA00176 + + + http://psmreborn.com/libary.php?game=NPNA00177 + + + http://psmreborn.com/libary.php?game=NPNA00175 + + + http://psmreborn.com/libary.php?game=NPNA00173 + + + http://psmreborn.com/libary.php?game=NPNA00174 + + + http://psmreborn.com/libary.php?game=NPNA00172 + + + http://psmreborn.com/libary.php?game=NPNA00170 + + + http://psmreborn.com/libary.php?game=NPNA00171 + + + http://psmreborn.com/libary.php?game=NPNA00169 + + + http://psmreborn.com/libary.php?game=NPNA00167 + + + http://psmreborn.com/libary.php?game=NPNA00168 + + + http://psmreborn.com/libary.php?game=NPNA00166 + + + http://psmreborn.com/libary.php?game=NPNA00164 + + + http://psmreborn.com/libary.php?game=NPNA00165 + + + http://psmreborn.com/libary.php?game=NPNA00163 + + + http://psmreborn.com/libary.php?game=NPNA00161 + + + http://psmreborn.com/libary.php?game=NPNA00162 + + + http://psmreborn.com/libary.php?game=NPNA00160 + + + http://psmreborn.com/libary.php?game=NPNA00158 + + + http://psmreborn.com/libary.php?game=NPNA00159 + + + http://psmreborn.com/libary.php?game=NPNA00157 + + + http://psmreborn.com/libary.php?game=NPNA00155 + + + http://psmreborn.com/libary.php?game=NPNA00156 + + + http://psmreborn.com/libary.php?game=NPNA00152 + + + http://psmreborn.com/libary.php?game=NPNA00154 + + + http://psmreborn.com/libary.php?game=NPNA00153 + + + http://psmreborn.com/libary.php?game=NPNA00149 + + + http://psmreborn.com/libary.php?game=NPNA00151 + + + http://psmreborn.com/libary.php?game=NPNA00150 + + + http://psmreborn.com/libary.php?game=NPNA00146 + + + http://psmreborn.com/libary.php?game=NPNA00148 + + + http://psmreborn.com/libary.php?game=NPNA00147 + + + http://psmreborn.com/libary.php?game=NPNA00143 + + + http://psmreborn.com/libary.php?game=NPNA00145 + + + http://psmreborn.com/libary.php?game=NPNA00144 + + + http://psmreborn.com/libary.php?game=NPNA00140 + + + http://psmreborn.com/libary.php?game=NPNA00142 + + + http://psmreborn.com/libary.php?game=NPNA00141 + + + http://psmreborn.com/libary.php?game=NPNA00137 + + + http://psmreborn.com/libary.php?game=NPNA00139 + + + http://psmreborn.com/libary.php?game=NPNA00138 + + + http://psmreborn.com/libary.php?game=NPNA00134 + + + http://psmreborn.com/libary.php?game=NPNA00136 + + + http://psmreborn.com/libary.php?game=NPNA00135 + + + http://psmreborn.com/libary.php?game=NPNA00131 + + + http://psmreborn.com/libary.php?game=NPNA00133 + + + http://psmreborn.com/libary.php?game=NPNA00132 + + + http://psmreborn.com/libary.php?game=NPNA00128 + + + http://psmreborn.com/libary.php?game=NPNA00130 + + + http://psmreborn.com/libary.php?game=NPNA00129 + + + http://psmreborn.com/libary.php?game=NPNA00125 + + + http://psmreborn.com/libary.php?game=NPNA00127 + + + http://psmreborn.com/libary.php?game=NPNA00126 + + + http://psmreborn.com/libary.php?game=NPNA00122 + + + http://psmreborn.com/libary.php?game=NPNA00124 + + + http://psmreborn.com/libary.php?game=NPNA00123 + + + http://psmreborn.com/libary.php?game=NPNA00119 + + + http://psmreborn.com/libary.php?game=NPNA00121 + + + http://psmreborn.com/libary.php?game=NPNA00120 + + + http://psmreborn.com/libary.php?game=NPNA00116 + + + http://psmreborn.com/libary.php?game=NPNA00118 + + + http://psmreborn.com/libary.php?game=NPNA00117 + + + http://psmreborn.com/libary.php?game=NPNA00113 + + + http://psmreborn.com/libary.php?game=NPNA00115 + + + http://psmreborn.com/libary.php?game=NPNA00114 + + + http://psmreborn.com/libary.php?game=NPNA00110 + + + http://psmreborn.com/libary.php?game=NPNA00111 + + + http://psmreborn.com/libary.php?game=NPNA00112 + + + http://psmreborn.com/libary.php?game=NPNA00107 + + + http://psmreborn.com/libary.php?game=NPNA00108 + + + http://psmreborn.com/libary.php?game=NPNA00109 + + + http://psmreborn.com/libary.php?game=NPNA00104 + + + http://psmreborn.com/libary.php?game=NPNA00105 + + + http://psmreborn.com/libary.php?game=NPNA00106 + + + http://psmreborn.com/libary.php?game=NPNA00101 + + + http://psmreborn.com/libary.php?game=NPNA00102 + + + http://psmreborn.com/libary.php?game=NPNA00103 + + + http://psmreborn.com/psm-psdp/wind_maze.psdp + 2019-06-15 + + + http://psmreborn.com/psm-psdp/VirtualTerminal.psdp + 2019-06-15 + + + http://psmreborn.com/libary.php?game=NPNA00001 + + + http://psmreborn.com/psm-psdp/psmtetris.psdp + 2019-06-15 + + + http://psmreborn.com/psm-psdp/StreetDreams.psdp + 2019-06-15 + + + http://psmreborn.com/psm-psdp/GravityNinja-Alex.psdp + 2019-06-15 + + + http://psmreborn.com/psm-psdp/GravityNinja.psdp + 2019-06-15 + + + http://psmreborn.com/psm-psdp/FlappyBird.psdp + 2019-06-15 + + + http://psmreborn.com/devtools.php?type=unity-tools + + + http://psmreborn.com/devtools.php?type=unity-dev + + + http://psmreborn.com/devtools.php?type=unity-docs + + + http://psmreborn.com/psm-sdk/PSM_SDK_1.21.02.exe + 2019-06-14 + + + http://psmreborn.com/psm-sdk/PSM_SDK_2.00.00.exe + 2019-06-14 + + + http://psmreborn.com/devtools.php?type=unity-support + + + http://psmreborn.com/psm-sdk/PSM_SDK_1.11.01.exe + 2019-06-14 + + + http://psmreborn.com/psm-sdk/PSM_SDK_1.20.00.exe + 2019-06-14 + + + http://psmreborn.com/psm-sdk/PSSuiteSDK_098.exe + 2019-06-14 + + + http://psmreborn.com/psm-sdk/PSM_SDK_0.99.20.exe + 2019-06-14 + + + http://psmreborn.com/psm-sdk/PSM_SDK_099.exe + 2019-06-14 + + + http://psmreborn.com/psm-sdk/PSM_SDK_1.21.00.exe + 2019-06-14 + + + http://psmreborn.com/psm-sdk/PSMPublishingUtility_1.21.5458.zip + 2019-06-14 + + + http://psmreborn.com/psm-sdk/PSMPublishingUtility_2.00.5452.zip + 2019-06-14 + + + http://psmreborn.com/psm-sdk/PSM_SDK_1.10.00.exe + 2019-06-14 + + + http://psmreborn.com/psm-dev/PSM Dev.pkg + 2019-06-15 + + + http://psmreborn.com/psm-dev/PCSI00007-99_999-99_00-01_15.ppk + 2019-06-15 + + + http://psmreborn.com/psm-sdk/PSM_SDK_0.99.11.exe + 2019-06-14 + + + http://psmreborn.com/psm-dev/PCSI00007-99_999-99_00-01_00.ppk + 2019-06-15 + + + http://psmreborn.com/psm-dev/IP9100-PCSI00007_00-PSSUITEDEV000000-A0114-V0100-29622fe379594b215a038ed988c7c53958df33a0-PE.pkg + 2019-06-15 + + + http://psmreborn.com/psm-dev/PSM Dev 01.03.cmbackup + 2019-06-15 + + + http://psmreborn.com/psm-dev/IP9100-PCSI00007_00-PSSUITEDEV000000-A0112-V0100-837091e67b753cc32655eb5417b1da98236620ef-PE.pkg + 2019-06-15 + + + http://psmreborn.com/psm-dev/IP9100-PCSI00007_00-PSSUITEDEV000000-A0107-V0100-106f502aee26adddb99dd352597185e613e54a67-PE.pkg + 2019-06-15 + + + http://psmreborn.com/psm-dev/IP9100-PCSI00007_00-PSSUITEDEV000000-A0115-V0100-cb04c7271731e00236dcde01f679419195cb1a63-PE.pkg + 2019-06-15 + + + http://psmreborn.com/psm-dev/2.02 Shacg.zip + 2019-06-15 + + + http://psmreborn.com/psm-dev/IP9100-PCSI00007_00-PSSUITEDEV000000-A0109-V0100-d7f99e84fb7a9fbf28cfa828419be5545c92f48c-PE.pkg + 2019-06-15 + + + http://psmreborn.com/psm-games-src/wind_maze-master.zip + 2019-06-15 + + + http://psmreborn.com/psm-games-src/psmtetris-master.zip + 2019-06-15 + + + http://psmreborn.com/psm-games-src/Virtual-Terminal-PSM--master.zip + 2019-06-15 + + + http://psmreborn.com/psm-games-src/magnate-master.zip + 2019-06-15 + + + http://psmreborn.com/psm-games-src/StreetDreams-master.zip + 2019-06-15 + + + http://psmreborn.com/psm-games-src/PSM-Game-master.zip + 2019-06-15 + + + http://psmreborn.com/psm-games-src/PSMAnyStore.tar.gz + 2019-06-16 + + + http://psmreborn.com/psm-games-src/GravityNinja-Alex.zip + 2019-06-15 + + + http://psmreborn.com/psm-games-src/GravityNinja-master.zip + 2019-06-15 + + + http://psmreborn.com/psm-games-src/FlappyBird-master.zip + 2019-06-15 + + + http://psmreborn.com/psm-mono-src/sdk200-psm200_mono.zip + 2019-06-15 + + + http://psmreborn.com/psm-mono-src/sdk120-mono.zip + 2019-06-15 + + + http://psmreborn.com/psm-mono-src/sdk099_20-mono.tgz + 2019-06-15 + + + http://psmreborn.com/psm-mono-src/sdk121-psm121_mono.zip + 2019-06-15 + + + http://psmreborn.com/psm-mono-src/sdk099_00-mono.tgz + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00199_00.pkg + 2019-06-15 + + + http://psmreborn.com/psm-mono-src/sdk100-mono.tgz + 2019-06-15 + + + http://psmreborn.com/psm-mono-src/sdk098-mono.tgz + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00197/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00198_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00199/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00199/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00197_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00197/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00198/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00194_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00196/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00198/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00195_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00194/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00194/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00196_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00196/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00195/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00193_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00191/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00195/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00192_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00193/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00193/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00191_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00191/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00192/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00190_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00188/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00192/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00189_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00190/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00190/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00188_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00188/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00189/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00187_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00185/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00189/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00186_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00187/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00187/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00185_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00185/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00186/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00184_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00182/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00186/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00183_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00184/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00184/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00182_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00182/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00183/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00181_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00179/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00183/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00180_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00181/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00181/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00179_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00179/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00180/app.xml + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00178.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00178/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00180/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00177_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00178/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00178_00.pkg + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00176_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00176/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00177/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00177/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00175/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00176/app.xml + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00175.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00173/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00175_00.pkg + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00174.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00175/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00173_00.pkg + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00174_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00174/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00170/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00173/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00172_00.pkg + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00171_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00174/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00172/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00172/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00171/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00170_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00170/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00169/app.xml + 2019-06-15 + + + http://psmreborn.com/psdp-packages/NPNA00171.psdp + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00168_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00171/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00169_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00168/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00169/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00166/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00167_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00167/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00164/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00168/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00165_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00167/app.xml + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00166.zip + 2019-06-17 + + + http://psmreborn.com/pkg/NPNA00166_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00165/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00166/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00161/text.txt + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00164.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00164/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00162_00.pkg + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00163_00.pkg + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00164_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00162/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00163/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00160_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00165/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00161/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00163/app.xml + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00158.zip + 2019-06-17 + + + http://psmreborn.com/pkg/NPNA00159_00.pkg + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00161_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00158/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00162/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00160/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00159/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00158_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00159/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00157/text.txt + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00157.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00155/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00158/app.xml + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00156.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00160/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00157/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00157_00.pkg + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00156_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00156/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00155_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00154/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00152/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00153_00.pkg + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00154_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00155/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00156/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00153/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00154/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00152_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00149/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00149_00.pkg + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00150.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00152/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00151_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00153/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00150_00.pkg + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00149.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00151/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00146_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00150/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00149/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00146/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00151/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00148/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00148_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00150/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00147_00.pkg + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00146.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00148/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00147/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00143_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00143/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00146/app.xml + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00144.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00147/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00145_00.pkg + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00143.zip + 2019-06-17 + + + http://psmreborn.com/pkg/NPNA00144_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00145/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00143/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00144/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00140_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00145/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00140/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00144/app.xml + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00142.zip + 2019-06-17 + + + http://psmreborn.com/pkg/NPNA00142_00.pkg + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00140.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00142/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00141_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00140/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00141/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00142/app.xml + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00139.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00141/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00137_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00137/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00139_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00139/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00137/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00138_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00139/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00138/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00138/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00136_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00136/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00136/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00134/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00134/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00134_00.pkg + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00135_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00135/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00131_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00135/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00131/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00131/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00133/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00133/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00133_00.pkg + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00132_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00132/app.xml + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00128.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00132/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00128_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00128/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00128/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00130_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00130/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00129/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00129_00.pkg + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00125_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00130/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00125/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00129/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00125/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00127_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00127/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00126/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00126_00.pkg + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00122_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00127/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00122/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00126/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00122/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00123/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00123_00.pkg + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00124_00.pkg + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00124.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00123/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00119_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00124/app.xml + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00121.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00124/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00119/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00119/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00121/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00121_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00121/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00120/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00120_00.pkg + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00116_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00120/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00116/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00117/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00116/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00117_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00118/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00117/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00113_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00118/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00118_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00113/app.xml + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00115.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00114/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00113/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00115/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00115/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00114_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00110/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00110_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00112/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00114/text.txt + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00111.zip + 2019-06-17 + + + http://psmreborn.com/pkg/NPNA00115_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00110/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00111_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00111/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00112_00.pkg + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00109_00.pkg + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00107_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00112/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00109/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00111/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00107/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00108/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00107/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00108_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00104/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00109/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00105/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00108/text.txt + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00104.zip + 2019-06-17 + + + http://psmreborn.com/decrypted-files/NPNA00106.zip + 2019-06-17 + + + http://psmreborn.com/gameinfo/NPNA00104/text.txt + 2019-06-15 + + + http://psmreborn.com/decrypted-files/NPNA00105.zip + 2019-06-17 + + + http://psmreborn.com/pkg/NPNA00104_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00106/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00103_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00105/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00105_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00106/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00103/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00101/app.xml + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00106_00.pkg + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00102/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00103/text.txt + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00001/app.xml + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00102/text.txt + 2019-06-15 + + + http://psmreborn.com/pkg/NPNA00101_00.pkg + 2019-06-15 + + + http://psmreborn.com/unity-tools/UnitySetup_update-4.3.4f1.exe + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00001/text.txt + 2019-06-15 + + + http://psmreborn.com/unity-tools/UnitySetup_update-4.3.7p3.exe + 2019-06-15 + + + http://psmreborn.com/gameinfo/NPNA00101/text.txt + 2019-06-15 + + + http://psmreborn.com/unity-tools/PSMToolSetForUnity_1.0.0.3.exe + 2019-06-16 + + + http://psmreborn.com/pkg/NPNA00102_00.pkg + 2019-06-15 + + + http://psmreborn.com/unity-tools/PSMToolSetForUnity_1.1.0.4.exe + 2019-06-16 + + + http://psmreborn.com/unity-dev/IP9100-PCSI00009_00-UNITYDEV00000000-A0105-V0100-88c56f0fa59824478fa18955080943297197e7ee-PE.pkg + 2019-06-14 + + + http://psmreborn.com/pkg/NPNA00001_00.pkg + 2019-06-15 + + + http://psmreborn.com/unity-dev/Unity Dev.pkg + 2019-06-14 + + + http://psmreborn.com/unity-docs/UnityJapan2014-Introduction_to_Unity-for-PSM2.pdf + 2019-06-14 + + + http://psmreborn.com/unity-tools/psm_tool_set_for_unity_installer_ver09806_20131125_1848_for_Unity_r22419.exe + 2019-06-15 + + + http://psmreborn.com/unity-dev/PCSI00009-99_999-99_00-01_06.ppk + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support94321-3fdbe3cb16b2-for-Editor-4.3.1.28785.exe + 2019-06-15 + + + http://psmreborn.com/unity-tools/PSMToolSetForUnity_1.1.0.7.exe + 2019-06-15 + + + http://psmreborn.com/unity-dev/IP9100-PCSI00009_00-UNITYDEV00000000-A0106-V0100-94ca81305dceb679d71718d4b89ad0d068fb6643-PE.pkg + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support8942688-887460a8ed99-for-Editor-5.0.1f1.exe + 2019-06-15 + + + http://psmreborn.com/unity-dev/PCSI00009-99_999-99_00-01_00.ppk + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support94321-3fdbe3cb16b2-for-Editor-4.3.1.28785_2.exe + 2019-06-15 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support7963991-798557622fda-for-Editor-5.1.0b3.exe + 2019-06-14 + + + http://psmreborn.com/unity-docs/UnityJapan2014-Introduction_to_Unity-for-PSM.pdf + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support92377-dd852eb62bfe-for-Editor-4.3.0.26841.exe + 2019-06-15 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support7593094-73dc867818b2-for-Editor-5.1.0a4.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support92377-dd852eb62bfe-for-Editor-4.3.0.26841_2.exe + 2019-06-15 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support8016254-7a517ed954b4-for-Editor-5.0.0.20862.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support6883506-6908b2e05d23-for-Editor-5.0.0f3.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support8419236-8077a4d993b4-for-Editor-5.0.1f1.exe + 2019-06-15 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support7714863-75b82f7a411b-for-Editor-5.1.0f3.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support5938992-5a9f30051aed-for-Editor-5.2.0a1.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support773904-0bcf10105f7f-for-Editor-5.1.0b2.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support7023823-6b2ccfa927ad-for-Editor-5.1.0b1.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support4725355-481a6bba36bf-for-Editor-5.0.0b22.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support7107751-6c74a7b7aac4-for-Editor-5.0.0.29863.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support6507313-634b31813505-for-Editor-5.1.0f3.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support4342547-424313dd18f7-for-Editor-5.0.0f4.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support6772644-6757a4359ad1-for-Editor-5.0.0f3.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support5244838-5007a60cf677-for-Editor-5.0.0f1.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support2273850-22b23a8eb1bf-for-Editor-5.1.0b6.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support5705741-57100d0610a7-for-Editor-5.0.0b22.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support4408043-4342eb0558a8-for-Editor-5.1.0b5.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support16658900-fe31d4e0e7ec-for-Editor-5.0.0f3.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support4519243-44f54ba2fa21-for-Editor-5.0.0.62795.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support244418-03bac26ad72c-for-Editor-5.0.1f1.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support15679916-ef41ac05adcd-for-Editor-5.0.0b20.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support2472642-25bac24d76bc-for-Editor-5.0.1d1.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support16722965-ff2c1522b33f-for-Editor-5.0.0f3.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support1512673-1714e1faf5fa-for-Editor-5.0.0b21.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support2236372-221fd4fda2cf-for-Editor-5.1.0b3.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support15807715-f134e3f721b3-for-Editor-5.0.0f4.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support14482406-dcfbe68cc002-for-Editor-5.0.1f1.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support16175779-f6d2a3f057d7-for-Editor-5.0.0f3.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support15630331-ee7ffb58c46c-for-Editor-5.0.0f3.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support13407897-cc969928bc48-for-Editor-5.2.0a1.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support15678925-ef3dcdebbb24-for-Editor-5.0.0f3.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support14517800-dd8628c3e831-for-Editor-5.0.1f1.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support13222269-c9c17d431f3a-for-Editor-5.1.0b3.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support15039603-e57c731faaea-for-Editor-5.0.0.31859.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support13879608-d3c9386e9fa0-for-Editor-5.0.0.51512.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support127621-125028e16bb0-for-Editor-4.3.4.62085.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support1435010-15e5825ede96-for-Editor-5.0.0f3.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support13239974-ca06a691bb9b-for-Editor-5.0.0f2.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support125571-80a2f07251b5-for-Editor-4.3.4.60035.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support13344106-cb9d6a6ca359-for-Editor-5.2.0a1.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support13018767-c6a68fd8deeb-for-Editor-5.0.0.42639.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support123376-e657540f627b-for-Editor-4.3.4.57840.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support1314145-140d61c03f2b-for-Editor-5.0.0b22.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support125594-ed60bae5d6a1-for-Editor-4.3.4.60058.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support123265-cc46efc2aaf4-for-Editor-4.3.4.57729.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support127565-db748703e024-for-Editor-4.3.4.62029.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support125550-cdc05924671f-for-Editor-4.3.4.60014.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support121726-1af21584ca32-for-Editor-4.3.4.56190.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support125564-9614993b0504-for-Editor-4.3.4.60028.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support123320-4cec74c2e003-for-Editor-4.3.4.57784.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support119695-fb1bd21d6f54-for-Editor-4.3.4.54159.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support123356-a1f414c3af1b-for-Editor-4.3.4.57820.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support123237-2c0b46257799-for-Editor-4.3.4.57701.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support10639780-a259a42186e5-for-Editor-5.2.0a1.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support123260-075dd8187012-for-Editor-4.3.4.57724.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support119718-b8943a98a731-for-Editor-4.3.4.54182.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support104685-fb99a9a7bb1f-for-Editor-4.3.4.39149.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support119919-cc98bef11aef-for-Editor-4.3.4.54383.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support11205743-aafc6f6caea4-for-Editor-5.1.0b3.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support104620-c4e9cd2b69d8-for-Editor-4.3.3.39084.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support11825842-b472b25463a4-for-Editor-5.0.0f3.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support10501117-a03bfd6975ec-for-Editor-5.2.0a1.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support104422-6993edbfe4a6-for-Editor-4.3.3.38886.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support105786-2d7ebf155a36-for-Editor-4.3.4.40250.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support104647-d42aea1d6848-for-Editor-4.3.3.39111.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support104123-4a88756ffbee-for-Editor-4.3.3.38587.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support104680-2a5b530785bb-for-Editor-4.3.3.39144.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support104532-12395ca3daec-for-Editor-4.3.4.38996.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support10268073-9cada99a8f80-for-Editor-5.1.0b3.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support104566-ff8e2153e3c0-for-Editor-4.3.4.39030.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support104232-5b59f2393f96-for-Editor-4.3.3.38696.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support101394-6240bc46cbbc-for-Editor-4.3.1.35858.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support10441619-9f53939d2246-for-Editor-5.1.0b803.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support104094-5b3b862173b9-for-Editor-4.3.3.38558.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support101156-6b7facd53a83-for-Editor-4.3.1.35620.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support104111-a57b2e83aaaf-for-Editor-4.3.3.38575.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support101272-842a2b4e7456-for-Editor-4.3.1.35736.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support100930-41e7f06d72e6-for-Editor-4.3.0.35394.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support101554-17a1c344ffaa-for-Editor-4.3.1.36018.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support101025-7f59901e0ffe-for-Editor-4.3.0.35489.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support101417-aabecd3fa643-for-Editor-4.3.0.35881.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support101305-5607eccb5be4-for-Editor-4.3.0.35769.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support100931-5b4e1908f052-for-Editor-4.3.0.35395.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support101049-a98cf6f4f31f-for-Editor-4.3.0.35513.exe + 2019-06-14 + + + http://psmreborn.com/unity-support/UnitySetup-Playstation-Mobile-Support101101-2a10f74ddb4a-for-Editor-4.3.1.35565.exe + 2019-06-14 + + + + \ No newline at end of file