Recent content by kmarkiv

  1. kmarkiv

    suspension due to crude proxy

    It was not meant as a proxy ..I never even used it more than two times ..that too 2 months back ..You can check the server logs..Please understand .There is no fault from my side in context of using it as a proxy server .I have been a member for about a year now .Please give me another chance
  2. kmarkiv

    suspension due to crude proxy

    I don't know what crude proxy is ..Please Reinstate my account.engi.php was used because my other website was blocked at my work. so i used to administer it from this script "engi" was the name of my other site
  3. kmarkiv

    CRON abrubtly stoped working

    It works fine on the browser ..It was working fine until two days ago.The email i am talking about is set in the C Panel ..which also stopped two days back
  4. kmarkiv

    Cron Job stoped working

    The Cron Job I set "php /home/kmarkiv/cron.php" is not working since yesterday .I even stopped receiving emails regarding its execution..Please Reactivate it ..Thanks
  5. kmarkiv

    CRON abrubtly stoped working

    My cron job php /home/kmarkiv/public_html/*****/****.php suddenly stoped working yest and i stopped receiving emails .Please help:(:(:( :(
  6. kmarkiv

    cpanel

    cannot login to cpanel..after the update ..
  7. kmarkiv

    Shell script not working

    i tried using cg-bin to run shell scripts .. they worked fine .but now .. its causing a problem ..it does not execute heres my script #!/bin/bash # get today's date OUTPUT="$(date)" # You must add following two lines before # outputting data to the web browser from shell # script echo...
  8. kmarkiv

    Suspension

    My account is suspended for high resource usage ..(i just update wordpress) ..could You please unsuspend it ..Its on Fris ..
  9. kmarkiv

    Wierd Situation

    Thanks a lot for all your help...its fine now
  10. kmarkiv

    Wierd Situation

    My account is suspended but my control panel says its fine .. all others whose accounts are being moved atleast are notified in their control panel .. Please find out whats wrong ... btw i am on lotus
  11. kmarkiv

    Suspension

    I am not able to login to CPANEL/FTP ALSO ..No notice in my Account panel but site says its suspended kmarkiv.x10hosting.com
  12. kmarkiv

    Suspension

    the account panel gives no notice about the suspension ..Please help me
  13. kmarkiv

    Suspension

    Dear Sir My account is suspended..but i cannot unsuspend it from my account panel .PLease help me ..
  14. kmarkiv

    Cron Job,Rewrite Rule

    i don't think its the problem with my code .. they worked fine for a long time until recently after the update they stopped working through rewrite i want to hide the extension of a cgi file e.g. website.com/forms/form must redirect to website.com/forms/form.cgi btw does not wrk with adding...
  15. kmarkiv

    Cron Job,Rewrite Rule

    Sorry for the delayed reply .. RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.cgi -f RewriteRule ^(.*)$ $1.cgi is the code for apache rewrite to hide .cgi extension the cron job php code is php /home/kmarkiv/***/***.php
Top