Guest User

Untitled

a guest
Aug 27th, 2020
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. $results["registeredname"] = "here shall be the domain";
  2. $results["productname"] = "this shall be fetched";
  3. $results["productid"] = "5";
  4. $results["billingcycle"] = "Monthly";
  5. $results["validdomains"] = $this->getHostDomain();
  6. $results["validips"] = $this->getHostIP();
  7. $results["validdirs"] = $this->getHostDir();
  8. $results["checkdate"] = Carbon::now()->toDateString();
  9. $results["version"] = "this shall be fetched";
  10. $results["regdate"] = "this shall be fetched";
  11. $results["nextduedate"] ="this shall be fetched";;
  12. $results["addons"] = array(array('name' => 'Branding Removal', 'nextduedate' => "this shall be fetched";', 'status'
Advertisement
Add Comment
Please, Sign In to add comment