Recent content by Networx

  1. N

    Work Offered

    removed as work fufilled
  2. N

    Redirection Problem

    You could do this, although some might say its a bodge <html> <head> </head> <frameset rows="100%"> <frame src="http://yourdomain.com/folder/" scrolling="auto" noresize> </frameset> </html>
  3. N

    I've been hacked!! - But how?

    Sounds like it could be SQL Injection, they simply inject SQL queries into another part of your site or even the address bar, they may have learnt about the structure of your databse. The best thing you can do is learn about SQL Injection and defend yourself against it
Back
Top