View Single Post
  #2  
Old 25th August 2019, 21:17
allfree allfree is offline
Member
 
Join Date: Aug 2019
Italy
Posts: 7
Default re mod 08
Quote:
Originally Posted by BamBam0077 View Post
edit takelogin.php script, add this:
Code:
$redirect = true;
if($redirect === true){

echo "<div style='background-color: #353939;border: 1px solid #666;color:green;'><text>Successful Message</text></div>
<div style='padding: 0.1em;'></div>
<text>Thank You!, Accessing Account 
</text>
<script>
setTimeout(function () { window.location.href= 'index.php'; // the redirect goes here
},5000); // 5 seconds
</script>";
} else {
// go fuck yourself for not believing!!
}
Replace:
Code:
header("location= {$INSTALLER09['baseurl']}/index.php");



please nice for tbdev 2008 can you do it to me ??
I really like thank you
Reply With Quote
The Following User Says Thank You to allfree For This Useful Post:
BamBam0077 (6th November 2019)