Posts: 3,004
Threads: 12
Joined: May 2011
use instead if you don't want your code to be shown is a single color
looks acceptable for me
PHP код:
#if defined FILTERSCRIPT
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");
return 1;
}
public OnFilterScriptExit()
{
return 1;
}
#else
main()
{
print("\n----------------------------------");
print(" Blank Gamemode by your name here");
print("----------------------------------\n");
}
#endif
Posts: 1,004
Threads: 18
Joined: Oct 2014
Reputation:
0
Yeah, people said that was removed due to abuse. I can't get it how a simple BBCode can be abused...At least the forum's staff could punish the ones who abuse, not to remove the access to it for the whole community.
Posts: 3,004
Threads: 12
Joined: May 2011
Quote:
Originally Posted by Michael B
Yeah, people said that was removed due to abuse. I can't get it how a simple BBCode can be abused...At least the forum's staff could punish the ones who abuse, not to remove the access to it for the whole community.
|
maybe it wasn't well programmed like the other tags so there was a way out ...
Posts: 2,698
Threads: 37
Joined: Mar 2012
Reputation:
0
It was removed since it could be used as an exploit. Rather than getting forum pages down or messed up due to the bug caused by PAWN tag, it's better to have those CODE tag. It seems like PAWN tag hasn't been fixed yet and that's why they haven't activated it.
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
It seems weird though, why PHP tags work if PAWN doesn't, they both highlight code, so it shouldn't be that hard to fix the PAWN tags.
Posts: 1,498
Threads: 110
Joined: Aug 2013
Quote:
Originally Posted by Lordzy
It was removed since it could be used as an exploit. Rather than getting forum pages down or messed up due to the bug caused by PAWN tag, it's better to have those CODE tag. It seems like PAWN tag hasn't been fixed yet and that's why they haven't activated it yet.
|
Summed it up
Lock this topic now
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by Wizzard2H
Summed it up
Lock this topic now
|
Who tha fuck r u? You are definitely not an administrator, moderator, beta tester, or anything in between. Who are you to say when this thread gets locked?
My question, how could it have been exploited? (EDIT: Not that I would use it the exploit, just wondering how a BBCODE could be exploited... XD)
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
I know an exploit was used but it's been 2 months and that's what I don't quite get. I mean people put in hundreds of dollars every year for a hosted tab listing, and SA-MP isn't even able to atleast fix the PAWN tags? They get a shit-ton of money and fixing it as Lordzy said should just be using the PHP code but with PAWN syntax. And it can be exploited by putting certain terms PHP can't make use of maybe? I am not sure either as the PHP bbcode seems to work fine).