Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   D3SI Modded Source v1.2 (http://www.bvlist.com/showthread.php?t=367)

seb35 31st May 2008 23:56

re: D3SI Modded Source v1.2
 
Hi sam i see you code error:

in
donate.php:

replace
Code:

pager2
with
Code:

pager
in:
takesigunp.php

Replace:
Code:

if (empty($wantusername) || empty($wantpassword) || empty($email))
with
Code:

$country = (int)$_POST["country"];
if (empty($wantusername) || empty($wantpassword) || empty($email) || empty($country))

redir.php very unsecure

but good source for star new tracker respect

D3SI 1st June 2008 00:00

re: D3SI Modded Source v1.2
 
use this redir.php
Code:


require_once "include/bittorrent.php";
dbconn(false);

if(!isset($CURUSER))
        die();
       
  $url = '';
  while (list($var,$val) = each($_GET))
    $url .= "&$var=$val";
        if(preg_match( "/([<>'\"]|&#039|!|&#34|%27|%22|%3E|%3C|&#x27|&#x22|&#x3E|&#x3C|\.js)/i", $url ))
                header("Location: http://www.urbandictionary.com/define.php?term=twat");
$i = strpos($url, "&url=");
if ($i !== false)
        $url = substr($url, $i + 5);
if (substr($url, 0, 4) == "www.")
        $url = "http://" . $url;
        if (strlen($url) < 10) die();
  print("\n");
  print("
Redirecting you to:
\n");
  print(htmlentities($url)."
\n");
?>


lac007 1st June 2008 12:13

re: D3SI Modded Source v1.2
 
I want to upload it to free webhost because i would like to see how does it work and how does it look.
I wrote my password so if somebody know how to make it...
I dont want to spend money for it if it doesnt work, or if it doesnt look good.
And if there is a free webhost where i can upload it please write it.
Thanks.

djlee 1st June 2008 17:05

re: D3SI Modded Source v1.2
 
download xampp and install it on your home computer.. therefore you can use ur own pc as a webserver


All times are GMT +2. The time now is 11:51.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.