RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
Log In - Question

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
ForgottenMemorie



Joined: 17 Nov 2008
Posts: 16

PostPosted: Nov 19, 2008 5:41 pm    Post subject: Log In - Question Reply with quote

I bought XFileSharing Pro.. Yay!

Question: I want my premium customers to be able to login like : http://www.shareator.com/

Code:
What code will i need to add to the index.html ?
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2109
Location: UFO Lab

PostPosted: Nov 20, 2008 6:43 am    Post subject: Reply with quote

In main.html, after menu code add:
Code:
<a href="<TMPL_VAR site_url>/?op=registration"><b>signup</b></a>&nbsp; &nbsp;
<a href="<TMPL_VAR site_url>/?op=forgot_pass">forgot pass</a>
<form method="POST" action="<TMPL_VAR site_url>/" name="FL">
<input type="hidden" name="op" value="login">
Login:<input type="text" name="login" value="<TMPL_VAR login_cooked>" class="myForm" size=12>
Password:<input type="password" name="password" class="myForm" size=12>
<input type="image" src="<TMPL_VAR site_url>/images/login.gif" style="margin-bottom:-5px;">
</form>
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group