Turn off open_basedir in Plesk

I’m adding this post, mainly for my own reference but thought it may be of interest for others with the same problem.

The problem

Plesk unhelpfully ignores the base url set in the php.ini file with its own settings, but these settings are not configurable from the control panel.

The Solution

Create a “vhost.conf” file for the domain – e.g “/var/www/vhosts/<your.domain.tld>/conf/”

Add the following to the file

<Directory /var/www/vhosts/<your.domain.tld>/httpdocs>
php_admin_value open_basedir none
</Directory>

Then you just need to rebuild the plesk config files and restart apache

/usr/local/psa/admin/sbin/websrvmng -a
/sbin/service httpd restart

Job done :)

Current Android Apps

There are so many apps available on the Android Market and I haven’t tried a fraction of them, but here are the ones Im currently using on my HTC Hero, If you know of an app that does the job better, please let me know.

Applications

Adobe Reader
Amazon Kindle
beebPlayer
chrometophone
ConnectBot
Facebook for Android
Fancy Widget (Pro)
Formula 1
Google Goggles
Google Maps
Google SkyMaps
Google Translate
Launcher Pro (plus)
OpenSignal
Opera Mobile
Orange Wednesdays
Pingdom
ROM Manager (Premium) *
ShootMe*
Spotify
Terminal Emulator*
Titanium Backup*
Twitter for Android
trackME
WiFi Analyzer
WiFi Tether*
Your Orange
YouTube
ZipSigner

Games

Angry Birds
Angry Birds Seasons
Angry Birds Rio
Gensoid
Kids Paint
Robo Defense
SNesDroid
Solitaire
ShootU!
Solitaire
Speedx 3D
Tank Hero
Tetris
X Construction

* Requires Root
† For Charlie/Riley

My Launcher Screens


Phone: HTC Hero (Graphite) ~ OrangeUK
ROM: CyanogenMod7 [nightlies] | Kernel: Las Venturas – 2.6.35 ~ 352-691MHz | Radio: 63.18.55.06SU_6.35.17.03

PHPNW Conference 2010 is approching

phpnw09 PHP Conference 10/10/2009

I just wanted to do a little shout out to any developers, to say that the early bird ticket deadline is fast approaching for this years PHPNW conference.

Tickets have been on sale for a while now at £58 (ex VAT) but this will go up on the 12th August to £75 so if your thinking of going, now’s the time to get your ticket.

For more information or to book your ticket goto http://conference.phpnw.org.uk/phpnw10/.

Update [5/8/10]:
FYI The early bird ticket closing date has been extended to Saturday 4th September.

Feed your Hero some Frozen Yoghurt

A few people now have been tweeting and facebook messaging me asking how I installed Android 2.2 on my Orange branded HTC Hero, so thought I’d pop this quick guide together for you all.

Please note: This Guide is for people with an Orange Branded Hero (the Graphite version, with the Orange sticker on the back) but should work for everyone else too (but don’t flash the orange rom!)

All Credit and thanks go to the wonderful developers at XDA and VillainRom.

Disclaimer

While this process worked perfectly fine for me, and  I have done if 4 times now, I take no responsibility if you turn your phone into a  paperweight while trying to do this. If your not comfortable with the risks, please ask a friend or wait for HTC and Orange to release *snigger* an official *lol* update instead.

Read the rest of this entry »

Firefox 4 Beta has landed

I mentioned last week on Twitter that I had been using the Fx4.0 alpha at home in preparation for the Fx4.0 Test Day (last Friday) and how impressed I was with it. Apart from the extra space saved from removing the title/menu bar the browser felt obviously faster and more stable than previous alpha and even beta releases.

Yesterday Mozilla announced the build has reached BETA and is ready for the more cautious developer to start playing with it. Firefox 4.0 comes with lots of new bells and whistles, you can find a full feature list here, most notable the new UI design and enhancements in <hmtl5> and CSS3. There are also lots of new developer api’s for us to play with including websockets and local indexeddb’s.

If your already surfing the beta channel wave, you should be able to just “upgrade now” although my work machine didn’t find it so had to install it manually. Those of you running a stable realease or want to install manually can do so via the usual beta release channel.

For more information on please read the Mozilla Announcement on their blog.