HTTP ERROR 500 internal error

I have surfow v4.0.1 script …running fine on inmotion hosting server but same script giving me an error on ovh hosting vps server…check http://raisealexa.com for inmotion hosting and http://hitfleet.com also this script not working on other server…

Help me to fix it

It would be nice to have a Please.

Why have it in the first place as it does not mean anything; you could set it to start at any value. Also who takes notice of a hit counter these days?

I do not get a 500 error with IE11 just the hits text without a number.

1 Like

$(document).ready(function()
{
$(“#mybutton”).live(‘click’,function()
{
var txt_family_name=$(“#mytextbox”).val();
if(txt_family_name ==“” || txt_family_name ==null)
{
alert(“null”);
}
else
{
alert(“not null”);
}
});
});

As it is a pay for script I see you get 6 months support; why not use it?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.