View Single Post
  #7  
Old 13th April 2013, 14:49
burdea01 burdea01 is offline
Member
 
Join Date: Apr 2013
P2P
Posts: 4
Default
And i have another problem with a script:

<?php
require "include/bittorrent.php";
dbconn(false);
loggedinorreturn();

parked();
$newpage = new page_verify(); -------- this is line 7
$newpage->create('sendmessage');
// Standard Administrative PM Replies
$pm_std_reply[1] = "Read the bloody FAQ and stop bothering me!";
$pm_std_reply[2] = "Die! Die! Die!";

And i have this error: Fatal error: Class 'page_verify' not found in /home/hosting/--------/------------/sendmessage.php on line 7

Bump: Please tell me how to fix that error

Last edited by burdea01; 14th April 2013 at 13:27.
Reply With Quote