Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26
  1. #11
    Join Date
    Feb 2005
    Location
    Leicestershire / Sheffield
    Posts
    685
    Tokens
    0

    Default

    Quote Originally Posted by Pro-Soccer View Post
    lol eric subway aint trademarked. subway in the pic means like the traisn not the restuarent and i agree with stealth
    Oh yea

    Looked like the restaurant

    And Subway is trademarked for the restaurant.

    SUBWAY is a registered trademark of Doctor's Associates Inc.

  2. #12
    Join Date
    Mar 2005
    Posts
    6,366
    Tokens
    325

    Latest Awards:

    Default

    Report them to vBulletinm that'll shut them down. And report them to PayPal too.
    goodbye.

  3. #13
    Join Date
    Dec 2005
    Location
    England | Brighton
    Posts
    1,378
    Tokens
    0

    Latest Awards:

    Default

    Sorry to here that mate.

    Anyway his vbulletin is fake, great game he has.

    If you have a Vbulletin. Goto 'Install' And Open 'authenticate.php'

    Now if you go down to line 25 [anywhere around there] you should see your customer number to install the forum.

    <?php
    /*================================================= =====================*\
    || ################################################## ################## ||
    || # vBulletin 3.5.4 - www.94cool.org.cn
    || # ---------------------------------------------------------------- # ||
    || # Copyright ©2000-2006 Jelsoft Enterprises Ltd. All Rights Reserved. ||
    || # This file may not be redistributed in whole or significant part. # ||
    || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
    || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
    || ################################################## ################## ||
    \*================================================ ======================*/

    // ######################## SET PHP ENVIRONMENT ###########################
    error_reporting(E_ALL & ~E_NOTICE);

    if (VB_AREA !== 'Upgrade' AND VB_AREA !== 'Install')
    {
    exit;
    }

    // ##################### DEFINE IMPORTANT CONSTANTS #######################
    /**
    * @ignore
    */
    define('CUSTOMER_NUMBER', trim(strtoupper(''))); <== Line 25

    // ################################################## ######################
    // ######################### START MAIN SCRIPT ############################
    // ################################################## ######################

    if ($_POST['do'] == 'login')
    {
    $vbulletin->input->clean_array_gpc('p', array(
    'customerid' => TYPE_STR,
    'redirect' => TYPE_STR,
    ));

    if (strtoupper($vbulletin->GPC['customerid']) == CUSTOMER_NUMBER)
    he has changed his customer number to nothing so when the customer number box comes up he clicks enter.

    Now if you look at mine [I have removed some bits for my own safty ]

    <?php
    /*================================================= =====================*\
    || ################################################## ################## ||
    || # vBulletin 3.5.4 - Licence Number [Removed]
    || # ---------------------------------------------------------------- # ||
    || # Copyright ©2000-2006 Jelsoft Enterprises Ltd. All Rights Reserved. ||
    || # This file may not be redistributed in whole or significant part. # ||
    || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
    || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
    || ################################################## ################## ||
    \*================================================ ======================*/

    // ######################## SET PHP ENVIRONMENT ###########################
    error_reporting(E_ALL & ~E_NOTICE);

    if (VB_AREA !== 'Upgrade' AND VB_AREA !== 'Install')
    {
    exit;
    }

    // ##################### DEFINE IMPORTANT CONSTANTS #######################
    /**
    * @ignore
    */
    define('CUSTOMER_NUMBER', trim(strtoupper('*******[Removed]******'))); <== line 25

    // ################################################## ######################
    // ######################### START MAIN SCRIPT ############################
    // ################################################## ######################

    if ($_POST['do'] == 'login')
    {
    $vbulletin->input->clean_array_gpc('p', array(
    'customerid' => TYPE_STR,
    'redirect' => TYPE_STR,
    ));

    if (strtoupper($vbulletin->GPC['customerid']) == CUSTOMER_NUMBER)

    Anyway. Thats shows his vbulletin is fake

  4. #14
    Join Date
    Feb 2006
    Location
    Coventry
    Posts
    2,096
    Tokens
    0

    Latest Awards:

    Default

    Off topic, whats your rates.

  5. #15
    Join Date
    May 2006
    Posts
    5
    Tokens
    0

    Default

    Lol that guy is in so much trouble, i would hate to be him.

  6. #16
    Join Date
    Mar 2005
    Posts
    6,366
    Tokens
    325

    Latest Awards:

    Default

    I don't see why everybody is so obsessed with vBulletin. phpBB is great. Especially with a nice theme and SOME mods.
    goodbye.

  7. #17
    Join Date
    May 2006
    Posts
    5
    Tokens
    0

    Default

    i like ipb's and vb's not crazy about forums though, if i wanted one i would just make one myself.

  8. #18
    Join Date
    Oct 2005
    Posts
    401
    Tokens
    0

    Default

    Adam when i tried that my customer number (install code) and license number (the one in the config files like yours) when i try that it dosnt work needs to be my members area code

    Phpbb has ads tho and vb has a good name.
    Musicicon is
    currently

  9. #19
    Join Date
    Jun 2006
    Posts
    1,587
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Call View Post
    Adam when i tried that my customer number (install code) and license number (the one in the config files like yours) when i try that it dosnt work needs to be my members area code

    Phpbb has ads tho and vb has a good name.
    No it doesnt if it does then its your host

  10. #20
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default

    i would use phpBB if it was easy to skin but i dont have a clue how to skin it
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •