Jump to content
  • 0

Kpatcher Support


zmref

Question


  • Group:  Members
  • Topic Count:  148
  • Topics Per Day:  0.03
  • Content Count:  299
  • Reputation:   6
  • Joined:  06/14/12
  • Last Seen:  

I'm a newbie please help me.

To get a workable version of the patcher you will need to follow a few simple steps:

  • Make a skin (optional);
  • Write own .kpsf file using Example.kpsf;
  • Using ConfigTool.exe pack the own .kpsf file into the patcher exe;
  • Write settings.ini;
  • Write own .php file using as example kpatcher.php;
  • Upload .kpsf and .php files to your webserver;
  • Create patch list and upload to your webserver.

1. Make a skin (optional)

2. Write own .kpsf file using Example.kpsf

Question: How to properly set this? Pls explain.

localhost.kpsf

;KPatcher internal config file
[settings::Remote]
;Full Url to remote files
Url = http://localhost/kpatcher/
;Remote settings file
Settings = pservers.ini
;Remote Auto Apdate System file
Update = update.ini
[settings::Main]
;ServerName
ServerName = KPatcher V3.0
[settings::Browsers]
;Notice URL
NoticeURL = http://localhost/kpatcher/index.php
;Temporary disabled
;StatusURL =
[settings::Executable]
;Client exe name & exe param to launch
ExeName = kpatcher.exe
ExeParam =
[settings::Misc]
;Maximum Unused space in GRF file
DefragPercent = 10

3. Using ConfigTool.exe pack the own .kpsf file into the patcher.

Question: Nothing to change this right?, just click process.

post-5357-0-70917400-1346860978_thumb.png

4. Write settings.ini;

Question: How? I don't talk ansi.

post-5357-0-11566700-1346861154_thumb.png

5. Write own .php file using as example kpatcher.php;

Question: Is this the right file? Are this codes only for labeling?

index.php

<html>
<head>
 <title>Test</title>
 <link rel='stylesheet' href='/skin/style.css' type='text/css'>
</head>
<body>
 <center><h2><b><font size="2px">Test News</font></b></h2></center>
 Beta testing v3.0
 <hr>
 <a target="_BLANK" href="http://naoro.ru/news/">Read all news</a>
</body>
</html>

6. Upload .kpsf and .php files to your webserver;

Question: Why? Please explain.

------------------------------------------------------------------------------------

Your answers for the followings:

2.

3.

4.

5.

6.

--------------------------------------------------------------------------------------

Your comments about the KPatcher:

-

-

-

Edited by zmref
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  59
  • Reputation:   0
  • Joined:  05/19/12
  • Last Seen:  

UP? I DONT KNOW TOO.. HOW TO SET THIS UP.. AND HOW CAN MY SERVER DOWNLOAD PATCHES FROM THE PATCHER

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...