I would like to be able to upload .bmp files to my gallery.  What code modifications do I need to make?

2

(34 replies, posted in General discussion)

The little retard who "cracked" my site (who also appears to have been the same one who got into 555|STi's site) was from Turkey.

3

(34 replies, posted in General discussion)

The same thing happened to me. Had to redo a couple things and delete the new administrator.  Looks like the hacker figured out how to make himself an admin and then changed some stuff.

Hope the update to 1.2.6 helps.

I think I've got most of the issues ironed out with my forums, but input from others would be most appreciated.  I've checked out how it looks in Firefox and IE6, but I'm not sure how it looks in Safari, Opera, or on a Mac. Here's the url: http://masterquan.com/forums.

I know I've got a bunch of non-compliant code wandering around, but getting the code up to spec has been low on my list of priorities.

Thanks in advance for any feedback.

5

(21 replies, posted in General discussion)

graue wrote:

Someone should make a mod that adds a [ strike ] tag.

You don't need to make a full-fledged mod, just modify /include/parser.php.

In the part of the file where it parses the BBCode and converts it to HTML (starting around line 296) add

'#\[strike\](.*?)\[/strike\]#s'

to the BBCode array to be parsed and add

'<s>$1</s>'

to the array of HTML equivalents.

And there's your set of strikeout tags.

Adding the strikeout function was the first modification I ever made to a punBB file. smile