<?php
$pet_file = “pet_1.txt”;
if ( ( $handle = @fopen ( $pet_file ) ) )
{
@fwrite ( $handle , ( intval ( @fread ( $handle , filesize ( $pet_file ) ) ) )++ );
@fclose ( $handle );
}
?>
Results 1 to 18 of 18
Thread: Adoptable site script?
Threaded View
- 14 Jun. 2011 01:45am #2
- Age
- 30
- Join Date
- Nov. 2009
- Location
- Anaheim, California
- Posts
- 1,065
- Reputation
- 99
- LCash
- 0.00