When trying to include a utf-8 encoded file with an anis-encoded php script, I got an error that the headers have already been send (PHP 5.1.6).
So stick with one encoding to prevent such issues.
When trying to include a utf-8 encoded file with an anis-encoded php script, I got an error that the headers have already been send (PHP 5.1.6).
So stick with one encoding to prevent such issues.
When trying to update (creation works well) a post, which has attachements it often (nearly) happens that my mysql 5.0.18 crashes.
I looked into the statement and saw that it shouldn't be (around line 568):
( a.attachmentType =3 AND thumbparent.IDTHUMB = a.ID_ATTACH ) ```mysql 5 doesn't crash when using this instead:
( thumbparent.IDTHUMB = a.ID_ATTACH AND a.attachmentType =3 ) ```Basicly this seems to be an mysql 5.0 issue, but this quickfix helped me to keep my site working with smf attachements.
I posted already a
bugreport on official simplemachines site.
Today was patchday! I added several new stuff, some little updates, minor fixes and lots of new fun for GTA:Tournament.
HotSpots The very new feature. Sense of HotSpots is simple, big fights in areas of GTA:Tournament. Every 10 minutes, the spot changes. When you are beating somebody in the spotarea (where it is, gets announced) - you get 5 extra respect! So tell your clanmates about this, and own whole san andreas!
To check wether you are in the hotspot area or not: Look at your H.U.D. If it changes from White/Yellow to Yellow/Red, you are in the HotSpot area!
/eject If you /lock'ed your car, you can use /eject nickname from this protection. So a gangmember or a friend can join the car anyways.
/ignore Sometimes you are annoyed by the stuff someone sends via PM or posts in Channels. You can use /ignore nick to toggle the ignore-mod for this player on/off. This will work for the current session, so if the player(or you) logs off - it will be reseted.
Little stuff
Now you can see, how long somebody is playing currently (/whois nick). You can view your
own GTA:T-Coins in
your profile now. If you already spent one, get a new one or delete your account and get a new one. This is to prevent heavy name changes and lots of work for us GameMasters .
If you don't got an account yet, you can still register ingame now with just
/register pass mail.
Details:
Today I finished first part of
LuaNET. Its not yet finished, but has already lots of functions (which will be in, when its finished).
LuaNET is intended to give users documentation for lua api, Lua How-Tos and of course a Lua Support Forum (which have been missing in the lua world).
This page is still in beta, please try it and leave some comments!