• Welcome to ForumKorner!
    Join today and become a part of the community.

l33t idea I had that I know you won't accept, but it's still l33t

Automatic

User is banned.
Reputation
0
Not sure if there's a plugin/shit already coded for this but:
Forum code, like, with if statements and jazz. Variables for:

Username
Time
Date

So you can have something like:

Code:
if(date() == 17062011) {
echo("Welcome ".username()." to our thread!");
} else if(date() < 17062011) {
echo("GTFO, THE EVENT'S NOT TILL THE 17!);
} else {
threadClose();
}

Something like that. Would be cool.
 

Automatic

User is banned.
Reputation
0
James said:
I disagree. This make it very easy to get viruses.

>Implying you can run java/any other kind of language though my BB, and that it won't have a way to download/execute files.
 

Reaper_mybb_import12521

Active Member
Reputation
0
I think we need a BBcode that detects their username and displays it. So, it just checks the database for $username, and then displays it.


Code:
[username][/username]
=
Code:
*username here*


If you see what I mean?
 

Automatic

User is banned.
Reputation
0
Reaper said:
I think we need a BBcode that detects their username and displays it. So, it just checks the database for $username, and then displays it.


Code:
[username][/username]
=
Code:
*username here*


If you see what I mean?

That, and if statements D:

I <3 if statements.
 
Reputation
0
I believe there is something so it's their Username.

I believe it's {Username} when working around the ACP.
 
Top