Posted 24 days ago by b...@clansphere.net (Clansphere Bot)
Name: Datacache v2009.0.2
Author: Mindcrime
Category: Allgemein
Version: ClanSphere 2007 RC 1
Sprachen: English, German
Datacache module for ClanSphere v2009.0.2 - Release date 2009-11-20
WHAT DOES IT
... [More]
DO
===============
In short, it's a data caching system to prevent extensive database usage
for semi-static data. Semi-static data is data in ClanSphere that does
not really change that often, but which is currently being grabbed
from the database (via multiple queries) every time.
Examples are news, wars, articles. You do not write a new news/article every
minute of the day, or you add or change a war every minute. But everytime
someone visits your page, the list of recent news is being generated again
everytime using a lot of database queries, which can become a problem on
a website which is being visited frequently.
In order to improve the website performance, this datacache module can
cache this semi-static data, so that it takes less time and queries to
generate website content.
Example:
For a test site that I am currently developing, the test homepage
takes 1500 ms to generate when the recent news is not cached and takes between
35 and 38 SQL queries to generate (inclusive the test if the data is available
in the cache).
When using the cached version the test homepage takes 500 ms to generate and
takes 21 SQL queries to generate.
Performance wise:
The time to generate the homepage is shortened by 1000 ms or 66% performance
improvement and it needs 14 to 17 or 40% to 45% less queries to generate.
When caching even more stuff (like all the navlists) I can improve the performance
even more. I also changed the news module and used caching in such a way, that
the cache is never refreshed unless I have made changes to any news message (create,
edit, remove, publish). This means, that the cache in only refreshed when it had
a reason to be refreshed.
INSTALLATION
============
1) Upload all files except updates/ to your ClanSphere website.
2) On your website System -> Database -> Import.
Select updates/datacache_install.sql and press "Run".
3) You can now use the datacaching system for your mods.
OPTIONS
=======
The only option you can set is the default refresh time for a cached item.
By default it is set to 900 (15 minutes).
MORE INFO
=======
http://www.clansphere.net/index/board/thread/where/12219
Readme
Datacache module for ClanSphere v2009.0.2 - Release date 2009-11-20
WHAT DOES IT DO
===============
In short, it's a data caching system to prevent extensive database usage
for semi-static data. Semi-static data is data in ClanSphere that does
not really change that often, but which is currently being grabbed
from the database (via multiple queries) every time.
Examples are news, wars, articles. You do not write a new news/article every
minute of the day, or you add or change a war every minute. But everytime
someone visits your page, the list of recent news is being generated again
everytime using a lot of database queries, which can become a problem on
a website which is being visited frequently.
In order to improve the website performance, this datacache module can
cache this semi-static data, so that it takes less time and queries to
generate website content.
Example:
For a test site that I am currently developing, the test homepage
takes 1500 ms to generate when the recent news is not cached and takes between
35 and 38 SQL queries to generate (inclusive the test if the data is available
in the cache).
When using the cached version the test homepage takes 500 ms to generate and
takes 21 SQL queries to generate.
Performance wise:
The time to generate the homepage is shortened by 1000 ms or 66% performance
improvement and it needs 14 to 17 or 40% to 45% less queries to generate.
When caching even more stuff (like all the navlists) I can improve the performance
even more. I also changed the news module and used caching in such a way, that
the cache is never refreshed unless I have made changes to any news message (create,
edit, remove, publish). This means, that the cache in only refreshed when it had
a reason to be refreshed.
INSTALLATION
============
1) Upload all files except updates/ to your ClanSphere website.
2) On your website System -> Database -> Import.
Select updates/datacache_install.sql and press "Run".
3) You can now use the datacaching system for your mods.
OPTIONS
=======
The only option you can set is the default refresh time for a cached item.
By default it is set to 900 (15 minutes).
MORE INFO
=======
http://www.clansphere.net/index/board/thread/where/12219
Download: Datacache v2009.0.2 [Less]
Posted 24 days ago by b...@clansphere.net (Clansphere Bot)
Name: Datacache v2009.0.2
Author: Mindcrime
Category: Allgemein
Version: ClanSphere 2007 RC 1
Sprachen: English, German
Datacache module for ClanSphere v2009.0.2 - Release date 2009-11-20
WHAT DOES IT
... [More]
DO
===============
In short, it's a data caching system to prevent extensive database usage
for semi-static data. Semi-static data is data in ClanSphere that does
not really change that often, but which is currently being grabbed
from the database (via multiple queries) every time.
Examples are news, wars, articles. You do not write a new news/article every
minute of the day, or you add or change a war every minute. But everytime
someone visits your page, the list of recent news is being generated again
everytime using a lot of database queries, which can become a problem on
a website which is being visited frequently.
In order to improve the website performance, this datacache module can
cache this semi-static data, so that it takes less time and queries to
generate website content.
Example:
For a test site that I am currently developing, the test homepage
takes 1500 ms to generate when the recent news is not cached and takes between
35 and 38 SQL queries to generate (inclusive the test if the data is available
in the cache).
When using the cached version the test homepage takes 500 ms to generate and
takes 21 SQL queries to generate.
Performance wise:
The time to generate the homepage is shortened by 1000 ms or 66% performance
improvement and it needs 14 to 17 or 40% to 45% less queries to generate.
When caching even more stuff (like all the navlists) I can improve the performance
even more. I also changed the news module and used caching in such a way, that
the cache is never refreshed unless I have made changes to any news message (create,
edit, remove, publish). This means, that the cache in only refreshed when it had
a reason to be refreshed.
INSTALLATION
============
1) Upload all files except updates/ to your ClanSphere website.
2) On your website System -> Database -> Import.
Select updates/datacache_install.sql and press "Run".
3) You can now use the datacaching system for your mods.
OPTIONS
=======
The only option you can set is the default refresh time for a cached item.
By default it is set to 900 (15 minutes).
MORE INFO
=======
http://www.clansphere.net/index/board/thread/where/12219
Readme
Datacache module for ClanSphere v2009.0.2 - Release date 2009-11-20
WHAT DOES IT DO
===============
In short, it's a data caching system to prevent extensive database usage
for semi-static data. Semi-static data is data in ClanSphere that does
not really change that often, but which is currently being grabbed
from the database (via multiple queries) every time.
Examples are news, wars, articles. You do not write a new news/article every
minute of the day, or you add or change a war every minute. But everytime
someone visits your page, the list of recent news is being generated again
everytime using a lot of database queries, which can become a problem on
a website which is being visited frequently.
In order to improve the website performance, this datacache module can
cache this semi-static data, so that it takes less time and queries to
generate website content.
Example:
For a test site that I am currently developing, the test homepage
takes 1500 ms to generate when the recent news is not cached and takes between
35 and 38 SQL queries to generate (inclusive the test if the data is available
in the cache).
When using the cached version the test homepage takes 500 ms to generate and
takes 21 SQL queries to generate.
Performance wise:
The time to generate the homepage is shortened by 1000 ms or 66% performance
improvement and it needs 14 to 17 or 40% to 45% less queries to generate.
When caching even more stuff (like all the navlists) I can improve the performance
even more. I also changed the news module and used caching in such a way, that
the cache is never refreshed unless I have made changes to any news message (create,
edit, remove, publish). This means, that the cache in only refreshed when it had
a reason to be refreshed.
INSTALLATION
============
1) Upload all files except updates/ to your ClanSphere website.
2) On your website System -> Database -> Import.
Select updates/datacache_install.sql and press "Run".
3) You can now use the datacaching system for your mods.
OPTIONS
=======
The only option you can set is the default refresh time for a cached item.
By default it is set to 900 (15 minutes).
MORE INFO
=======
http://www.clansphere.net/index/board/thread/where/12219
Download: Datacache v2009.0.2 [Less]
Posted 26 days ago by b...@clansphere.net (Clansphere Bot)
Name: TS2Panel v2009.0.2 (2009-11-18)
Author: Mindcrime
Category: Clans
Version: ClanSphere 2009.0.2
Sprachen: German, English
Deutsch
Kleines update von original v2009.0.2
Update von ts2panel v1.7 fuer
... [More]
Clansphere 2007 RC3 - Final
Neu installation:
- Ftp/Kopier alle dateien zu dein server
- System -> Datenbank -> Import: updates/ts2panel_install.sql
Update installation (du hast schon eine version von ts2panel laufen):
- Ftp/Kopier alle dateien zu dein server
- System -> Datenbank -> Import: updates/ts2panel_update.sql
Extra's in vergleich zur alte version:
- Optimalisierung und fixes von code.
- System Option: Zeige leere Channels: Ja/Nein, standard Ja. Zeigt alle channels im View, auch da wo keine benutzer drin sind.
- System Option: Zeige leere Channels (im navlist): Ja/Nein, standard Nein. Zeigt alle channels im Navigationsleiste, auch da wo keine benutzer drin sind.
- Server Einstellung: Zeichensatz (TS2 Server Datenbank): ISO-8859-1/Unicode, standard ISO-8859-1. Bestimmt den zeichensatz den der TS2 server benutzt. Die meisten benutzen den SQLite datenbank (server.dbs), der standard ISO-8859-1 benutz.
Fuer patches und informationen sehe:
http://www.clansphere.net/index/board/thread/where/11831
English
Small update of original v2009.0.2
This is an upgrade of the ts2panel v1.7 for Clansphere 2007 RC3 - Final
New install instructions:
- Ftp/Copy all the files to you server
- System -> Database -> Import: updates/ts2panel_install.sql
Update install instructions (you have a previous version of ts2panel):
- Ftp/Copy all the files to you server
- System -> Database -> Import: updates/ts2panel_update.sql
Extra's in comparison to older version:
- Optimization and code fixes.
- System Option: Show empty channels: Yes/No, standard Yes. Show all channels in View, even when there are no users in it.
- System Option: Show empty channels (in navlist): Yes/No, standard No. Show all channels in Navigation List, even when there are no users in it.
- Server Setting: Character Set (TS2 Server Database): ISO-8859-1/Unicode, standard ISO-8859-1. Determines the character set used by the TS2 server. Most use the SQLite database (server.dbs), which uses ISO-8859-1 by default.
For patches and information see:
http://www.clansphere.net/index/board/thread/where/11831
Readme
Deutsch
Update von ts2panel v1.7 fuer Clansphere 2007 RC3 - Final
Neu installation:
- Ftp/Kopier alle dateien zu dein server
- System -> Datenbank -> Import: updates/ts2panel_install.sql
Update installation (du hast schon eine version von ts2panel laufen):
- Ftp/Kopier alle dateien zu dein server
- System -> Datenbank -> Import: updates/ts2panel_update.sql
Extra's in vergleich zur alte version:
- Optimalisierung und fixes von code.
- System Option: Zeige leere Channels: Ja/Nein, standard Ja. Zeigt alle channels im View, auch da wo keine benutzer drin sind.
- System Option: Zeige leere Channels (im navlist): Ja/Nein, standard Nein. Zeigt alle channels im Navigationsleiste, auch da wo keine benutzer drin sind.
- Server Einstellung: Zeichensatz (TS2 Server Datenbank): ISO-8859-1/Unicode, standard ISO-8859-1. Bestimmt den zeichensatz den der TS2 server benutzt. Die meisten benutzen den SQLite datenbank (server.dbs), der standard ISO-8859-1 benutz.
Fuer patches und informationen sehe:
http://www.clansphere.net/index/board/thread/where/11831
English
This is an upgrade of the ts2panel v1.7 for Clansphere 2007 RC3 - Final
New install instructions:
- Ftp/Copy all the files to you server
- System -> Database -> Import: updates/ts2panel_install.sql
Update install instructions (you have a previous version of ts2panel):
- Ftp/Copy all the files to you server
- System -> Database -> Import: updates/ts2panel_update.sql
Extra's in comparison to older version:
- Optimization and code fixes.
- System Option: Show empty channels: Yes/No, standard Yes. Show all channels in View, even when there are no users in it.
- System Option: Show empty channels (in navlist): Yes/No, standard No. Show all channels in Navigation List, even when there are no users in it.
- Server Setting: Character Set (TS2 Server Database): ISO-8859-1/Unicode, standard ISO-8859-1. Determines the character set used by the TS2 server. Most use the SQLite database (server.dbs), which uses ISO-8859-1 by default.
For patches and information see:
http://www.clansphere.net/index/board/thread/where/11831
Download: TS2Panel v2009.0.2 (2009-11-18) [Less]
Posted 26 days ago by b...@clansphere.net (Clansphere Bot)
Name: TS2Panel v2009.0.2 (2009-11-18)
Author: Mindcrime
Category: Clans
Version: ClanSphere 2009.0.2
Sprachen: German, English
Deutsch
Kleines update von original v2009.0.2
Update von ts2panel v1.7 fuer
... [More]
Clansphere 2007 RC3 - Final
Neu installation:
- Ftp/Kopier alle dateien zu dein server
- System -> Datenbank -> Import: updates/ts2panel_install.sql
Update installation (du hast schon eine version von ts2panel laufen):
- Ftp/Kopier alle dateien zu dein server
- System -> Datenbank -> Import: updates/ts2panel_update.sql
Extra's in vergleich zur alte version:
- Optimalisierung und fixes von code.
- System Option: Zeige leere Channels: Ja/Nein, standard Ja. Zeigt alle channels im View, auch da wo keine benutzer drin sind.
- System Option: Zeige leere Channels (im navlist): Ja/Nein, standard Nein. Zeigt alle channels im Navigationsleiste, auch da wo keine benutzer drin sind.
- Server Einstellung: Zeichensatz (TS2 Server Datenbank): ISO-8859-1/Unicode, standard ISO-8859-1. Bestimmt den zeichensatz den der TS2 server benutzt. Die meisten benutzen den SQLite datenbank (server.dbs), der standard ISO-8859-1 benutz.
Fuer patches und informationen sehe:
http://www.clansphere.net/index/board/thread/where/11831
English
Small update of original v2009.0.2
This is an upgrade of the ts2panel v1.7 for Clansphere 2007 RC3 - Final
New install instructions:
- Ftp/Copy all the files to you server
- System -> Database -> Import: updates/ts2panel_install.sql
Update install instructions (you have a previous version of ts2panel):
- Ftp/Copy all the files to you server
- System -> Database -> Import: updates/ts2panel_update.sql
Extra's in comparison to older version:
- Optimization and code fixes.
- System Option: Show empty channels: Yes/No, standard Yes. Show all channels in View, even when there are no users in it.
- System Option: Show empty channels (in navlist): Yes/No, standard No. Show all channels in Navigation List, even when there are no users in it.
- Server Setting: Character Set (TS2 Server Database): ISO-8859-1/Unicode, standard ISO-8859-1. Determines the character set used by the TS2 server. Most use the SQLite database (server.dbs), which uses ISO-8859-1 by default.
For patches and information see:
http://www.clansphere.net/index/board/thread/where/11831
Readme
Deutsch
Update von ts2panel v1.7 fuer Clansphere 2007 RC3 - Final
Neu installation:
- Ftp/Kopier alle dateien zu dein server
- System -> Datenbank -> Import: updates/ts2panel_install.sql
Update installation (du hast schon eine version von ts2panel laufen):
- Ftp/Kopier alle dateien zu dein server
- System -> Datenbank -> Import: updates/ts2panel_update.sql
Extra's in vergleich zur alte version:
- Optimalisierung und fixes von code.
- System Option: Zeige leere Channels: Ja/Nein, standard Ja. Zeigt alle channels im View, auch da wo keine benutzer drin sind.
- System Option: Zeige leere Channels (im navlist): Ja/Nein, standard Nein. Zeigt alle channels im Navigationsleiste, auch da wo keine benutzer drin sind.
- Server Einstellung: Zeichensatz (TS2 Server Datenbank): ISO-8859-1/Unicode, standard ISO-8859-1. Bestimmt den zeichensatz den der TS2 server benutzt. Die meisten benutzen den SQLite datenbank (server.dbs), der standard ISO-8859-1 benutz.
Fuer patches und informationen sehe:
http://www.clansphere.net/index/board/thread/where/11831
English
This is an upgrade of the ts2panel v1.7 for Clansphere 2007 RC3 - Final
New install instructions:
- Ftp/Copy all the files to you server
- System -> Database -> Import: updates/ts2panel_install.sql
Update install instructions (you have a previous version of ts2panel):
- Ftp/Copy all the files to you server
- System -> Database -> Import: updates/ts2panel_update.sql
Extra's in comparison to older version:
- Optimization and code fixes.
- System Option: Show empty channels: Yes/No, standard Yes. Show all channels in View, even when there are no users in it.
- System Option: Show empty channels (in navlist): Yes/No, standard No. Show all channels in Navigation List, even when there are no users in it.
- Server Setting: Character Set (TS2 Server Database): ISO-8859-1/Unicode, standard ISO-8859-1. Determines the character set used by the TS2 server. Most use the SQLite database (server.dbs), which uses ISO-8859-1 by default.
For patches and information see:
http://www.clansphere.net/index/board/thread/where/11831
Download: TS2Panel v2009.0.2 (2009-11-18) [Less]
Posted about 1 month ago by b...@clansphere.net (Clansphere Bot)
Name: PayPal Donate Button Modul v1
Author: PAlle!
Category: Allgemein
Version: ClanSphere 2009.0.2
Sprachen: DE
was macht das modul wenn man es überhaupt ein modul nennen darf^^
man kann per platzhalter einen paypal
... [More]
donate button anzeigen lassen und diesen mit einer festen spenden summe und seiner email adresse unter "system-option" bestücken.
Readme
INSTALLION/ERWEITERUNG FÜR CSP 2008/09
1.) ordner inhalt hochladen
2.) install.sql unter system->datenbank->import einfügen und importieren
3.) mit {paypal:navlist} wird das modul eingebunden
INFOS:
- Das Modul darf weder verkauft werden noch auf anderen seiten (außer clansphere.de) zum download angeboten werden
- Support gibt es im Clansphere Forum
- Einstellungen werden unter system-option-paypal vorgenommen
Gruß PAlle!
Download: PayPal Donate Button Modul v1 [Less]
Posted about 1 month ago by b...@clansphere.net (Clansphere Bot)
Name: PayPal Donate Button Modul v1
Author: PAlle!
Category: Allgemein
Version: ClanSphere 2009.0.2
Sprachen: DE
was macht das modul wenn man es überhaupt ein modul nennen darf^^
man kann per platzhalter einen paypal
... [More]
donate button anzeigen lassen und diesen mit einer festen spenden summe und seiner email adresse unter "system-option" bestücken.
Readme
INSTALLION/ERWEITERUNG FÜR CSP 2008/09
1.) ordner inhalt hochladen
2.) install.sql unter system->datenbank->import einfügen und importieren
3.) mit {paypal:navlist} wird das modul eingebunden
INFOS:
- Das Modul darf weder verkauft werden noch auf anderen seiten (außer clansphere.de) zum download angeboten werden
- Support gibt es im Clansphere Forum
- Einstellungen werden unter system-option-paypal vorgenommen
Gruß PAlle!
Download: PayPal Donate Button Modul v1 [Less]
Posted about 1 month ago by b...@clansphere.net (Clansphere Bot)
Name: Image Slider v1
Author: PAlle!
Category: Allgemein
Version: ClanSphere 2009.0.2
Sprachen: DE
das bild sollte alles sagen.
gruß
Readme
INSTALLION/ERWEITERUNG FÜR CSP 2008/09
1.)
... [More]
ordner inhalt hochladen
2.) install.sql unter system->datenbank->import einfügen und importieren
(sollte es zu problemen beim datei upload geben bitte ich euch das ganze per copy/paste zu lösen)
3.) mit {slider:navlist} würd das modul eingebunden
INFOS:
- Das Modul darf weder verkauft werden noch auf anderen seiten (außer clansphere.de) zum download angeboten werden
- Support gibt es bei Clansphere im Forum
- Diverse Einstellungen stehen unter system-option-slider zur verfügung
Gruß PAlle!
Download: Image Slider v1 [Less]
Posted about 1 month ago by b...@clansphere.net (Clansphere Bot)
Name: Image Slider v1
Author: PAlle!
Category: Allgemein
Version: ClanSphere 2009.0.2
Sprachen: DE
das bild sollte alles sagen.
gruß
Readme
INSTALLION/ERWEITERUNG FÜR CSP 2008/09
1.)
... [More]
ordner inhalt hochladen
2.) install.sql unter system->datenbank->import einfügen und importieren
(sollte es zu problemen beim datei upload geben bitte ich euch das ganze per copy/paste zu lösen)
3.) mit {slider:navlist} würd das modul eingebunden
INFOS:
- Das Modul darf weder verkauft werden noch auf anderen seiten (außer clansphere.de) zum download angeboten werden
- Support gibt es bei Clansphere im Forum
- Diverse Einstellungen stehen unter system-option-slider zur verfügung
Gruß PAlle!
Download: Image Slider v1 [Less]
Posted about 1 month ago by b...@clansphere.net (Clansphere Bot)
Name: Last Comments
Author: Tom08
Category: Statistiken
Version: ClanSphere 2009.0.2
Sprachen: Deutsch
Diese Modul fügt eine Anzeige der letzten x Kommentare unter users/home ein. Die Anzahl der Kommentare ist
... [More]
einstellbar.
Readme
Modul: Last Comments
Erstellt von: Pred
Bearbeitet und Aktualisiert von: Tom08
Version: Clansphere 2009.0.2
Thread: http://clansphere.de/index/board/thread/where/12079
1) Beschreibung
2) Installation
3) Konfiguration
4) Probleme etc.
1) Beschreibung
Diese Modul fügt eine Anzeige der letzten x Kommentare unter users/home ein. Die Anzahl der Kommentare ist einstellbar.
2) Installation
Einfach alles hochladen, nur diese Datei nicht.
Die Ordnerstruktur muss erhalten bleiben!
3) Konfiguration
Die Anzahl der Kommentare sowie die Gesamtanzeige kann angepasst werden.
Um diese Anpassung vorzunehmen ist die Datei users_home.php im Ordner /mods/comments/ zu öffnen.
Dort finden sich am Anfang der Datei folgende Variablen:
$com_anzahl = 10;
Die Zahl gibt die Anzahl der Kommentare wieder.
$all_view = 'true';
Sofern hier 'true' steht, wird die Gesamtanzahl an Kommentaren angezeigt.
Wenn dies nicht der Fall sein soll, ist 'true' durch 'false' zu ersetzen =)
4) Probleme etc.
Bei Problemen und Verbesserungsvorschlägen bitte im Forum melden.
Am Besten eine Antwort im folgenden Thread schreiben:
http://clansphere.de/index/board/thread/where/12079
(c) 2009: Pred & Tom08
Download: Last Comments [Less]
Posted about 1 month ago by b...@clansphere.net (Clansphere Bot)
Name: GoogleMaps 1.6
Author: aschti
Category: Darstellung
Version: ClanSphere 2009.0.2
Sprachen: German, English
Das Googlemaps Modul mit folgenden
... [More]
funktionen:
-usersmap
-route
-users
-usersroute
Siehe auch Thread:
http://clansphere.de/modules/board/thread/where/11976
Readme
in eurer index.htm im onunload="GUnload()" einfügen so das die sache so aussieht
und im bereich {googlemaps:head} bsp.: {googlemaps:head}
*******************************
das googlemap modul bassiert auf Sickboy's 1.4 version, soweit sollte alles funktionieren, auch unter den neuen csp versionen.
mit mod_rewrite geht ebenfalls alles ohen probleme. einzwei features sind dazu gekommen, deswegen wer googlemaps schon drauf hat am besten das
eine sql update einspielen, die vorhandenen datein ersetzen und den cache leeren.
generell wird momentan empfohlen unter system - options - googlemaps den wert "allow_url_fopen" auf "aus" zuhaben, zwecks der usermap !
das kleine aber feine problem mit dem der membermap besteht noch das nicht alle user abundzu angezeigt werden bin da aber dran,
im scipt ist alles an fehlern ausgemerzt nur die ausgabe in der map spielt noch einen kleinen streich.
funktionen die es gibt sind;
-usersmap
-route
-users
-usersroute
etc.
Viel spaß damit
gruß aschti
*******************************************************
*******************************************************
*******************************************************
Paste in your index.htm onunload = "GUnload ()" example
and {googlemaps:head} example.: {googlemaps:head}
*******************************
on the googlemap module bassiert Sickboy's 1.4 version, where everything should work, even under the new csp versions.
also comes with mod_rewrite problems ohen everything. einzwei features have come to googlemaps already on it so whoever has the best
a recording sql update, replace the existing input and empty cache.
in general is currently recommended in system - options - googlemaps worth keeping closed the "allow_url_fopen" to "off", for purposes of usermap!
the small but fine with the problem of Membermap still exists, the user abundzu'm not all are shown but as turn,
scipt is all rooted in the issue only to errors in the map is still playing a little stroking.
functions that exist are;
-usersmap
-route
-users
-userroute
etc.
much fun
aschti
Download: GoogleMaps 1.6 [Less]
Copyright © 2009 Geeknet, Inc., All Rights Reserved.