Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Secure Dynamic Pages Ii
karlo
post Feb 24 2005, 12:43 PM
Post #1


Privileged Member
*********

Group: Members
Posts: 618
Joined: 30-October 04
From: Philippines
Member No.: 2,049



Just put the following code in every begining of your PHP script:

CODE
<?php error_reporting("0"); ?>


So, you will never see any errors.

OR

CODE
<?php

if (isset($_GET["page"])){

$thepage=urldecode(base64_decode($_GET["page"]));

@include($thepage);

}

?>
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Changing A Dynamic Ip(18)
  2. Test Your Php Pages W/o Upload/internet(57)
  3. Php Installed Modules Dynamic Reference Tool(4)
  4. Custom 404 Error Pages(17)
  5. How To Edit Your "index Page"(0)
  6. Secure The Email Addresses On Your Website!(10)
  7. Php Dynamic Signatures(9)
  8. Css And Javascript Combined For Dynamic Layout(9)
  9. How To: Make A Simple Php Site(21)
  10. Templating System Using Php Includes(13)
  11. Using A Secure File Transfer Client(0)
  12. Making A Dynamic Page On Blogspot(5)
  13. Dynamic Signatures - The Real Way To Go(8)
  14. Document Type Declarations(0)
  15. Do You Want To Use Php Code In Your Html Pages?(9)
  1. Dynamic Signature - Yet Another Way To Do It(0)
  2. Php--> Content-only Pages(9)
  3. Simple Javascript And Password System(6)
  4. Make A Moderately-secure Password System Using Javascript(4)


 



- Lo-Fi Version Time is now: 26th July 2008 - 09:31 AM