[fx.php_list] Re: Server redirect - desparate!

  • From: Chris Hansen <chris@xxxxxxxxxxx>
  • To: fx.php_list@xxxxxxxxxxxxx
  • Date: Wed, 21 Dec 2016 11:08:36 -0700

Hey Rodney,

I suspect that the problem are these lines in the code (as the redirect
in question is to the same domain):

<script language="javascript">
  function checkTuringImage()
  {
   if (window.document.myForm.txtTuringChallenge.value==TuringNumber)
   {
    return true;
   }
   else
   {
    alert("Please type in the five digit number into the space
    provided before proceding");
    return false;
   }
  }
 </script>
 <script language="javascript">  
   var TuringImage = 'turingImage'; 
 </script>
<script src="http://network.programming-in.net/articles/turing.aspx";
 language="javascript">
 </script>

Take those out, and I think your problem should disappear.

HTH

--Chris


On 12/21/16 10:17 AM, Rodney Schmidt wrote:

Many years ago I began with FX.php and have stuck with it. Created a
university school admission inquiry system using FX and an FMPRO
server feeding directly into FM DB through the web. Has worked
flawlessly for 15+ years. MAC server and FMP 12 clients and server.
Now I am retired but still helping.

This  problem looks like a malware issue. (My neighbor on a windows
box has continual similar malware problems.)

The URL is being re-directed to a spam website. I suspect that  a
malware, likely on a windows box, captured the URL and a redirect got
set up anytime the http request is served.  

The URL:
 http://livemusic.ecu.edu/admission.php

The redirect: 
http://ww1.programming-in.net/?fp=pNLv6mmlcCdMmkKEebfssaeFH5I53xmJCdiL6WzX91P3S4d4H1hDG6AE3sqO%2BQ0O0aUp%2BWY%2F916qKwRTyqvIRA%3D%3D&prvtof=Wlxcl26nwjMiMHC5VD7v3XCUzUSn1tZzuUb8MZYHj7ku95vXSkjGX3jSbOvFE0XBkR96Ncz8b0l9Jg5fExUaBw%3D%3D&poru=OwQTK15AOnPWlAKvR2dswmplXKhyQuf173%2BqiVdKzj8ZLRnytt3vw5SLUNih%2BBXm&cifr=1&;

I suspect that the issue may have been initially with the recaptcha
code. I removed recaptcha. The URL is “captured” and the redirect is
immediate. Faster than an old meta redirect.

I moved the entire system to another folder on the same server. Still
redirects. Changed the file names. Still redirects. All http requests
go through university servers. What do I ask/tell them??

HELP!

Any ideas? Possibly a solution??


Rodney Schmidt
rschmidt11@xxxxxx <mailto:rschmidt11@xxxxxx>
----------
"You speak the language, but you have no idea what you are saying."
-/Zvi Zeitlin /(1922-2012) [http://tinyurl.com/jwdrstk]




Other related posts: