View Single Post
Old 04-22-2009, 04:12 PM  
MrCodey
Guest
 
Posts: n/a
Quote:
Originally Posted by fris View Post
post a piece of your code to show you can handle it
Oh I love a challenge, and never lost one in my life

<?php
session_start();
include('./tl/inc/config.php');
include_once('./tl/inc/functions.php');

$tpl = file_get_contents('./tl/templates/play.tpl');
$ip = $_SERVER['REMOTE_ADDR'];

if (!isset($_SESSION['videos_watched'])) {
$_SESSION['videos_watched'] = 0;
} else {
$_SESSION['videos_watched']++;
}

$_SESSION['uri'] = $_SERVER["REQUEST_URI"];
$baseuri = $_SERVER["REQUEST_URI"];
$vid = basename($baseuri, ".php");

$hostname = _getRandomHost();

seriously this is fucking kid stuff, but you think I'm gonna post my proprietary
developed system for kudos?

The script will speak for itself...

SURPRISE ending... its already 60% done..

Get your wallets ready folks... the software you have been dreaming about is close to your server steps (server steps, OMG, I am getting as gay as this website)

Just start saving your cash!

MrCodey Out!
  Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote