Search found 11 matches
- Wed Aug 10, 2005 11:08 pm
- Forum: Really General
- Topic: fake or real quiz
- Replies: 13
- Views: 4122
- Wed Aug 10, 2005 11:11 am
- Forum: Development
- Topic: Debian Packages
- Replies: 2
- Views: 1180
Debian Packages
Finally i was able to build some .debs, for Sarge and Sid .(Haven't tried the -server packages yet) Had to make some changes to the debian/ files from the armagetronad_build module... Missing build dependency: $ diff armagetronad_build/debian/control armagetronad/debian/control 8c8 < libsdl1.2-dev (...
- Sun Aug 07, 2005 9:47 am
- Forum: Really General
- Topic: god, lucifer & other sh*t
- Replies: 52
- Views: 10686
- Sat Aug 06, 2005 3:25 am
- Forum: This System
- Topic: URL CHANGE!
- Replies: 27
- Views: 13405
- Sat Aug 06, 2005 3:09 am
- Forum: Programming
- Topic: unzip using plesk
- Replies: 1
- Views: 3212
http://www.phpclasses.org/browse/package/529.html
That's what I used for something similar
That's what I used for something similar
- Thu Jul 21, 2005 9:06 am
- Forum: General
- Topic: Additional Armagetron Links
- Replies: 14
- Views: 23264
- Sun Jun 05, 2005 12:45 pm
- Forum: Development
- Topic: IM integration
- Replies: 15
- Views: 3615
- Sat May 28, 2005 5:15 pm
- Forum: Strategy
- Topic: keyboard settings
- Replies: 200
- Views: 118926
- Sat May 28, 2005 5:04 pm
- Forum: Strategy
- Topic: Lag Creation and Avoidance
- Replies: 18
- Views: 11567
- Sat May 14, 2005 10:10 pm
- Forum: Programming
- Topic: Php Help
- Replies: 15
- Views: 9140
And the site could output some PHP code and have it executed on your server. readfile() would thus be a better idea to use.Lucifer wrote:require_once('http://www.google.com/');
and Google's home page would appear embedded in your page.
- Sat May 14, 2005 9:57 pm
- Forum: Programming
- Topic: General - url's for web publishing
- Replies: 7
- Views: 9819
It's just some Javascript, so users with it turned off (and search engines) will just see a blank page. (And it's propably trivial to get the source anyway...) Regarding crossbrowser compression, the best method would be to use gzip, which is supported by most modern browsers. You can use it for exa...