Advertisement
ChromeWolf

Codes and stuff for PEATL

Sep 8th, 2011
5,291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. <?php
  2.  
  3. / ChromeWolf's Code's
  4.  
  5. / The Meta Before $meta put <?php and after the " ; " put ?>
  6.  
  7. $meta='meta';
  8.  
  9. / Find this
  10.  
  11.       $vars = $spli[1];
  12.  
  13. / Change it to this
  14.  
  15.       $vars = $spli[0];
  16.  
  17. / Find this
  18.  
  19.          $i=$h;
  20.  
  21. / Above it put this
  22.  
  23.          $h=$i;
  24.  
  25. / For the game index at the top under
  26.  
  27. <?php
  28.  
  29. / put this
  30.  
  31. error_reporting(0);
  32.  
  33. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement