Jump to content

mrj

Members
  • Posts

    303
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mrj

  1. Thank you
  2. Please try again. Please try again and tell me is everthing is set up and working perfectly.
  3. Here is my PHP scripts URL: https://meraj.gq/clear_cache.php
  4. 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.
  5. 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.
  6. Thanks again.
  7. 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.
  8. 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.
  9. Thank you so much. Your repies was really helpfull. ☺
  10. 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.
  11. 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
  12. 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...