View Single Post
  #14  
Old 04-25-2007, 03:38 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Cherrykao View Post
i didn't realize people were so rude
lol ... just lol

You'll want to make a gani script, and use params or attrs so it shows the zoom for everybody. To make a gani script, edit the gani file in a text editor, and at the bottom (or so) add

PHP Code:
SCRIPT
  
// Code goes here
SCRIPTEND 
and if you want to use params, you need to use that in an if (created) and then call something. Otherwise, it will reset the params. For example,

PHP Code:
SCRIPT
  
if ( created )
  {
    
doStartparams );
  }
  function 
doStartNULL )
  {
    echo( 
params );
  }
SCRIPTEND 
__________________
Reply With Quote