Posts: 2,216
Threads: 187
Joined: Jul 2011
Posting just 4 characters isn't going to be getting you anything but a ban ayway buddy, sharpen up your posts a lil'.
Also that rule is standared, even if I didn't want that I'd still have to. It's set by Omni.
Posts: 115
Threads: 5
Joined: Jul 2011
Reputation:
1
Lol, I would apply if I had the minimum amount of posts .
I'll be sure to come back to this thread once I get there.
I'm not here for the award like most people, so I just don't go around spamming, so it may be a while, but at least I will have the knowledge that I didn't go around spamming for 100 posts, lol.
Chase your dreams, and if it doesn't work, dream a new dream. -Louis “Coach” Presutti
Posts: 2,216
Threads: 187
Joined: Jul 2011
Great, that's good to know. We could always do with that one more active member. I look forward to your reply.
Posts: 176
Threads: 20
Joined: Jun 2011
Reputation:
4
We need more members, i would love to see this group become an actual group on SF where we can share our ideas, programs, and other things inside our own sub-forum.
Posts: 2,216
Threads: 187
Joined: Jul 2011
(08-28-2011, 10:56 AM)Coding Support Wrote: We need more members, i would love to see this group become an actual group on SF where we can share our ideas, programs, and other things inside our own sub-forum.
If you know any members who can code, please forward them to this thread.
Posts: 134
Threads: 14
Joined: Aug 2011
Reputation:
0
(08-06-2011, 01:14 PM)BreShiE Wrote: Our Goal:
The goal of SFC (SF Coders) is to create a unique group of coders who are willing to support and bring amazing content to this forum, we're are looking for the best of the best, although it doesn't matter how good you are, it's not a requirement. Don't want to sound mean, but please fix the "we're" to "we" or remove the "are" and keep "we're."
I plan on trying to join as soon as I hit 100 posts. What do you consider coding?
Posts: 5,793
Threads: 268
Joined: Sep 2010
Reputation:
85
08-31-2011, 04:35 PM
(This post was last modified: 08-31-2011, 04:36 PM by AceInfinity.)
(08-31-2011, 04:18 PM)FireMonkeyFun Wrote: Don't want to sound mean, but please fix the "we're" to "we" or remove the "are" and keep "we're."
I plan on trying to join as soon as I hit 100 posts. What do you consider coding?
Scripting, C, C++, .NET, etc... Basically whatever is considered a programming language. Even Registry scripts
Posts: 2,216
Threads: 187
Joined: Jul 2011
(08-31-2011, 04:18 PM)FireMonkeyFun Wrote: Don't want to sound mean, but please fix the "we're" to "we" or remove the "are" and keep "we're."
This thread took me over 2 hours to write, there was bound to be a mistake somewhere, thanks for letting me know. I'll fix it now.
Posts: 269
Threads: 28
Joined: Aug 2011
Reputation:
13
What Can You Code:
mSL
Favorite Coding Language:
mSL
Will You Give Support To Fellow Coders:
Yes
How Many Hours Per Week Can You Be On:
Not sure, school just started.
Age:
16
Proof Of Your Coding Abilities:
Basic login script & admin only commands I'm working on making tutorials for, on my 3rd so far. So it's still pretty basic. I've commented on each line of the code.
PHP Code: on $*:TEXT:/[!.`@]login */Si:#:{ //basic on text trigger
{ var %t .timer } //sets a variable as a timer
if ($2 != Example) { inc $+(%,invalid.,$nick) | notice $nick Login wrong } //if the 2nd statement isn't 'Example' it adds to %invalid.$nick (ex, %invalid.nickname 1,2,3,4)
if ($($+(%,invalid.,$nick),2) > 4) { ignore -u15 $nick | %t 1 15 unset $+(%,invalid.,$nick) | msg $nick Black listed } //if they have 5 logins that were incorrect it'll ignore them and tell them they've been blacklisted
if ($2 == Example) { set $+(%,login.,$nick) true | %t 1 7200 unset $+(%,login.,$nick) | unset $+(%invalid.,$nick) | msg $nick Login Correct } //if the password was correct, they'll be logged in. %invalid.nickname will be unset, and a timer is set to log them out in 2 hours. }
on $*:TEXT:/[!.`@]admin/Si:#:{ //basic on text trigger
if ($($+(%,login.,$nick),2) == true) { .notice $nick admin command.. } //if user is logged in they get this
else { .notice $nick You are currently not logged in or do not have access } //if user is not logged in they get this
}
Posts: 2,216
Threads: 187
Joined: Jul 2011
Alabama, I'm not familiar with this type of code, can you explain what it is? Also could I come on your TeamViewer (assuming you have it) and watch you code, just for proof.
|