JaZz’s SourceMOD Pack 0.1
by Andreas Glaser on Jun.30, 2009, under CSS Server Config Pack, Projects

1. What is JaZz’s SourceMOD Pack?
The Counter Strike Source Server Config Pack is an all round 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 quake sounds, stats system and many more. This complete package offers you the administrative power you need and with the fancy administrator models everyone 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!
JaZz's SourceMOD Pack Windows 0.1 (12.3 MiB, 17 hits)
JaZz's SourceMOD Pack Linux 0.1 (12.3 MiB, 13 hits)
2. What is included?
Meta Mod Source
- Detox Anticheat
SourceMOD
- Advertisements
- Web Shortcuts
- Map Decals
- Weapon Restrictions
- Admin Sounds
- AFK Manager
- High Ping Kicker – Lite Edition
- Model Menu
- Admin Models (SAS / Leet)
- Custom Votes
- Client Exec
- Swear Replacement/Filter
- Simple TK Manager
- Quake Sounds
- AutoChangeMap
- Admin logging
- Killer info display
- Extended Map configs
- Save Scores
- Connect Announce
- Set Health
- Observe Client
- SoD Player Stats
- Bounty
- TeamBets
- RateChecker
Linux / Windows Startscript
4. Screenshots
5. Download
JaZz's SourceMOD Pack Windows 0.1 (12.3 MiB, 17 hits)
JaZz's SourceMOD Pack Linux 0.1 (12.3 MiB, 13 hits)
Please click on one of those google links support this project!
6. Important links
Have Fun,
Andreas Glaser (aka JaZz)
Logo Design for eecom
by Andreas Glaser on Jun.16, 2009, under Design

I designed this logo for the new gaming community “European eSport Community (eecom)” which i founded a few weeks ago.
Used Software
- Photoshop CS4
[SourceMOD] CSS – Suit & Deagle
by Andreas Glaser on Jun.05, 2009, under Development, SourceMOD
This little SourceMOD plugin give every player on spawn an assault suit and dessert eagle. This is especially useful for aim and fy maps.
Download
http://forums.alliedmods.net/showthread.php?t=93931
Enjoy!
Andreas Glaser
New design category
by Andreas Glaser on May.15, 2009, under Design
Hi there,
i know I’m not much of a designer but from now on I will present my creations here on my little blog.
Most of the design will be private ones, created for my own project, friends or just for fun.
I started designing websites, logos etc. a few years ago and actually is really good fun for me. The only thing is for me, that I’m leaking of really creative ideas – but i guess that’s because I’m developer
Constructive criticism is of course welcome!
Stay tuned,
JaZz
5Loops.net – Upgrades
by Andreas Glaser on May.10, 2009, under 5Loops.net, Computer, Development, Projects
I just upgraded my lightweight image loader a little.
Change log
- Reduced upload procedure to one step
- Updated archive page
- Updated view page
Enjoy!
JaZz
German Cities divided by Counties
by Andreas Glaser on Apr.17, 2009, under Development, Miscellaneous
This is a list of all major cities in Germany divided by counties!
german-cities-by-jazz-2009-04-17 (7.8 KiB, 44 hits)
This list might be useful for my fellow developers
Greetings,
JaZz
(Portfolio) 5Loops.net – Share picture within seconds
by Andreas Glaser on Apr.14, 2009, under My Portfolio, Various

www.5loops.net was a private project with target to create a really simple website to share picture afforedless. I decided to add just two navigation options (archive and upload) to make the usability as easy as possible. The upload procedure i spited into two steps. Step 1: Upload – Step 2: Description
Languages
PHP5 (OOP)
MySQL 5
XHTML
CSS3
Libraries
JaZz phpFramework (my private PHP Framework)
phpMailer
Software used
PSPad
Adobe Photoshop CS3
What is UIF?
by Andreas Glaser on Mar.24, 2009, under Computer, Gaming, Operating system, Reports, Software, Windows
UIF (Universal Image Format) is a virtual image format used by MagicISO!
(PHP) Remove redundant spaces
by Andreas Glaser on Mar.13, 2009, under Computer, Development, PHP
Function
Removes redundant spaces within a string.
Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | // :: JaZz phpFramework // :: V1.0 // :: 13/03/2009 15:24:08 function remove_redundant_spaces($String = '') { // :: Initalize Variables $Result = NULL; for ($i = 0; $i < strlen($String); $i++) { if (substr($String, $i, 1) != ' ') { $Result .= trim(substr($String, $i, 1)); } else { while (substr($String, $i, 1) == ' ') { $i++; } $Result .= ' '; $i--; } } return $Result; } |
Usage
1 2 3 | $String = 'This string contains redundant spaces'; $NewString = remove_redundant_spaces($String); echo $NewString; // Output: This string conains redundant spaces |
So long,
JaZz
How-To Update Debian Etch to Lenny
by Andreas Glaser on Mar.13, 2009, under Computer, Grundlagen, Linux, Operating system
On the 14th February 2009 was Debian 5 (Codename Lenny) released.
To update from Debian 4.x to Debian 5.x follow the following steps:
Step 1
Edit the sources.list
vim /etc/apt/sources.list
Step 2
Replace “etch” with “lenny”
:%s/etch/lenny/g
Step 3
Save the new sources.list
:wq
Step 4
Update your sources index
apt-get update
Step 5
Repeat the following command until nothing more is upgraded.
apt-get upgrade
Step 6
Repeat the following command until nothing more is upgraded.
apt-get dist-upgrade
Your Debian system should now be up to date!
So long,
JaZz










