View file custom.php
<?php /* Запрещается убирать копирайт для дальнейшего распространения скрипта! //// Автор: Proton E-mail: [email protected] icq_uin: 8059371 wap_site: http://svoboda.v1p.su */ include 'head.php'; include 'functions.php'; $file=file_get_contents("http://php.su/functions/custom/?".$_SERVER['QUERY_STRING']); $file=win_to_utf($file); $file=pages($file); $file=obrezka($file); echo $file; echo $end; ?>