Added built in password protection and more...
Brought to you by:
datz
(1) Database Mediated Multi-User Session Management
with Session Expiration,
(based in part on code from 'phpMySearch'
http://web4.hm/phpmysearch/phpmysearch_en.html\).
(2) Added 'DROP TABLE IF EXISTS' Support, (allows
import over existing database).
(3) Fixed import.
(4) All Mods are clearly commented in code, (hint:
search for 'KCW').
(5) Source Code beautified with 'PHP Code Beautifier',
(http://www.phpedit.net/products/phpCodeBeautifier/).
-Keith Willis, Jan 2004
Full Release file collection
Logged In: YES
user_id=899794
The packaged files are incorrect, and quite unuseable without
renaming all of the pages and a few variables dealing wiht the
page names. Can you provide a package that can be setup
without having to rebuild the set?
Logged In: YES
user_id=598237
Dear xzone9,
[Nonethly, I'm not the original author of phpMyBackup and I
found, (and hopefully dealt with) a lot of bugs in my "patches"
at http://sourceforge.net/tracker/?
group_id=87466&atid=583254]
Firstly, did you get all of the 3 "patches" I posted?
Secondly, I've been using my version on a shared host for
several months now without any probs... coule you perhaps
specify in some more detail what the problem is?
Thirdly, I'm a much better PHP programmer now than I was
when I posted this "patch" so I'm sure it could certainly stand
a re-visit, (I did it as a tutorial for myself).
Fourthly, I'm overseas at the moment but will be back in a
couple of weeks if you can wait that long.
Cheers,
Keith.
Logged In: YES
user_id=899794
Hi Keith -
Yes I am aware you are not the original Author, and I do
appreciate your new version which you added abilities to the
PHP BackUp that I previously had to manually adapt (such as
a login and password, and the drop tables). I think the
problem is I am not on a Window's server, and the page
names that are supplied are all lower caes, while in the PHP
code, they are calling out page names that begin with a alpha
cap name.
I have it currently corrected and functioning, but the files
would not work in their original download form.
I am not a PHP guru, so rather than risking supplying anything
I created, probably would be best if you were able to.
Logged In: YES
user_id=598237
Yeah I guess I've become a bit too Windows-centric of late...
shame on me, and I usually program in C++ too.
I'll fix my "patch" when I get back to Oz... in a couple of
weeks. Actually the session stuff is a bit sad... that was a
real hack. I have a cleaned up version of that code now,
that I use.