dracoblue.net

Lua table introduction

Today I finished the small

introduction in lua's powerful table element. Even though it shows most of the intuitive design of tables in lua, its good if you also have a look at the pages of the other table-functions like table.concat, to get detailed examples.

In lua, luanet, open source, project by DracoBlue @ 30 Apr 2007 | 48 Words

Issues when including utf-8 files in an ansi .php

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.

In open source, php by DracoBlue @ 16 Apr 2007 | 35 Words

Updating attachment issue with Mysql 5.0.18 in SMF 1.1.2

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.

In mysql, open source, smf by DracoBlue @ 06 Apr 2007 | 108 Words

Newsflut.de relaunch!

With new Wordpress Version (2.1), I also updated the layout of Newsflut.de.

Newsflut.de 2.0 Relaunch

 

In newsfult|de, project by DracoBlue @ 02 Apr 2007 | 26 Words

Lots of updates and HotSpots!

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 smiley. If you don't got an account yet, you can still register ingame now with just /register pass mail.

Details:

  • [372] [Gameplay] HUD changes color, when in HotSpot area (DracoBlue)
  • [351] [Gameplay] Respect Hotspots (DracoBlue)
  • [371] [Gameplay] Changed, now /register pass mail (DracoBlue)
  • [144] [Gameplay] wrong weapons displayed in gtatpage (DracoBlue)
  • [290] [Balancing] Add Clantag to Clanpage (DracoBlue)
  • [242] [Gameplay] /eject Commands (DracoBlue)
  • [370] [Balancing] Not removing one wanted level when salary is paid. (DracoBlue)
  • [328] [Website] GTAT Coins visible in profil. (DracoBlue)
  • [367] [Gameplay] /ignore playername - to block whispering (DracoBlue)
  • [330] [Gameplay] Add online since to whois (DracoBlue)
  • [366] [Gameplay] Energydrinks not shown in HUD (DracoBlue)

In gta:tournament, project by DracoBlue @ 31 Mar 2007 | 397 Words

Page 43 - Page 44 - Page 45

Give something back

Were my blog posts useful to you? If you want to give back, support one of these charities, too!

Report hate in social media Campact e.V. With our technology and your help, we protect the oceans from plastic waste. Gesellschaft fur Freiheitsrechte e. V. The civil eye in the mediterranean

Recent Dev-Articles

Read recently

Recent Files

About