Jump to content
MakeWebGames

UCC

Members
  • Posts

    444
  • Joined

  • Last visited

    Never

Everything posted by UCC

  1. Re: Lucky Dip Mod Tried your code; works like a charm. That's more success than I've had with budgetstreets. :) Sure your code mod could use some polish but that's cool. I like the idea of rewarding donator days.
  2. Re: [Lite] Bugget streets v1 Fair enough; that's using Vorlen's code. When I try other posted code, I get an error on the same data, but it's on line 7. :) It's in the first If line of code. Thanks   <?php session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php";
  3. Re: [Lite] Bugget streets v1   I'm getting the same error. :)
×
×
  • Create New...