Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #1  
Old 23rd November 2018, 07:59
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Smile Basic redirect script
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");
Reply With Quote
  #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)
  #3  
Old 6th November 2019, 02:38
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
1. Go to your /var/www/html/
2. Open takelogin.php with notepad++
3. Line 31 - 33
4. Replace header("Location: my.php");

Now override with the following code as discussed:
PHP 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= 'my.php'; // the redirect goes here
},5000); // 5 seconds
</script>"
;

There You Go M8
Soz for late response!
Reply With Quote
Reply

Tags
basic , redirect , script

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 00:52. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.