2008
10.28
If you want to prevent users from browsing certain directories on your website you can use the powerful .htaccess file (Apache only). With the .htaccess file you are able to override some default settings like allowing / denying users to browse through directories. This is very useful when you use a certain directory to save for instance: templates, pictures, files or similar things (e.g. http://www.yourdomain.com/files).
How to prevent users from browsing through directories…
- Create a new file (txt) and rename it to .htaccess
- Insert the following string into your new .htaccess file:
1
2
3
| # DENY CLIENTS TO BROWSE THE CURRENT AND ALL SUB DIRECTORIES
Options All -Indexes |
- Upload this file into the directory which shall be not allowed to browse.
Thats it!
So long,
Andreas Glaser (aka JaZz)
2008
10.22
Some developers facing the problem of duplicates in sql/mysql tables. To find and count them use the following statement.
1
2
3
4
| SELECT ID, count(*) as Amount
FROM name_of_the_table
GROUP BY ID
HAVING Amount > 1 |
Just replace the used table “name_of_the_table” and the column “ID” which is inspected for duplicates. The output shows you the record which is multiple times in the table and the amount of it.
So long,
Andreas Glaser (aka JaZz)
2008
10.14
A couple of weeks ago I developed a little “Online Image Uploader” based on my private “JaZzPHP Framework”. The website just consists of a simple upload form as well as rudimentary archive page.
Screenshot

The purpose is to simplify sharing screen shots, images etc..
This is basically a private tool, but if someone needs such a function – fell free to use it.
Have fun with it!
Andreas Glaser (aka JaZz)
2008
10.14

Wow what a brilliant weekend…!
As mentioned in the last post me and my friends here in Dublin went to Killarey which is in the south of Ireland. After a five hour journey with the car, we arrived in Killarey around 3:00am. Due to the late time we just checked in at our hostel and prepared us for the night.
The next day started with a three hour walk followed by a five hour bicycle tour… I have got no idea how I survived that but it was just awesome. The nature and the landscape is one of the most beautiful I have ever seen in my live. Its very hard to explain that… so just have a look at the pictures!
If you are someday in Ireland then is this one of the places you have to see.
Bye for now,
Andreas Glaser (aka JaZz)
2008
10.10

Last weekend was the first time since I moved to Dublin that my best friends from Germany visited me here. We really had a lot of fun together… When you live so far away from home you’re starting to appreciate this a little more. I have to admit I had my doubts whether I would be able to prove how awesome Ireland is because I told my friends so many great stories and situation that it got hard not to disappoint them… But anyway… it was a nice time and everything was more than fine. For instance… my friends were accommodated in a 16 bed room in the cheapest hostel in Dublin (11€ per night). Of course, everybody would say that is no fun at all but my friends were lucky… they got a room with 13 girls from Switzerland.
Some pictures of me and my friends
In a couple of minutes my flate mates, some new friends and I going to hit the road to Kerry. This region is supposed the most beautiful of Ireland. We’ll see.
Bye for now,
Andreas Glaser (aka JaZz)
2008
10.02

1. What is the CSS Config Package?
The CounterStrike Source Server Config Pack is an allround package including all required plugins and configurations files to host a professional server within seconds. It comes with a large spectrum of popular plugins like Mani Admin Plugin, SourceMOD, Matties Eventscript and the almost “must have” quake sounds. This complete package offers you the administrative power you need and with the fancy admin models everybody will recognize you as administrator on your server. By the way – it is not just suitable for Internet server but also for LAN parties and local servers. Don’t hesitate – just try it!
CSS Server Config Pack v4.0.0.0 (22.4 MiB, 7,520 hits)
2. What is included?
Server.cfg v2.1
Mani Admin Plugin V1.2 Beta S
Quake Sounds
Admin Models (SAS / Leet)
Source MetaMod 1.4.4
Detox Anticheat 1.1 Build 24
SourceMod 1.0.4
Matties Eventscript 2.0.0.248c
Default Scripts (All)
Crazylisten v3.10
Top Players v2.0
yTB Team Balancer 1.1r1
ES_Tools 0.420
Startscripts
Linux v1.0
Windows v1.0
3. Changelog
Updated SourceMetaMod 1.4.3 >> 1.4.4
Updated SourceMod 1.0.3 >> 1.0.4
Updated Server.cfg 2.0 >> 2.1
Added Linux startscript
Added Windows startscript
4. Screenshots
5. Download
CSS Server Config Pack v4.0.0.0 (22.4 MiB, 7,520 hits)
6. Important links
Have Fun,
Andreas Glaser (aka JaZz)
2008
10.01
Hey everybody,
just a short announce… from now on is one more point in the navigation above. Its name is “Tag Cloud” and it contains, like the name says: a tag cloud.
Check it out… it is very useful!
Preview
So long,
Andreas Glaser (aka JaZz)