First bug: it take 30 seconds before the page load Second: Post is not working anymore, even the login form at left is not working when im on this page.
Im paying 30$ for fixing it
Email : wooafy@darkgunzsupport.com Skype: nicolas.grenier91
- Author was Featured
- Sold between 50 000 and 100 000 dollars
- Author had a Free File of the Month
- Bought between 1 and 9 items
- Exclusive Author
- Europe
- Has been a member for 3-4 years
- Referred between 10 and 49 users
- Repeatedly Helped protect Envato Marketplaces against copyright violations
It loads quite fast for me.
- Has been a member for 4-5 years
- Author was Featured
- Contributed a Tutorial to a Tuts+ Site
- Netherlands
- Community Moderator
- Microlancer Beta Tester
- Sold between 10 000 and 50 000 dollars
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Exclusive Author
It loads not instantly, but not very slow either here. Not unusual for such a relatively heavy page, anyway. The posts seem to be working fine as well I can’t seem to register either, but the first bit of the form that does those checks is client-sided, I guess?
There seem to be some odd things going on with opening and closing divs in between form tags (breaking the hierarchy), though, but I don’t think that usually breaks forms this way..
EDIT : Yes it does, when the submit button falls out 
Well because the register button is not inside the <form> tag. How can you want it to submit it?
EDIT : Site doesn’t even take more than 10 seconds to load, might be your internet speed.
Crakken said
Well because the register button is not inside the <form> tag. How can you want it to submit it?
EDIT : Site doesn’t even take more than 10 seconds to load, might be your internet speed.
Try www.darkgunz.com you will se the difference..
Anyone know how to fix it ??
<form name="login" method="post">
<input class="bar" type="text" name="userid" onfocus="if(this.value=='username') this.value='';" onblur="if(this.value=='') this.value='username';" value="username">
<div id="password-feild">
<input class="bar" type="password" name="pasw" onfocus="if(this.value=='Password') this.value='';" value="Password">
</div>
<input id="enter" type="submit" name="submit" class="submit" value="ENTER">
<input id="register" type="submit" name="register" class="submit" value="REGISTER">
</form>
And your website is still loading fast for me.On ipad, crashed my browser. So cant view site at mo.
Totally crashed firefox also, warning unresponsive script running
The page load issue might be your facebook plugin. Use “The Web Developer extension” on the chrome store. It’s a good extension for problems like this.
Add http: in front of // inside your iframe of the facebook plugin.
So it would be.<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FiPlayGunz&width=196&colorscheme=dark&show_faces=true&border_color=%230B0B0B&stream=false&header=false&height=258" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:196px; height:258px;" allowTransparency="true"></iframe>
Tim
