PDA

View Full Version : $page


Mado
10-07-2009, 02:38 PM
I actually need some help, and thought a few of you with programming knowledge might be able to. Epyon already gave me some code that works as far as securing the site up a bit. The problem is, is that I want to keep the $page variable so I don't have to change the way the auto-updating scripts are written. What I want is for the variable $page to be checked to make sure only files from my server are being called. The way it was previously set up, any page/script on any server could be called through mine, which is a huge security leak.

Anyone?

dark sun
11-15-2009, 12:15 AM
How did you get a script to update a page by clicking a link?

Mado
11-15-2009, 06:36 AM
Php coding. My dad wrote the original code and I've just modified it along the way to follow different training/meditating gains.

dark sun
11-15-2009, 01:03 PM
I figured it was php. you have to have a database for that right?

Mado
11-15-2009, 01:48 PM
No, you don't have to, but it makes it much easier and customizable if you do.