Advertisement
Crecket

Untitled

Aug 3rd, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php
  2.  
  3. require_once('customscript.php');
  4. //include the script
  5. $customList = new customList();
  6. $customList->debugging = 1; // 1 to show errors, 0 to disable it. Default = 0
  7.  
  8.  
  9. $customList->showAuctionMessages(); //show the auction message list for debugging
  10. $customList->showDonationMessages();//show the donation message list for debugging
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement