Skip to content

David Yin's Blog

Tech geek. Life geek.

  • Home
  • About & Contact
  • Advertise
  • Subscribe
  • Privacy Policy
  • Gallery 3 – G3Grey Theme
David Yin's Blog
  • Home
  • About & Contact
  • Advertise
  • Subscribe
  • Privacy Policy
  • Gallery 3 – G3Grey Theme

Tag: script

Posted on January 25, 2021March 7, 2021 L.A.M.P.

How to enable JIT on PHP 8.0?

The default installation of php 8.0 I mentioned in the previous post has JIT built-it. But, here is a big BUT, JIT is not enabled. I used the testing script which is found in this post. The source code can...

Posted on April 11, 2017April 20, 2018 L.A.M.P.

How to connect DBF file and read data by PHP script

Afte last post, my php-fpm support the dbase database file now.  Here is an example php script. $db = dbase_open('../db/clients.dbf',0); if ($db){ $record_numbers = dbase_numrecords($db); for ($i = 1; $i <= $record_numbers; $i++) { $row = dbase_get_record_with_names($db, $i); if (...

Posted on October 10, 2014October 10, 2014 Web & Network

Some changes on Timthumb script

What is Timthumb? It is a small php script for cropping, zooming and resizing web images (jpg, png, gif).   Here is the official place to donwload the script. https://code.google.com/p/timthumb/ Even the developers said it is not supported any more,...

Posted on January 22, 2011March 19, 2019 L.A.M.P.

How to add one string to all rows of one column

I have a MySQL database. There is one table has thousands rows of data. I need to add one string to every rows of one column. It is a very popular scenario. Looks like in the middle of using one...

Posted on June 17, 2009November 21, 2018 L.A.M.P.

Schedule Backup MySQL database and FTP offsite in Centos

I have a VPS powered by Centos 5.2. There are some very important forum on it. I would like to backup it every day. Now because HyperVM/LxAdmin – Backup Home, can not backup MySQL or not easy to get it....

Posted on June 14, 2009March 16, 2019 L.A.M.P.

What can go wrong when including another file into your php file

It is very often to include another file as a part of your script. When do this kind of including, should be very careful on following parts. 1) The path to the script is wrong. 2) The path to the...

Posted on February 18, 2009February 20, 2014 Notes of MovableType

Add Meta Keyword and Description on MovableType

Just use following script as below Please be carefully when you change your template file.

Posted on October 17, 2008March 19, 2019 Web & Network

Making site stats accessible with htaccess

Dreamhost has a site stats facility included. But sometimes it is not accessible because of the .htaccess file. Say WordPress or some customized .htaccess file which will change the rewrite rule. To make it works, add following code in top...

Posted on February 28, 2007March 20, 2019 Freeware Review

Windows Script Decoder

Now a lot of website owner find some malicious code hide in their webpages. Some are put by hacker. The codes are also encoded. Webmaster can not remove the malicious code from the original html codes, they are all mixed....

Share

RSS
Facebook
fb-share-icon
Twitter
Post on X


Tags

"new features" "Windows 7" backup benchmark beta Blog bug calibre Canada Centos Code dreamhost error Firefox firmware fix freeware game Google how-to installation internet Linux MovableType MT MySQL performance PHP plugin release review router security server software SSD test tool ubuntu update upgrade voip VPS windows wordpress

Useful links

  • Alive Math Worksheet
  • Free InOut Board
  • Web Site Directory
  • Free Thinking
  • Dba notes
  • aw’s Blog
  • OneLaunch

Categories

  • 3D Printing (3)
  • Digest (79)
  • DreamHost Log (41)
  • Hardware (407)
  • Independent Thinking (28)
  • Insurance (5)
  • jQuery (9)
  • L.A.M.P. (291)
  • Money Maker (22)
  • My Life (144)
    • Journey of Faith (7)
    • Shanghai food (2)
  • Notes of MovableType (127)
  • phpBB Mod & Tips (15)
  • Reviews (176)
    • Freeware Review (43)
  • Save Money (2)
  • SEO & SEM (12)
  • Software (277)
  • Two Week Campaign (13)
  • Uncategorized (1)
  • Vehicles (16)
  • VOIP (38)
  • Web & Network (421)
  • WordPress Notes (54)

Archives

My Mastodon Social Account.
© 2025 David Yin's Blog / Powered by WordPress / Theme by Design Lab