Archive for September, 2008
Dick Smith Phone Porn
by admin on Sep.22, 2008, under Personal, Photos, dick smith
So it strikes again. Revenge of the return phone! More on the story here (http://www.news.com.au/dailytelegraph/story/0,22049,24357058-5001021,00.html) .
A new Product for DICK SMITH -
When a customer buys a phone and returns it, often its put back on the shelve (often we don’t have the time to go through and wipe everything returned) Maybe DSE should start giving customers the option to have porn pre-loaded??
But this is no different to when a customer printed photos of her husbands penis in her photos at Dick Smith Powerhouse at Springwood (when I worked in the photo lab there!). It’s not like I went out of my way to put/sell the image on the net (although the terms and conditions of photo-lab use say that DSE hold the rights to all images printed using the service)
Sounds like this silly woman wants to make money from her story. Honestly I understand her disgust at buying a phone used in that manner but seriously get over it.
In that case, I have a song for you !
Btw- you can add this video to your own site - youtube code bellow -
Ride on Time
by admin on Sep.16, 2008, under Personal, Photos
I bought a Bike, I bought pieces to make a bike and after asking my kind father (who asked if I knew how to use a wrench!) to borrow some tools I went about putting the ‘Enforcer’ together!
After an hour and a bit it’s all together, hot black frame and shit. Oh I did have a little mishap with a box cutter.
Install ffmpeg & Mplayer on a Plesk Server for Phpmotion
by admin on Sep.05, 2008, under Uncategorized, linux, tech
With the current craze of Youtube-ness happening everyone is jumping on the youtube clone site web2.0 bandwagon. Everyone is screaming ME TOO! Where the likes of Phpmotion and Vidiscript free youtube clone software comes in.
The problem is you need a few custom server requirements like ffmpeg and mencoder. The problem is for someone like me (a linux novice) I only barely know terminal and finding clear information is hard because everyone assumes you know what you doing!
So when I got my dedicated fedora server I wanted to make my own youtube site, but wasn’t sure how to install the required components. What made things even more interesting was my server had Plesk running the show, which means default settings wouldn’t work straight out of the box
Here is my tutorial , Installing ffmpeg / mencoder / Flv2tool and LAME for Video Sites On a Fedora 8 PLESK Servers.
For this to work you need to have a dedicated server or something like that (virtual dedicated etc) and know the basics of terminal.
We are going to use YUM to install stuff. Best way to say that YUM just does the hard work for you! Its an installer for the common programs in linux!
LAME:
LAME is our mp3 ‘plugin’ .
SSH into your server as root then type
yum install LAME
Then you will start the installer which will check for the latest version, it will prompt you to download it. Say
‘y’ for yes.
Easy
Ok lets get ffmpeg out of the way
yum install ffmpeg ffmpeg-devel
what you can do is get all the extras for streaming, to be honest I wasnt sure if I needed any of these extras but
always good to have them up your sleave.
yum install gstreamer-plugins-good gstreamer-plugins-pulse gstreamer-plugins-ugly gstreamer-python gstreamer-tools
Install FFMPEG-PHP Extension
ffmpeg-php is a wrapper for PHP. Lets just say you need it
wget http://internode.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.3.1.tbz2 (this downloads the files)
(this is my local mirror - find one closer to you at http://ffmpeg-php.sourceforge.net/)
tar -xjf ffmpeg-php-0.5.3.1.tbz2 (this unzips it)
then make sure you change to the dirrectory that the file is in otherwise you’ll get and error
phpize
./configure
make
make install
Ok at this point we need to edit the PHP.ini so it knows about ffmpeg (like telling your wife to buy milk at the
shop)
open up php.ini , if you dont know where it is simply type
whereis php.ini
add the lines -
[ffmpeg]
extension=ffmpeg.so
Next is Installing Mplayer + Mencoder
yum install mplayer mencoder
easy
Install FLVTool2
find the latest link at http://rubyforge.org/projects/flvtool2/
wget (yoururl)
ruby setup.rb config
ruby setup.rb setup
sudo ruby setup.rb install
Once all that is done your most of the way home, but for to work with your applications on plesk like phpmotion and
Vidiscripts you’ll need to edit the php.ini file to change simple settings. Things like how large the files you can upload can be, and the base directory the script can find everything - this is dependent on the script your running for example vidiscript can be found here - http://vidiscript.com/requirements.html
After you have edited those you’ll need to fix a few loose ends up with Plesk - only simple things navigate to the directory of the domain you plan to use the script on- should be somthing like
/var/www/vhosts/#yourdomain#/conf (where #yourdomain# is the domain!)
we need to update the open_basedir so the script can access ffmpeg so create a file named vhost.conf
and put the following lines in -
<Directory /var/www/vhosts/#yourdomian#/httpdocs>
php_admin_value open_basedir none
</Directory>
then we need to tell plesk to look for vhost.conf which we do in httpd.include, add the lines under the
<VirtualHost> header
Include /var/www/vhosts/#yourdomain#/conf/vhost.conf
then we should be done… we need to do just a couple of things, again from root
run the command
/usr/local/psa/admin/sbin/websrvmng -v -a
this will let plesk know you want to run vhost.conf
then I normally restart apache and plesk
/etc/rc.d/init.d/psa stopall
/etc/rc.d/init.d/psa start
apachectl -k graceful
You should find everything now ready to go! Hopefully. If not, then do a little googling. It seems the best way to learn!
Dick Smith Electronic King
by admin on Sep.03, 2008, under Personal, tech
I have been a dick smith kid for just over a year now (IE I work for them), currently I have been working as a Asst. Store Manager at the Wynnum store. But my time at dicks has come in an end, as I now have been offered a Job at QUT.. Exciting but sad to leave the store ![]()








