View Single Post
  #31  
Old 04-29-2017, 10:51 PM
KatFennec's Avatar
KatFennec KatFennec is offline
Member
 
Join Date: Apr 2017
Posts: 57
Gender: Female
Credits: 8,029
KatFennec is on a distinguished road
Default

Quote:
Originally Posted by kristhasirah View Post
found a way to stop users from changing the ids and getting the adopts in the shop or any other adopt you don't want to be adopted in the main adopt page:
PHP Code:
            if($id == '11') throw new InvalidIDException("global_id"); 
to add more ids just add: || $id == 'id' (replace 'id' with the number you want to exclude.
for me this is working if the user change the id using inspect element to one of the defined ids it will trow the this id don't exist message
hope it works for everyone else.
i have mine below the first if statement in the public function index.
awesome, I'll probably work that in
__________________
Reply With Quote