View Single Post
  #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