a question about these here forums

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

a question about these here forums

Post by malcolmboston »

using this tag ['php'] (purposefully misrepresented) what is it that actually handles the output of the text to syntax highlight it

i would really like to develop something like this for a project, could anyone point me in the right direction?
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post by Illusionist »

malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

hmmmmm, possibly........

anyone actually know and isnt guessing?
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post by Illusionist »

looky what i found
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

- Downloaded http://phpbbhacks.com/viewhack.php?id=1400
- Unzipped it
- Looked in the file
- Found this line

Code: Select all

highlight_string($text);
User avatar
uberpolak
Forum Contributor
Posts: 261
Joined: Thu Jan 02, 2003 10:37 am
Location: Next to the bar

Post by uberpolak »

Lol, keep it civil guys, this could be a valuable thread, it'd be a shame to get it deleted due to petty crap.
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

thank you very very much lilpunk

cheers mate
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post by Illusionist »

if you looked at the link i sent you you would have found the exact same information....
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

Yes but my way was the more tedious way.. :P

Actually when I posted a few seconds after you and saw what you posted I realized i wasted time downloading that :P
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post by Illusionist »

lol, i was goign to actually download and install phpBB just to figure it out if i had to! lol
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

LOL


now that would've sucked ;)
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

Illusionist wrote:lol, i was goign to actually download and install phpBB just to figure it out if i had to! lol
lol, i wouldnt go that far mate :wink:
Illusionist wrote:if you looked at the link i sent you you would have found the exact same information....
i could swear when i viewed the topic your post was'nt there :?

thanx again guys
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post by Illusionist »

lol, its ok.
Post Reply