Jump to content
  • 0

Can i host my patcher at free hosting site?


Dolphin86

Question


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.06
  • Content Count:  709
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

as title, i had just got my server up, but the hoster do not provide me with a patcher since i took the pakage without a patcher, so i was wondering is it posible to have a patcher on free hosting site?

and if so what does it require?

i need working site hosting where i can host my patcher for free, been looking for days by now, none working perfectly, most free hosting site had block new account request from my country Malaysia. any sugguestion?

P/S : sorry if this topic at wrong section not sure where to start this topic onion-emoticon-023.gif

Link to comment
Share on other sites

16 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

Here is a longer explanation of the original post:

  1. create a SourceForge account https://sourceforge....er/registration
  2. create a new project: https://sourceforge.net/p/add_project
    * make sure you check the SVN tool, to enable SVN
  3. install TortoiseSVN on your computer http://tortoisesvn.net/downloads.html
  4. checkout a working copy of the SVN of your new project. The SVN url will be something like:
    https://svn.code.sf.net/p/PROJECTNAME/code/


    * make sure your URL has https so you have read+write access

  5. In your new working copy, create folders for your patcher stuff. For example:
    /
    /patcher/
    /patcher/data/
  6. SVN Commit your changes.
    Now you should be able to browse your SVN and see the folders you just created
    http://svn.code.sf.net/p/PROJECTNAME/code/patcher/


  7. Configure your patcher (see Category:Patchers)
    Your "patcher website" URL is the SVN url:
    http://svn.code.sf.net/p/PROJECTNAME/code/patcher/


    * http for anonymous read-only access

  8. Here's an example of some of the Thor_Patcher urls you would configure:
    RootURL='http://svn.code.sf.net/p/PROJECTNAME/code/patcher/'
    file_url=http://svn.code.sf.net/p/PROJECTNAME/code/patcher/data/
  9. Now in your working copy, add the patcher website files.
    Thor patcher for example, would have:
    /patcher/main.ini
    /patcher/plist.txt
    /patcher/data/this_is_a_patch.thor
  10. set appropriate SVN Properties for each file type
    • "patchlist" and other text files should have svn:eol-style=native
    • "patch files" (ex: .grf .gpf, .rar .thor) and any other binary files should have svn:mime-type=application/octet-stream
    • "html files" - should have svn:mime-type=text/html (if you forget this property, the html file will display as plain-text. example)
    • images - should have their corresponding image type (for example .png should have svn:mime-type=image/png)

[*]SVN Commit

[*]Each time you have a new patch, add the patch to your working copy, then SVN Commit the changes.

  • Upvote 1
  • MVP 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

http://www.eathena.ws/board/index.php?act=findpost&pid=1453565

You can host static files through a SVN, and there are many free SVN hosts.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.06
  • Content Count:  709
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

thank you Brian /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

You can actually host patch files at project website like Assembla, Google Code. Search for guide.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.06
  • Content Count:  709
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

i try to use my domain to make a patch site but i got this error while try to view those files

[b]Forbidden[/b]

You don't have permission to access /patch/ on this server.  
_______________________________________________________________________________________________________ 

Apache/2.2.15 (CentOS) Server at www.steel-ro.nickyzai.com Port 80

Edited by dolphincute
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

Make sure your website folders are accessible by the user/group Apache is running as.

On Ubuntu/Debian, Apache runs as the user www-data and group www-data, so you should 'chown' all website files:

chown -R www-data:www-data /var/www/

And then make sure the user (www-data) has read+write permissions,

chmod -R u+rw /var/www/

or if it only needs read permissions:

chmod -R u+r /var/www/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.06
  • Content Count:  709
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

i think i will skip that, i would like to try host my patcher in googe code, assembla or sourceforge, any tutorial for it?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

Did you follow this topic?

http://www.eathena.ws/board/index.php?act=findpost&pid=1453565

You can host static files through a SVN, and there are many free SVN hosts.

thank you Brian /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.06
  • Content Count:  709
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

ok problem solve, new problem accur, will making new topic


I had read the link that you gave me before, but i dont understand how can i host my patcher at sourceforge.net, is there any guide or tutorial that i can reffer to?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  127
  • Reputation:   7
  • Joined:  02/10/13
  • Last Seen:  

If I get this to work this is so going into my wikia page.

My previous two attempts getting thor to work on a free webhost failed miserably

--EDIT--

This guide will be on my wikia within the next 4 hours

Edited by sietse11
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  145
  • Reputation:   15
  • Joined:  01/06/12
  • Last Seen:  

why i can get error when commit a 30mb above?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

Can you screenshot the TortoiseSVN error so we can see?

By the way, there is Project Web hosting for open source projects hosted on SourceForge.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  145
  • Reputation:   15
  • Joined:  01/06/12
  • Last Seen:  

i tried 10 time no luck at all but my less than 1 mb or 2 mb can be commit.

post-1291-0-25204700-1362734723_thumb.png

post-1291-0-56855000-1362734727_thumb.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  145
  • Reputation:   15
  • Joined:  01/06/12
  • Last Seen:  

ill try.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  436
  • Reputation:   31
  • Joined:  02/19/12
  • Last Seen:  

I tried this but every time i run my patcher .. its always failed to Connect 

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...