Guest User

Untitled

a guest
Jul 22nd, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <?php
  2. // $this->addPanelUserDirect($panelusername,$paneluserpass,1,5,0,1,1,$quota,'',$email,$this->status_active);
  3. require("ehcpfiles/classapp.php");
  4. $app = new Application();
  5. $app->connectTodb(); # fill config.php with db user/pass for things to work..
  6.  
  7. $panelusername = "test";
  8. $paneluserpass = "test123";
  9. $quota = "30";
  10. $email = "someonesemail@someplace.com";
  11.  
  12. $app->addPanelUserDirect($panelusername,$paneluserpass,1,5,0,1,1,$quota,'',$email,$app->status_active);
  13. print $app->output;
  14.  
  15.  
  16. ?>
Add Comment
Please, Sign In to add comment