| Author |
PHP Programming Competition |
mozzer
Member

Posts: 339
Location: Password Land
Joined: 21.01.06 Rank: God |
|
How about a competition for coding a tool in PHP?
Pretty self explaintory,
Judged on the best one, winner gets points etc
I will be back |
|
| Author |
RE: PHP Programming Competition |
thousandtoone
Member
Posts: 274
Location: chown thousandtoone /
Joined: 16.04.05 Rank: Monster |
|
I'll draft up a scoring guide if you all want to start brainstorming content.
rootbound admin. |
|
| Author |
RE: PHP Programming Competition |
Mr_Cheese
HBH Owner

Posts: 2468
Location: Brighton, UK
Joined: 30.11.04 Rank: God |
|
a client for a trojan might be quite a nice thing to code.
quite involved and gives someone a good chance in showing off their skills.
atleast this way we'll get different submissions, instead of nearly every submission being the same.
|
|
| Author |
RE: PHP Programming Competition |
thousandtoone
Member
Posts: 274
Location: chown thousandtoone /
Joined: 16.04.05 Rank: Monster |
|
Too awkward unless someone made a whole server as well. I could have a dummy client that sends raw packet data of '1' '2' '3' for different commands.
I'd suggest another application-style goal, but not a trojan client.
rootbound admin. |
|
| Author |
RE: PHP Programming Competition |
The_Cell
Member

Posts: 306
Location: Belgium
Joined: 07.04.05 Rank: God |
|
Maybe something with a more defense purpose?
Like designing a scblockedript to harden/prevent brute force attacks? Or other safeguards? The best and most innovative one gets the most points.

Made by Monster
Hacking is creativity. - The_Cell
|
|
| Author |
RE: PHP Programming Competition |
thousandtoone
Member
Posts: 274
Location: chown thousandtoone /
Joined: 16.04.05 Rank: Monster |
|
No, it really couldn't. PHP is an interpretted language with inherent issues when compared to a low or mid-level compiled language. Speed, extensibility, and permission-level issues are all there.
Why not something like a CMS where people can do as much or as little as they want? It'd be easy to judge- give points based on features, OSS-standards, modularity, complexity, cleanliness of code, etc.
rootbound admin. |
|
| Author |
RE: PHP Programming Competition |
The_Cell
Member

Posts: 306
Location: Belgium
Joined: 07.04.05 Rank: God |
|
|
Rebirth wrote:
A PHP-Antivirus? it is possible, and I bet it could even be practicle.
No, nothing like that. Just code something that improves the security of a site to prevent brute-forcing, session hijacking, etc. It's not that hard to realize such a thing.

Made by Monster
Hacking is creativity. - The_Cell
|
|
| Author |
RE: PHP Programming Competition |
BobbyB
Member

Posts: 260
Location: England
Joined: 16.03.05 Rank: Monster |
|
Why does there even need to be a set goal?
I think this kind of challenge would be more interesting: Code whatever the hell you feel like in PHP. Whoever codes what is judged to be the best scblockedript wins.
Points for code, originality of program and usefulness. All that crap.
|
|
| Author |
RE: PHP Programming Competition |
CL
Member
Posts: 47
Location: online
Joined: 10.03.06 Rank: Elite |
|
|
BobbyB wrote:
Why does there even need to be a set goal?
I think this kind of challenge would be more interesting: Code whatever the hell you feel like in PHP. Whoever codes what is judged to be the best scblockedript wins.
Points for code, originality of program and usefulness. All that crap.
that would be way to hard to judge,
if a program is original or usefull, that just an opinion. and you can't just someone based on you opinion.
you need facts like A has this and B hasn't got it so thats an extra point for A.
not just I think A is original so he gets extra point
so my point is that you need goals to judge such a compitition
And God said; Let there be google, and there was google.
And God saw google, and he knew that it was good.
|
|
| Author |
RE: PHP Programming Competition |
chislam
Member
Posts: 511
Location:
Joined: 05.03.06 Rank: God |
|
so why don't we scblockedript something that can be judged on effifiency / neatness of code. like maybe a bruteforcer or some type of thing like that.
|
|
| Author |
RE: PHP Programming Competition |
mozzer
Member

Posts: 339
Location: Password Land
Joined: 21.01.06 Rank: God |
|
I definately prefer the idea that all entries should be around a similar topic. This appart from making it easier to judge makes it fairer as some awesome coders have problems finding out what other people want
I will be back |
|
| Author |
RE: PHP Programming Competition |
CL
Member
Posts: 47
Location: online
Joined: 10.03.06 Rank: Elite |
|
|
mozzer wrote:
I definately prefer the idea that all entries should be around a similar topic. This appart from making it easier to judge makes it fairer as some awesome coders have problems finding out what other people want
That's exactly what i was trying to to say 
And God said; Let there be google, and there was google.
And God saw google, and he knew that it was good.
|
|