Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares > Mods & Themes
Reply
  #1  
Old 19th June 2012, 10:00
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default Alternative login page for TSSE 5.6-speedseeker
Hi,

Ive been asked a few times for my login and other external pages.. so here it is

1) Download attachment and un pack it.

2) Back up login.php, signup.php, recover.php and contactus.php

3) Copy all files to your www or html_docs folder.


Screenshot ===>

Click the image to open in full size.
Attached Files
File Type: rar speedseeker_login.rar (14.7 KB, 203 views)
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
The Following 3 Users Say Thank You to firefly007 For This Useful Post:
mmisu120000 (20th June 2012), PAX (21st June 2012), Titya (19th June 2012)
  #2  
Old 21st June 2012, 13:10
Black1 Black1 is offline
Senior Member
 
Join Date: Oct 2011
P2P
Posts: 55
Default Thanks
You rock man!
Many many thanks :)

Update:
1) Login page does not work
2) Register page is not working :(
3) No registerhint.php page

Last edited by Black1; 21st June 2012 at 18:55.
Reply With Quote
  #3  
Old 25th June 2012, 00:25
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by Black1 View Post
You rock man!
Many many thanks :)

Update:
1) Login page does not work
2) Register page is not working :(
3) No registerhint.php page
Make sure you have the animatedcollapse.js in your www root ... give me the link to your site so I can see the error and can you turn on php error report
if its not already on.
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #4  
Old 25th June 2012, 02:34
gogo999's Avatar
gogo999 gogo999 is offline
Senior Member
 
Join Date: Feb 2012
Korea South
Posts: 140
Default Good job!
Quote:
Originally Posted by firefly007 View Post
Hi,

Ive been asked a few times for my login and other external pages.. so here it is

1) Download attachment and un pack it.

2) Back up login.php, signup.php, recover.php and contactus.php

3) Copy all files to your www or html_docs folder.


Screenshot ===>

Click the image to open in full size.

Good friends will always think of Audit
Good job!
__________________
새로운 트래커를 위한 정보의 포럼
My Trackers : darknesschannel
Reply With Quote
  #5  
Old 26th June 2012, 16:24
Black1 Black1 is offline
Senior Member
 
Join Date: Oct 2011
P2P
Posts: 55
Default hello again
How to make the site when you visit it to view login.php and not the old index.php just like http://scene.speedseeker.co.za/
If I change it from settings panel BASE URL the site is not working.
Reply With Quote
  #6  
Old 27th June 2012, 09:04
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default
Nice mod , but the dropdown menu it isn't show up for login page

animatedcollapse.addDiv('kelly', 'fade=1,height=40px')
i attached the javascript file witch it missing on the first post





@Black1

loggedinorreturn();

and it's look like


Code:
<?

/***********************************************/
/*=========[TS Special Edition v.5.6]==========*/
/*=============[Special Thanks To]=============*/
/*        DrNet - wWw.SpecialCoders.CoM        */
/*          Vinson - wWw.Decode4u.CoM          */
/*    MrDecoder - wWw.Fearless-Releases.CoM    */
/*           Fynnon - wWw.BvList.CoM           */
/***********************************************/


   define ('THIS_SCRIPT', 'index.php');
  require_once 'global.php';
  define ('TS_BLOG_VERSION', '1.4.1');
  define ('IN_PLUGIN_SYSTEM', true);
  gzip ();
  dbconn (true);
  maxsysop ();
  if ($MEMBERSONLY == 'yes')
{
    loggedinorreturn();
Attached Files
File Type: rar animatedcollapse.rar (3.8 KB, 67 views)

Last edited by Marco; 27th June 2012 at 09:21.
Reply With Quote
  #7  
Old 27th June 2012, 14:22
Black1 Black1 is offline
Senior Member
 
Join Date: Oct 2011
P2P
Posts: 55
Default dfg
Parse error: syntax error, unexpected $end in /home/HOME/public_html/tes1t.php on line 22
Reply With Quote
  #8  
Old 27th June 2012, 21:46
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by Black1 View Post
Parse error: syntax error, unexpected $end in /home/HOME/public_html/tes1t.php on line 22
1)Check the code should work... It is a copy on my live site. Please give me the link to your site so I can see for myself... but it should work....


2)It is on the login page. Its what ever wrapped around the div tag(kelly) will be affected by the Jquery.
Look near the bottom of the page as shown below, this is form that will pop up. You will need to make sure that the .js file is in your root and reachable, You wil also needs to chmod to at leased to 0755 or 775 for shared hosting.

3) I will repack it the mod too

Code:
<div id="kelly" style="width: 650px; display:none">
<p>

<form id='login' action='takelogin.php' method='post' accept-charset='UTF-8'>


<input type='hidden' name='submitted' id='submitted' value='1'/>
<label for='username' >NAME:</label>
<input type='text' name='username' id='usernamelogin'  maxlength="50" />
<label for='password' >PASS:</label>
<input type='password' name='password' id='passwordlogin' maxlength="50" />
<input name='Submit' type='submit' id="enter" value='Enter!' />

</form>
<p>   <a href="javascript:animatedcollapse.toggle('kelly')" class="closelogin">close!</a>
</b><br />
<!--<div class="logintxt"><h1>Hey!!</h1><h3>If you don't have an account please click on the tab below. </div>--->
<p> 
</div>
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me


Last edited by firefly007; 27th June 2012 at 22:07.
Reply With Quote
  #9  
Old 27th June 2012, 23:12
Black1 Black1 is offline
Senior Member
 
Join Date: Oct 2011
P2P
Posts: 55
Default Thanks for the help.
Mey man.. Thanks for the help. I made it work but I had 2 problems.
1) With firefox & chrome everything was good but with IE and Opera was not working good
2) When I was using it everyone had to try to login 2 times and I dont know why. With the first login attemp I was getting an error, an with the second login attemp everything was ok
Reply With Quote
  #10  
