Hi Guys, :laugh:
I just want to share the Version Manager that I'm currently working on.
As you can see here
http://forum.ragezone.com/f748/autop...ncher-1150186/
The things I added here (changes):
Changed the table names inside to default ClientDir & ClientFile
Translated the Korean Texts to English
Changed the VersionManager.cfg to ini
Patch Column in Database
Some code to fix the filelist.bin keeping it from being empty
:thumbup1: **This will work on any source out there so don't worry** :thumbup1:
NOTE: The delete does not work here so you have to truncate the two tables every time you make a patch but the good news is.. It works..
RanPatch Database Tables
VersionManager.iniPHP Code:--RanPatch Database--
use RanPatch;
GO
use RanPatch
GO
create table ClientFile(
cd_idx varchar(50),
cf_name varchar(50),
cf_version varchar(50),
cf_date datetime,
cf_upload varchar(50),
cf_desc varchar(50),
cf_idx varchar(50),
Path varchar(50),
);
--------------
create table ClientDir(
cd_idx int not null primary key identity(1,1),
cf_idx varchar(50),
Path varchar(255)
);
--Death Gun--
--RanPatch Database--
You can go here for the tutorial of IsamaIIPHP Code:odbc_name RanPatch
odbc_user_name sa
odbc_password 1234
ftp_ip
ftp_port
ftp_user_name
ftp_password
target_path Patch
Credits:
IsamaII - for the tutorial
Min Communications Inc.
Me - Modifying and Sharing
Thank you and Happy Developing,
Death Gun
Don't forget to Press the Like Button and Add some Reputation :laugh:
Click Here to Download

