View Single Post
  #7  
Old 08-28-2016, 09:30 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 391,818
Hall of Famer is on a distinguished road
Default

Well just change the code in function banuser($user) in file /functions/functions_users.php:

PHP Code:
header('Location: http://yoursite.com/'); 
It should be at around line 108 assuming you have never edited functions_users.php file before. Dont forget to change http://yoursite.com to the actual url on your website.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote