Jump to content

mrj

Members
  • Posts

    305
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mrj

  1. Hi, When I use following code to my .htaccess it doesn't redirect to the error document: Code: ErrorDocument 404 404.php Result: when I enter a url that doesn't exist, a blank page shows "404.php". Ist shows the relative url I written, but doesn't redirect to the error handling page. But when I use: ErrorDocument 404 http://netrix.ml/404.php It works. Please tell me the problem. TIA.
  2. This pagge has been deleted.
  3. Thank you
  4. Please try again. Please try again and tell me is everthing is set up and working perfectly.
  5. Here is my PHP scripts URL: https://meraj.gq/clear_cache.php
  6. Thank you. Please provide me the code script to run a php file from server in every 5 minute. I will create a php file which will execute the job for cron when runs.
  7. Hi, After execution, cron jobs deleted automaticaly. Can I make the job permanent and will run in every 4 min? I need delete all directory inside /home/mrj/wap/files in every 4 min.
  8. Thanks again.
  9. No, you got it wrong. That was a test on using materialize css. My goal isn't fb auto like. I've deleted that. You may have a look at: http://dl.meraj.gq Ads are showing often.
  10. Hi, I've noticed that I am getting ads on my webpages sometimes on the footer. It starts with "Guess you like". Please solve this matter.
  11. Thank you so much. Your repies was really helpfull. ☺
  12. Thank you. Its worked . The last thing I want to know that which scripting is bulit in enabled and which are need to be enabled by requesting on tommy server. Like I had requested for java and asp and it was enabled for me. Do I need to request for perl, python, ruby and otherss? Thanks in advance.
  13. Thanks for your reply. Currently using PHP 5.6.3.0. Waiting for your reply. get_headers() also not working. Is it for target server restrictions or something? I tried fusionbd.com as $url and it was worked. Here is the code: <?php $url ="http://m.sumirbd.mobi"; $get_contents = file_get_contents($url); $get_headers = array(get_headers($url)); if ($get_contents) { echo "Get contents is working!"; } else { echo "Get contents isn't working"; } if ($get_headers) { //print_r($get_headers); } else { echo "Get headers isn't working"; } ?> Output: Warning: file_get_contents(http://m.sumirbd.mobi): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/mrj/public_html/p.php on line 3 Get contents isn't working
  14. My domain is: meraj.gq Server: tommy Username: mrj In php file_get_contents() is not working and giving 403 error. Also aspx (asp page) giving a 503 error. Please help me.
×
×
  • Create New...