PDA

View Full Version : [Application] [Free Mod Hosting Site][Updated - 09/12/2012], www.honrage.com.



Tanker
01-03-2012, 09:02 PM
http://www.honrage.com is a new free mod hosting site for Heroes of Newerth that I've been working on over the past few months in my spare time. It looks like garbage because I'm not an designer, but the functionality is here. I wanted to start this project when the site I was using to host my mods went down and because I hated messing with Version.txt files for auto updating. Just so there are no surprises later on down the road to you guys, I do plan to put advertisements on the site eventually in order to mitigate the hosting fees for the site, but not necessarily with profit in mind(although that would be a bonus :P).

Unregistered users can:
Search/sort/download mods

Registered users can:
Verify their accounts with their forum account
Favorite mods and view/search/sort your favorites
Rate others' mods
Upload/Edit/Delete your own mods
Your .honmod files are versioned automatically, the site will inject a version, upload link, and download link into your mod.xml file inside your .honmod file so you don't have to worry about keeping them in sync anymore. Users will be able to update their mod from HoN Mod Manager as soon as you upload the .honmod file. The icon.png file inside your .honmod file is also used as your icon for the mod. .s2z mods can be uploaded as well, but you will have to upload your own .png file for these.
View the status of bug reports you have sent
Manage bug reports for your mods

PM me if you find any bugs and/or suggestions, I don't have contact information directly on the website yet.

Hopefully this can get a sticky. :)

Known bugs:
None

TODO:
Huge site revamp coming soon. Will be mass uploading .honmod files and giving credit to the creators using their information they put in the mod.xml file.
I will list everything out upon completion of the new functionalities when they are completed

Future: Interface Improvements
Suggest something

handi
01-03-2012, 09:37 PM
I like the interface.

No doubt there will be a slew of complaints of credit-less hosting, meaning user x posting mod without giving due credit. How are/will you deal with this?

Tanker
01-03-2012, 09:54 PM
I like the interface.

No doubt there will be a slew of complaints of credit-less hosting, meaning user x posting mod without giving due credit. How are/will you deal with this?

I am shortly implementing a report feature. I will remove any mods that are uploaded fraudulently and ban the users who do it.

EDIT: In the mean time, I will check my PMs and try to keep an eye on things.

Sage
01-04-2012, 01:30 PM
great idea and good work tanker. I've got nothing to contribute though.

Zejety
01-04-2012, 01:54 PM
Good plan and good execution. I support this wholeheartedly!

Tanker
01-04-2012, 02:03 PM
Everyone give me a pity bump on GD :D, we need to get the word out everyone or the project will be a failure.

http://forums.heroesofnewerth.com/showthread.php?t=378134

TakeMyBottle
01-04-2012, 04:58 PM
Nice site

This guys SwiftPicker mod is genius

Rainnbowdash
01-06-2012, 06:50 PM
Hey man, I love this. Though one thing about the site you might wanna change. Each time I try to copy a link in the descriptions, the panel collapses. Can you make it so that it when clicking only the name, it collapses and decollapses?

That would be better because trying go to the link is troublesome atm.

Tanker
01-06-2012, 07:51 PM
Hey man, I love this. Though one thing about the site you might wanna change. Each time I try to copy a link in the descriptions, the panel collapses. Can you make it so that it when clicking only the name, it collapses and decollapses?

That would be better because trying go to the link is troublesome atm.

Going to enable links altogether in the descriptions, that will mitigate that. I am also doing some work on the interface that hopefully will be clean enough that expanding/collapsing won't be necessary anymore.

Thanks for the feedback!

SHiRKiT
01-07-2012, 01:23 PM
Can you add some API for developers to connect to the repo?

Rainnbowdash
01-07-2012, 05:42 PM
Going to enable links altogether in the descriptions, that will mitigate that. I am also doing some work on the interface that hopefully will be clean enough that expanding/collapsing won't be necessary anymore.

Thanks for the feedback!

so much better now, loving this site 100% hope it gets a big library of mods soon! :D

Tanker
01-07-2012, 11:01 PM
Can you add some API for developers to connect to the repo?

What all would you like this API to do, Add/Edit mods?

Tanker
01-09-2012, 05:37 PM
Good plan and good execution. I support this wholeheartedly!

Your apostrophes are now appearing correctly. :)

Manu311
01-17-2012, 02:22 AM
I found a "bug".
I've uploaded my mod to your side (311ArcPlate) and am using it with my java mod manager (by shirkit). Now everytime I click "update mods" my mod gets updated. From version 1 to version 1. I click it again, and it is updated again. Everytime I click.
I have no clue why that's the case, I guess the version is return wrong. When I open the link to it in firefox I get: "Wrong file type" - I don't know if that's intentional, but that's obviously no version number :D - so I guess that's the reason.

