Support Forums
SF Coders Official Group [Applications: OPEN!] - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Groups (https://www.supportforums.net/forumdisplay.php?fid=78)
+---- Forum: Group Recruiting (https://www.supportforums.net/forumdisplay.php?fid=79)
+---- Thread: SF Coders Official Group [Applications: OPEN!] (/showthread.php?tid=21158)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22


RE: SF Coders Group [Applications: OPEN!] - BreShiE - 08-24-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.


RE: SF Coders Group [Applications: OPEN!] - Mark Zuckerberg - 08-24-2011

Lol, I would apply if I had the minimum amount of posts Smile.

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.


RE: SF Coders Group [Applications: OPEN!] - BreShiE - 08-24-2011

Great, that's good to know. We could always do with that one more active member. I look forward to your reply.


RE: SF Coders Group [Applications: OPEN!] - Coding Support - 08-28-2011

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.


RE: SF Coders Group [Applications: OPEN!] - BreShiE - 08-28-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.


RE: SF Coders Group [Applications: OPEN!] - FireMonkeyFun - 08-31-2011

(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?


RE: SF Coders Group [Applications: OPEN!] - AceInfinity - 08-31-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."

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


RE: SF Coders Group [Applications: OPEN!] - BreShiE - 09-01-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.


RE: SF Coders Group [Applications: OPEN!] - alabama - 09-04-2011

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





RE: SF Coders Group [Applications: OPEN!] - BreShiE - 09-04-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.