- Jan 17, 2022
- 120
- 65
Sorry it's been a while since I touch this game, but which version should I use? Alpha or Developer?for version 9.x you just need to edit the "__UPDATE.php" file in the data subfolder and change the content to
(examples for version 9.32)
-public version
-no ads versionCode:<?php $_SESSION['HTversion'] = "9.32"; Public_(); ?>
-patron versionCode:<?php $_SESSION['HTversion'] = "9.32"; Adsfree(); ?>
-librarian versionCode:<?php $_SESSION['HTversion'] = "9.32"; Patron(); ?>
-alpha versionCode:<?php $_SESSION['HTversion'] = "9.32"; Librarian(); ?>
-developer versionCode:<?php $_SESSION['HTversion'] = "9.32"; Alpha(); ?>
Code:<?php $_SESSION['HTversion'] = "9.32"; Developer(); ?>