This topic is locked

Laptop Stolen .. How to I get my PhpRunner Data back

9/15/2010 8:02:13 AM
PHPRunner General questions
F
fawad112 author

Hi,
MY laptop was stolen a couple of days ago. Now I have installed PhpRunner on my new laptpp.. How do I get back my project data back on my laptop. It is present on my website.
Regards

hichem 9/15/2010



Hi,
MY laptop was stolen a couple of days ago. Now I have installed PhpRunner on my new laptpp.. How do I get back my project data back on my laptop. It is present on my website.
Regards


This is a quite challenging thing to do depending how much customization you have done.

Assuming you have lost your aspr/phpr design files and are only left with output files which are under your website, you then would need to copy the output files and open page by page under the includes directory the following (each list page has 3 files I think so it's easy to edit these and find out where your sql and event code is located):

-php pages that include you queries to paste into your new project

-php pages that indlude the events where you'd need to copy/paste every event into your new project

-html pages that have any custom code, otherwise, it#s probably faster to rebuild your project.
I don't know of any quicker method and this also assumes that you must have your Database tables/views. You'd have to rebuild any relationships if you have any in your new phpr project. The rest is quite easily done and shows really the power of PHPRunner in rebuilding projects.
May be the PHPRunner team has a better idea but this is the method I used a couple of times.

The main issue I had was rather caused by moving from one version to another and the most time consuming effort was the custom html pages I had, so am hoping that the new asprunner release woudl take all the html from the previous version without changes.

Hope this helps

Hich