... showing all entries categorized code
Here you will find all posts categorized code ↓
h4x3d.com does not host any illegal content. Links/Files referred to are for educational purposes only.
Install Coppermine SVN (or upgrade/update)
Dated: February 7th, 2008
Tags: 2008, coppermine, subversion, svn, update
Uploading and Installing Coppermine is really is a time-consuming task – not if you can use subversion from the box and simply type:
svn co https://coppermine.svn.sourceforge.net/svnroot/coppermine coppermine
but just to be better safe than sorry I’d go for
svn co https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/ coppermine
because this is the version that is currently being worked and developed on.
As by the day of [...]
New Year, update copyright script/code php
Dated: January 7th, 2008
I always laugh at sites that have “old” copyright information on them and I almost forgot to update mine.
No-longer shall I be doing that with thanks to PHP´s little helper in form of the following one-line (I call it) “New Year Update Copyright script” in PHP:
What it does is quite obvious: it outputs the current [...]
how-to tar.gz a directory
Dated: October 18th, 2007
Do you know the following situation- You are downloading thousands of (small) files from your ftp (server) and it is annoyingly slow and time consuming… If you have shell access to your server, e.g. you can use Putty, logon and cd to your file directory (often httpdocs or www) and execute the following code:
tar -pczf [...]

