Automatic User is banned. Joined Mar 19, 2011 Posts 5,304 Reacts 0 Reputation 0 Credits 0 Jun 16, 2011 #1 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.
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.
James_mybb_import12403 Onyx user! Joined Mar 19, 2011 Posts 643 Reacts 0 Reputation 0 Credits 0 Jun 16, 2011 #2 I disagree. This make it very easy to get viruses.
Automatic User is banned. Joined Mar 19, 2011 Posts 5,304 Reacts 0 Reputation 0 Credits 0 Jun 16, 2011 #3 James said: I disagree. This make it very easy to get viruses. Click to expand... >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.
James said: I disagree. This make it very easy to get viruses. Click to expand... >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 Joined Mar 19, 2011 Posts 2,055 Reacts 0 Reputation 0 Credits 0 Jun 16, 2011 #4 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?
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. Joined Mar 19, 2011 Posts 5,304 Reacts 0 Reputation 0 Credits 0 Jun 16, 2011 #5 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? Click to expand... That, and if statements I if statements.
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? Click to expand... That, and if statements I if statements.
Reaper_mybb_import12521 Active Member Joined Mar 19, 2011 Posts 2,055 Reacts 0 Reputation 0 Credits 0 Jun 16, 2011 #6 It will probably have to include some if statements/functions/something like that, don't worry.
lights_mybb_import15405 Member Joined Jun 6, 2011 Posts 105 Reacts 0 Reputation 0 Credits 0 Jun 16, 2011 #7 I believe there is something so it's their Username. I believe it's {Username} when working around the ACP.
I believe there is something so it's their Username. I believe it's {Username} when working around the ACP.