| |
Berry
Registered: Apr 2006 Posts: 13 |
Release id #91175 : PreserveC64DB V.1.00
Anyone tried this?
I get some errors using the latest XAMPP (v1.7.4).
Which XAMPP does work out-of-the-box?
--
Berry
[Sly/Life/Riffs] |
|
| |
Acidchild
Registered: Jan 2002 Posts: 476 |
pm sent! |
| |
ΛΛdZ
Registered: Jul 2005 Posts: 153 |
Hi Berry,
I was using xampp 1.73 and lately I found that 1.74 had some
issues with my code. Until I get time to make an update
please download 1.73 and use that - it works out of the box :)
http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.7..
|
| |
Berry
Registered: Apr 2006 Posts: 13 |
I am figuring it out now (in VirtualBox using W7 and XAMPP 1.7.3) and will let you know.
The problems i have had with 1.7.4 are .php file related (not quoted variables etc)
--
Berry/HK |
| |
ΛΛdZ
Registered: Jul 2005 Posts: 153 |
I also installed in on several linux and bsd setups.
It is the version of PHP that is requiered to be
of version >X and <Y :)
(I just dont remember which versions I tested it on...heh) |
| |
Berry
Registered: Apr 2006 Posts: 13 |
When using the XAMPP 7.1.3 the PreserveC64DB works like a charm. The XAMPP 7.1.4 is the culprit.
--
Berry/HK |
| |
The MeatBall
Registered: Dec 2001 Posts: 367 |
Right, installed this on http://c64disks.hvilket.net/ but it doesn't support archives? All the stuff there is either in .rar, .zip, .7z or some other archive format. Will it support this in the future or will I have to un-archive everything to be able to use PreserveC64DB? |
| |
ΛΛdZ
Registered: Jul 2005 Posts: 153 |
You need to uncompress the 7z, rar and zips.
I recommend that you keep each collections in its own folder,
as the tool is build to use/maintain/search/compare on
folders containing collections.
|
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
mmmh, my lokal haxor copy of the oldish spunk can dive into archives just fine, adding that to the code was infact my first contact with php code ever, so it cant be too hard =P |
| |
The MeatBall
Registered: Dec 2001 Posts: 367 |
Groepaz: indeed, having a quick glance at php and compression, it doesn't seem too hard, but as I'm lazy, could you just send me your import_module.php :) |
| |
ΛΛdZ
Registered: Jul 2005 Posts: 153 |
The way the tool is build up it needs access to the d64
files, to ensure that all functionallities are working.
So making the php to open the zips, rars, .. will ofcos make
the files be imported... but some of the other functions
also need to take care of the zips, rar.. when used...
GPZ´s hacked version is build on the old Spunk which is way
more simple than PreserveC64DB.
There is really some coding to do to be able to use the
entire functionality of PreserveC64DB working directly on
zip, rar and 7z.
Making a script that unpacks all the zips, rars and 7z is
very easy compared to recode the php code to handle them,
- ofcos you have both the zipped and the unzipped
files to host... but well... this is not Terrabytes of data!
|