Jump to content

lachezar

Members
  • Posts

    8
  • Joined

  • Last visited

lachezar's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Loop definitely makes sense.I have to look into that. I thought it might be as easy as just move the function around but unfortunately i do not have much experience with javascript either.
  2. How to recall a function and have the dialog box keep coming back when click 'cancel' button with Jquery in this example? I am sure it is easy but still learning some of the basics here. Thanks var autoCloseTimer; var timePeriod = 5000; // 10 seconds var warnPeriod = 15000; // 15 seconds function definitelyClose() { alert('Hello'); //window.location = 'http://www.advantagene.com' }; $(document).ready(function() { $('#proba').dialog({ autoOpen: false }); setTimeout(function (){ autoCloseTimer = setTimeout('definitelyClose()',warnPeriod); $('#proba').attr('title', 'Warning').text('Sesion will expire').dialog('open'); $('#proba').dialog({buttons:{'Cancel': function() { $(this).dialog('close'); clearTimeout(autoCloseTimer); } } }); }, timePeriod); });
  3. Hello again, I could not find where is the check to show hidden files, however i found this url: http://johnny.helioh...r=/public_html/ which showed me all files. I deleted the .htaccess file but it keeps coming back afterwards and i still can't open my site. Can you guys help me with that? Thanks EDIT: The 500 error on php files was caused by incorrect permissions. 644 works, but 777 results in 500 internal service error.
  4. I could not find such files in my code of the website What should i do or where should i try to find it if that is the problem? thanks
  5. What files are those? I am not sure and i have not heard of .htaccess files? Thanks What files are those? I am not sure and i have not heard of .htaccess files? Thanks
  6. Hi, I keep getting this error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@ranchev.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 Phusion_Passenger/3.0.11 mod_mono/2.6.3 mod_jk/1.2.35 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 mod_wsgi/3.4 Python/2.4.3 Server at ranchev.com Port 80 when i go to ranchev.com. Can anyone help me with that? Thanks
  7. Hi all, my user name is lachezar. I have been having problems with connecting to Cpanel since the beginning of using heliohost.org So every so often for some reason my "current " password stop being taken and i have to reset it. Right now even after reset i still have problem and can't get to my account! I tried 3 times and password is not working. I have also tried to change my password to something that would be easy for me to remember but i can never change it because the login ask me to reset it! Please help me with this! Thank you all! In addition, right now even if i try to reset the password i do not get an e-mail anymore with the new confirmation code? is this the server or my account is blocked? Thanks EDIT: The problem seems to be the Windows 7 built in FTP client triggering the brute force protection.
×
×
  • Create New...