[QUOTE=Tolee;45875177]"thank you"
LETS GO LOOK AT YOUR FAILED CODERHIRE SERVER CUBESQUAREDRP. YOU FAILED TOO SON.[/QUOTE]
[img]http://cubesquaredrp.com/gyazo/4748e30166cf1cde2d6e.png[/img]
such failure
You have 97 subscribers this month. $15 x 97 = $1455. Nice profit.
Definitely not worth the stress though. I can only imagine how annoying this is.
Well, this was a huge blow to my life...
It's whatever. The website owner has obvious trust issues, this has nothing to do with stress or sensitive data. Even if he is ill this problem is easily fixable and doesn't require dismantling an entire website that many people use.
Give us a database dump and drop the passwords table. Please
[QUOTE=dr.dray_7;45875600]It's whatever. The website owner has obvious trust issues, this has nothing to do with stress or sensitive data. Even if he is ill this problem is easily fixable and doesn't require dismantling an entire website that many people use.[/QUOTE]
He owns it. He can do as he pleases with it.
[QUOTE=kila58;45875841]Give us a database dump and drop the passwords table. Please[/QUOTE]
It's a payment processing site. Do you guys really expect him to provide a database dump with personal information about thousands of users around sensitive information?
I mean you're talking about linking thousands of emails to steamaccounts to paypal account names etc. Generally not a good idea.
[QUOTE=thelastpenguin;45875897]It's a payment processing site. Do you guys really expect him to provide a database dump with personal information about thousands of users around sensitive information?
I mean you're talking about linking thousands of emails to steamaccounts to paypal account names etc. Generally not a good idea.[/QUOTE]
Uhh they use PayPal to proccess payments, and Steam to sign in. PayPal stores accounts on the PayPal website, and Steam stores accounts on the Steam website...
Adam, would it be possible for you to release the code of the actual website? This may seem like an odd request, and I'm pretty much a no-name on coderhire, but I would love to try hosting this.
I totally understand if you deny me for whatever reasons you may have though.
[QUOTE=thelastpenguin;45875897]It's a payment processing site. Do you guys really expect him to provide a database dump with personal information about thousands of users around sensitive information?
I mean you're talking about linking thousands of emails to steamaccounts to paypal account names etc. Generally not a good idea.[/QUOTE]
Everyone complains how sensitive the information is etcetera, etcetera.
And what would you do with that information anyways? Identity thief? You would need way more than their names and paypal emails to steal someones identity. You can get their names by sending 1 cent to random email.
Also the data that adam is guarding so much also available to the developers who sold their scripts. I personally have over 600 unique users paypal emails, their names and etc. Does that mean I can steal identities from 600 people? of course not, otherwise PayPal wouldn't exist.
Its still his site, maybe he doesnt want anyone copying his website because they will do a worse job than he did and collect more da moniez
Well... was good while it lasted. I just refunded a bunch of users the money they paid me. Gonna release my scripts for free shortly.
I am kinda happy CoderHire is down. Hopefully there will be more useful developers not charging for their schit scripts.
I wonder if Adam could at least provide us with ban list (and if possible reputation) so the other people who are creating alternative could implement that data into their site. The last thing we would want is another wave of leakers.
Of course we could fetch the list by using his API and scan each user, but it would be easier just the get the single json file with all data.
[QUOTE=edgarasf123;45878004]I wonder if Adam could at least provide us with ban list (and if possible reputation) so the other people who are creating alternative could implement that data into their site. The last thing we would want is another wave of leakers.
Of we could fetch it by using his API and scan each user, but it would be easier just the get the single json file with all data.[/QUOTE]
I agree in terms of the ban-list. I have it as one of the checks when joining my server. I'd definitely like to see the full list released instead of just the api for it.
Here's the code I use: [code] // check Coderhire Bans
bans.check_coderhire( _steam, function( _banned, _reason, _expiry, _bans )
MsgC( COLOR_CYAN, "[" .. GAMEMODE.Name .. "]", COLOR_GREEN, "-CHBans: [ \"" .. _name .. "\" " .. _steam .. " ]" );
if ( _banned || _bans > 0 ) then
MsgC( COLOR_RED, "- FOUND - #" .. _bans + 1 .. " bans " .. ( _banned && "with current one expiring on: " .. _expiry .. "" || "with no active bans currently!" ) .. ( ( _reason && _reason != "" ) && " with the last reason being: " .. _reason .. "" || "" ) .."!" );
local _text = string.lower( _reason );
if ( _banned && ( string.find( _text, "leak" ) || string.find( _text, "charge" ) || string.find( _text, "steal" ) ) ) then
gatekeeper:Drop( _steam, "Unauthorized Access - CODE: 2158:" .. _bans + 1 .. ":" .. _expiry );
end
else
MsgC( COLOR_GREEN, " : NONE!" );
end
MsgC( COLOR_GREEN, "\n" );
end );[/code]
For some of the definitions, go here: [url]https://bitbucket.org/Acecool/acecooldev_base/src/[/url]
Under gamemode/shared/_definitions/
[QUOTE=edgarasf123;45878004]I wonder if Adam could at least provide us with ban list (and if possible reputation) so the other people who are creating alternative could implement that data into their site. The last thing we would want is another wave of leakers.
Of course we could fetch the list by using his API and scan each user, but it would be easier just the get the single json file with all data.[/QUOTE]
[url]http://coderhire.com/api/users/bans[/url]
[url]http://coderhire.com/api/reputations/all[/url]
[QUOTE=adamdburton;45879160][url]http://coderhire.com/api/users/bans[/url]
[url]http://coderhire.com/api/reputations/all[/url][/QUOTE]
An exportable table of who purchased your scripts would be good too, for developers to keep track of their customers. Only the information you would see normally.
[QUOTE=Phoenixf129;45879537]An exportable table of who purchased your scripts would be good too, for developers to keep track of their customers. Only the information you would see normally.[/QUOTE]
You can do that already [url]http://coderhire.com/about/api-documentation[/url]
/api/scripts?api_key=<api_key>
/api/scripts/purchases/<script_id>?api_key=<api_key>
And now people will go back to making custom content for their servers like the GMod Discussion forum told me!
/sarcasm
Take it easy, Adam. Hopefully people will either make an alternative with a number of competing sites or server hosters will adapt a system where they sponsor addon developers and put their content on their vanilla servers.
Coderhire had a really good run,
Always wondered how much the best sellers on coderhire made roughly,
Since rocketmania started selling his scripts he gained approx $25,086 ( 25587720 SKW )
I think _Undefined's amazing resolve plus his professional & practical attitude to running the CoderHire project is what made it so successful in the first place. Hopefully the project will continue in some form or another.
[QUOTE=Chuteuk;45881140]I think _Undefined's amazing resolve plus his professional & practical attitude to running the CoderHire project is what made it so successful in the first place. Hopefully the project will continue in some form or another.[/QUOTE]
I think the fact garry said "go to coderhire" made it so successful in the first place.
[QUOTE=Phoenixf129;45881417]garry said "go to coderhire"[/QUOTE]
That answers my question
126 pages and people still read, rate, and reply to the comments on this thread.... Dayum.
Ah, quite sad it came to this.
[QUOTE=CloseShave113;45890767]Ah, quite sad it came to this.[/QUOTE]
Nah, Adam had stuff to do. It's good for him and good for us to experiment on a new better CoderHire
I'm quite sad to see this go. Although I think this is a very good opportunity for a web dev to release a new version of it.
I'll see what I can do on my end.
I'm sure I stand alone when I say I'm excited to see Coderhire close. Not because it was a bad site or anything, but I remember the days when there wasn't 3000000 TTT and DarkRP servers with the same content on them. I miss joining TTT servers to see what unique items the developer created for that server. I also miss developers who released things based on the fact they enjoyed coding them, not just to make a quick buck. There is nothing wrong with making money from something you are good at but, I would like to hope that maybe this will cause there to be less "CUSTOM POINTSHOP DARKRP + BANK ROBBING servers" and more servers with original content.
DarkRP | Custom Jobs | CoderHire Scripts
Custom Content*
Sorry, you need to Log In to post a reply to this thread.