What project have I not finished? Heroic is beyond finished. Any future updates are considered updates, but it wasn’t moved out of development over a few weeks ago.Goodluck with this project. Personally I would rather you stick to one and finish it off completely. I believe Berk is or has been doing this project too.
holy shit you're just busting out projects.Hey,
I am currently developing a website dedicated to hosting files for habbo retros. This will use AngularJS and Node alongside several updates coming along in the future to bring user accounts, a staff team to ensure integrity of published files, reviews, etc.
Why should you consider using this?
All files are hosted through Megaupload with the keys not being shared and only returned through a proxy back meaning that our files will always be accessible, even if the website is to disappear - hosted files will still be available. I am also making an exclusive attempt at making this a professional place for users to publish their opinions on releases in a central location to help prevent forum-hopping or to ensure you get what you actually want.
Open Source? Always!
You must be registered for see links
Link (May not always work until I publish the first production version on a dedicated domain)
You must be registered for see links
good idea, but aint it basically like habbofiles? or am i mistaken? nonetheless, goodluck
edit; website looks amazing.
i know, i looked at it and thought how it was already better than them sites mentioned above. i just scam read it, so i probs missed the staff bit?It looks great, the website looks amazing. If you're needing Staff be sure to hit me up, wouldn't mind helping out (Discord: Zane#6149) - This would be a great addition as many retro file sites such asYou must be registered for see linksorYou must be registered for see linksare hardly updated with new uploads, never maintained and have boring designs.
I believe this has a potential. Good luck Chris.
Many Regards,
Zane
It is, yes however this will have a staff team to ensure the integrity of published files, reviews - copied from above. It also has a nice design that is not dull like other retro sites, It also uses AngularJS and Node alongside several updates, therefore it technically is better as it will be updated daily.
Many Regards,
Zane
I also ensure to host all files on multiple Mega accounts to ensure that we do not loose data as some file sharing sites have in the past (ie: sulake.cc)good idea, but aint it basically like habbofiles? or am i mistaken? nonetheless, goodluck
edit; website looks amazing.
I get bored and like to spice things up occasionally.holy shit you're just busting out projects.
I also ensure to host all files on multiple Mega accounts to ensure that we do not loose data as some file sharing sites have in the past (ie: sulake.cc)
Users will be able to publish their own files which then can be reviewed by a staff team before gaining verification status.
Also considering adding areas such as “known issues” or “exploits” to file downloads to users can be aware of any possible problems, but that will be in the future.
amazing. loving it tbh. kudos to you for this!I also ensure to host all files on multiple Mega accounts to ensure that we do not loose data as some file sharing sites have in the past (ie: sulake.cc)
Users will be able to publish their own files which then can be reviewed by a staff team before gaining verification status.
Also considering adding areas such as “known issues” or “exploits” to file downloads to users can be aware of any possible problems, but that will be in the future
I get bored and like to spice things up occasionally.
import Files from '../../controller/file/files'
export default class Routes {
constructor (router) {
router.route('/api/files').post(Files.create)
router.route('/api/files/:id')
.get(Files.read)
.put(Files.update)
.delete(Files.delete)
}
}
yeah god luck @LeChrisgod luck
I have been feeling pretty godly latelyyeah god luck @LeChris
Database.hasOwnership(data.id, req.session.id)
.then (success => {
Database.update(data)
.then (success => {
res.status(200).end()
})
.catch (error => {
new Error(error, req, res)
})
})
.catch (error => {
new Error(error, req, res)
})
Database.hasOwnership(data.id, req.session.id)
.then (Database.update(data))
.then (success => {
res.status(200).end()
})
.catch (error => {
new Error(error, req, res)
})
This project was stopped due to lack of community involvement. The source is open, however.I think I read somewhere that you discontinued this, but I hope I misread.
This looks great, both front end and under the hood. The concept is nice, and with a proper team I feel like it could help stampede the decline of users within the retro community. Allowing files, and information to be easily accessible. I think many people have wanted to create something similar but lacked the proper skill set required to actually make it. I can't really help in terms of development of the core site, but I'd like to be a contributor and tailor tools to allow updates as rapid as Habbo.
I saw you posted something about having a front end for the asset updater I'm making, maybe if we could somehow make that work?