Old 28th June 2012, 00:58
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by Black1 View Post
Mey man.. Thanks for the help. I made it work but I had 2 problems.
1) With firefox & chrome everything was good but with IE and Opera was not working good
2) When I was using it everyone had to try to login 2 times and I dont know why. With the first login attemp I was getting an error, an with the second login attemp everything was ok

Not sure why you getting an error during login, will have a look you can try and use my globle.php from my other login page.


It will not work with IE. I will add some java script that will redirect to a basic login.php for any IE users .

I had a look and see that some of the css is not playing nice in Opera...Will fix it. I know that it works Chrome,Firefox and Safari.


I fixed the Opera css problem...

loginfoot.php

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<style>
body {
       background:         -webkit-background-size: cover;

        -moz-background-size: cover;

        -o-background-size: cover;
    background-size: cover;
    font-weight: bolder;
    color: #CCCCCC;
    background-attachment: fixed;
    background-image: url(http://www.flicksandbits.com/wp-content/uploads/2012/03/mb3.jpg);
    background-repeat: no-repeat;
    background-position: center 1px;
}
.footerbar {
    height: 30px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: -moz-linear-gradient(top, #1B0BEC, #000); /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B0BEC', endColorstr='#000000'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#1B0BEC), to(#000)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #1B0BEC,  #000); /* for firefox 3.6+ */
    background-image: -o-linear-gradient(top,rgb(27,11,236),rgb(0,0,0));
    left: 0px;
      /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;

    }
    .footerbar  .hovermenu {
    position: relative;
    bottom: 13px;
    }
.footerbar  .hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 18px;
}

.footerbar  .hovermenu ul li{
list-style: none;
display: inline;
}

.footerbar .hovermenu ul li a{
    text-decoration: none;
    float: left;
    color: #FFFFFF;
    background-color: #FFF2BF;
    height: 30px;
    padding-top: 2px;
    padding-right: 0.5em;
    padding-bottom: 2px;
    padding-left: 0.5em;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #000000;
    border-left-color: #000000;
    
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B0BEC', endColorstr='#000000'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#1B0BEC), to(#000)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #1B0BEC,  #000); /* for firefox 3.6+ */
    background-image: -o-linear-gradient(top,rgb(27,11,236),rgb(0,0,0));
    font-weight: bolder;
}

.footerbar  .hovermenu ul li a:hover{
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#000000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #333,  #000); /* for firefox 3.6+ */ 
background-image: -o-linear-gradient(top,rgb(27,11,236),rgb(0,0,00));
}
-->

</style>

<body>

<div class="footerbar">

<div class="hovermenu">
<ul>
<li><a href="login.php">Home!</a></li>
<li><a href="signup.php">Signup!</a></li>
<li><a href="recover.php">Recover!</a></li>
<li><a href="contactus.php">Contact us!</a></li>
<li><a href="javascript:animatedcollapse.toggle('kelly')"></a><a href="javascript:animatedcollapse.toggle('kelly')">Login!</a></li>
</ul>
</div>
</div>

</body>
</html>
</html>
loginfoot1.php

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<style>
body {
       background:         -webkit-background-size: cover;

        -moz-background-size: cover;

        -o-background-size: cover;
    background-size: cover;
    font-weight: bolder;
    color: #CCCCCC;
    background-attachment: fixed;
    background-image: url(http://www.flicksandbits.com/wp-content/uploads/2012/03/mb3.jpg);
    background-repeat: no-repeat;
    background-position: center 1px;
}
.footerbar {
    height: 30px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: -moz-linear-gradient(top, #1B0BEC, #000); /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B0BEC', endColorstr='#000000'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#1B0BEC), to(#000)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #1B0BEC,  #000); /* for firefox 3.6+ */
    background-image: -o-linear-gradient(top,rgb(27,11,236),rgb(0,0,0));
    left: 0px;
      /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;

    }
    .footerbar  .hovermenu {
    position: relative;
    bottom: 0px;
    }
.footerbar  .hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 18px;
}

.footerbar  .hovermenu ul li{
list-style: none;
display: inline;
}

.footerbar .hovermenu ul li a{
    text-decoration: none;
    float: left;
    color: #FFFFFF;
    background-color: #FFF2BF;
    height: 30px;
    padding-top: 2px;
    padding-right: 0.5em;
    padding-bottom: 2px;
    padding-left: 0.5em;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #000000;
    border-left-color: #000000;
    
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B0BEC', endColorstr='#000000'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#1B0BEC), to(#000)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #1B0BEC,  #000); /* for firefox 3.6+ */
    background-image: -o-linear-gradient(top,rgb(27,11,236),rgb(0,0,0));
    font-weight: bolder;
}

.footerbar  .hovermenu ul li a:hover{
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#000000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #333,  #000); /* for firefox 3.6+ */ 
background-image: -o-linear-gradient(top,rgb(27,11,236),rgb(0,0,00));
}
-->
</style>

<body>

<div class="footerbar">

<div class="hovermenu">
<ul>
<li><a href="login.php">Home!</a></li>
<li><a href="signup.php">Signup!</a></li>
<li><a href="recover.php">Recover!</a></li>
<li><a href="contactus.php">Contact us!</a></li>
</ul>
</div>
</div>

</body>
</html>
Im going to do away with having css on the page and rather include it into login.css
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me


Last edited by firefly007; 28th June 2012 at 01:39.
Reply With Quote
The Following 2 Users Say Thank You to firefly007 For This Useful Post:
FENIX (24th January 2013), PAX (28th June 2012)
Reply

Tags
56speedseeker , alternative , login , page , tsse

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 11:05. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.