//EDIT: Just in case you're changing something currently and that's the cause - please create a local copy and change that first - and only update the online version after you're done - so there's no down-/bugtime.

Tanker
01-20-2012, 02:34 PM
I found a "bug".
I've uploaded my mod to your side (311ArcPlate) and am using it with my java mod manager (by shirkit). Now everytime I click "update mods" my mod gets updated. From version 1 to version 1. I click it again, and it is updated again. Everytime I click.
I have no clue why that's the case, I guess the version is return wrong. When I open the link to it in firefox I get: "Wrong file type" - I don't know if that's intentional, but that's obviously no version number :D - so I guess that's the reason.

//EDIT: Just in case you're changing something currently and that's the cause - please create a local copy and change that first - and only update the online version after you're done - so there's no down-/bugtime.

Thanks for the info. It looks like it set the version in the mod.xml file to 1, but to 2 in the database for some reason, I haven't figured out why that happened yet though. As for the wrong file type when you pasted the url, I could reproduce that by not removing the amp; from the &, xml requires & symbols to be encoded as &, but the browser is not going to interpret that correctly when pasted into the url.

I am going to set your mod back to version 1 in the database manually for now to fix the issue and then will try to figured out what caused it to be 2 in the database but stay 1 in the mod.xml later tonight if I can.

Also, as for local changes, don't worry I am a follower of best practices with source control and dev environment and automated deploy scripts and what not, I'd never tamper with code directly in a production environment, even on my side projects like this. Changing a mod version doesn't require any down time as it's just a field in the database which the version file is generated from, version files don't exist as hard files. :)

Manu311
01-20-2012, 04:21 PM
I have an idea why that may have happened:
I haven't read about you doing the versioning for me, so I changed the version in "version 2" - I uploaded it the second time and changed the versioning thing. I removed the part that you are taking care of for me.
So I "uploaded" version 2 - but after your code changed it, it was very similar (if not identical) with version 1 - so maybe that caused the issue somehow.

Tanker
01-20-2012, 05:43 PM
I have an idea why that may have happened:
I haven't read about you doing the versioning for me, so I changed the version in "version 2" - I uploaded it the second time and changed the versioning thing. I removed the part that you are taking care of for me.
So I "uploaded" version 2 - but after your code changed it, it was very similar (if not identical) with version 1 - so maybe that caused the issue somehow.

Thanks, I'll try to re-produce that when I get off work and see what I can come up with and put in a fix for it if I find it. :)

EDIT: Manu311, I fixed the bug, versions shouldn't be getting out of sync anymore. :)

SHiRKiT
01-24-2012, 12:40 PM
What all would you like this API to do, Add/Edit mods?

Just enough to browse it (list honmods, download them, see version, description, name, author, icon). Just that. A JSon response or XML would be just perfect.

Tanker
01-25-2012, 05:48 PM
Just enough to browse it (list honmods, download them, see version, description, name, author, icon). Just that. A JSon response or XML would be just perfect.

I'll see what I can do.

SeroTotting
05-09-2012, 06:56 AM
It doesnt work does it?

Tanker
08-01-2012, 04:08 PM
It doesnt work does it?
It's still up and running for those that want to use it. I haven't had time to put much more effort into it since I've been dealing with stuff IRL. I'll probably get around to making some huge interface updates sometime in the future though so make things a lot easier and more user friendly.

Tanker
09-12-2012, 02:52 PM
I did a huge update last night. Completely re-wrote the entire application in a more maintainable language/framework and made the interface much easier to use. Now that I'm done re-creating what needed to be re-created I will be working on new functionality that will support a community-driven mod site where elevated users can update mods as creators release them. Will also be creating tools for mod creators upload their own mods from the click of a button at a later time.

Hope everyone likes the new changes!

Manu311
10-13-2012, 01:32 PM
Is it comin back or do I have to upload my mod somewhere else again?

Tanker
10-16-2012, 11:22 AM
The site should be back up, had a little bit of down time due to my old hosting provider being ass holes with my domain. Took a bit to switch domain providers.

Manu311
01-31-2013, 10:02 AM
I forgot my password, could you implement a feature to reset it?

Never mind - I found it ^^.

Manu311
01-31-2013, 06:59 PM
I've got an other problem now. I want to upload a mod (I fixed) but it's just not working.
No idea why not. I'm uploading it elsewhere until you fix it.
Here's the file: http://manu311.de/311MIA.honmod