Twitter Script is a revolutionary PHP software that allows you to run your own micro blogging site just like Twitter.

 

Twitter Script Requirements

Your Hosting or Server need to meet the following requirements:

  • Apache web server with mod_rewrite enabled.
  • MySQL version 4.0+
  • GD Library 2+ with freetype support.
  • Linux Server
  • PHP4 or PHP5 with the following configuration
    1. safe_mode = off
    2. open_basedir = (no value)
    3. output_buffering = on
    4. register_argc_argv = On
    5. session.gc_maxlifetime = 15000 (Recommended or higher)
    6. register_globals = off
    7. magic_quotes_gpc = on