Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- require_once('customscript.php');
- //include the script
- $customList = new customList();
- $customList->debugging = 1; // 1 to show errors, 0 to disable it. Default = 0
- $customList->showAuctionMessages(); //show the auction message list for debugging
- $customList->showDonationMessages();//show the donation message list for debugging
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement