Cabal Cash Shop

Results 1 to 9 of 9
  1. #1
    Enthusiast SoulHitman is offline
    MemberRank
    May 2012 Join Date
    ItalyLocation
    34Posts

    sad Cabal Cash Shop

    How can I make a cabal cash shop?

    I saw the shops that there are in forum, but many of these don't work very well, and I need of a shop that use cabalcash and not alz.

    I tried the toolz 3.1 but I have some problems with the connection (I modified correctly the config.php file. Maybe the problem is that I'm trying everything in local, so I'm setting the IPs of my LAN and not WAN)


    Thank you very much.


  2. #2
    .:: Why so Serious ::. schneemann101 is offline
    MemberRank
    Dec 2009 Join Date
    GermanyLocation
    420Posts

    Re: Cabal Cash Shop

    Lan isn't the Problem i think, what erros appier?
    You only tell us, it isn't working for you fine...

    Greetz

  3. #3
    Enthusiast SoulHitman is offline
    MemberRank
    May 2012 Join Date
    ItalyLocation
    34Posts

    Re: Cabal Cash Shop

    The error is that the php code cannot connect to MS DB.
    The function mssql_connect(....) isn't accepted even if it is a correct function with correct parameters.

    I'm using wamp like platform. I saw that is advised to use xammp but I saw that there isn't differents among these two platforms.

  4. #4
    .:: Why so Serious ::. schneemann101 is offline
    MemberRank
    Dec 2009 Join Date
    GermanyLocation
    420Posts

    Re: Cabal Cash Shop

    is the homepage on the same machine, where the mssql db is?
    do you checked the parameters in you config.php?


    Greetz

  5. #5
    ANTI emi is offline
    MemberRank
    Mar 2009 Join Date
    ZHLocation
    1,378Posts

    Re: Cabal Cash Shop

    check if your database accepts TCP/IP connection and the firewall is off

  6. #6
    Enthusiast SoulHitman is offline
    MemberRank
    May 2012 Join Date
    ItalyLocation
    34Posts

    Re: Cabal Cash Shop

    Quote Originally Posted by schneemann101 View Post
    is the homepage on the same machine, where the mssql db is?
    do you checked the parameters in you config.php?


    Greetz
    Yes the php page is in the same machine. I set the DB address with my Lan Ip. IS it wrong?
    Quote Originally Posted by emi View Post
    check if your database accepts TCP/IP connection and the firewall is off
    yes it accepts the TCP/IP connection and the firewall is off

    I tried putting like server "<pcName>\SQLEXPRESS" but doesn't work

  7. #7
    0x1F0FFF TanGzkie is offline
    MemberRank
    Sep 2008 Join Date
    loc => {p => o}Location
    987Posts

    Re: Cabal Cash Shop

    Quote Originally Posted by SoulHitman View Post
    Yes the php page is in the same machine. I set the DB address with my Lan Ip. IS it wrong?


    yes it accepts the TCP/IP connection and the firewall is off

    I tried putting like server "<pcName>\SQLEXPRESS" but doesn't work
    you dont have to put SQLEXPRESS only the Lan IP .

  8. #8
    <NULL> Acnathon is offline
    MemberRank
    Apr 2007 Join Date
    RaGEZONELocation
    463Posts

    cool Re: Cabal Cash Shop

    Yes the php page is in the same machine. I set the DB address with my Lan Ip. IS it wrong?
    It shouldnt be a problem, but still you can use 127.0.0.1 if its in the same machine.

    The error is that the php code cannot connect to MS DB.
    The function mssql_connect(....) isn't accepted even if it is a correct function with correct parameters.
    Could you be more specific?
    Does the php trows any error while connecting? (If yes then copy-paste it so we can understand it)

  9. #9
    Enthusiast SoulHitman is offline
    MemberRank
    May 2012 Join Date
    ItalyLocation
    34Posts

    Re: Cabal Cash Shop

    I tried this but it don't work.

    The problem is the connection.

    if I replace the IP with 127.0.0.1 don't happen nothing

    I haven't error but "just" a empty page

    PHP Code:

    include("adodb5/adodb.inc.php");
    $db3 ADONewConnection('mssql');
    $db3->locale 'us_english';
    $rs $db3->NConnect("192.168.1.100""sa""*****""ACCOUNT");
    echo 
    $rs;
    $rs $db3->Execute('select * from cabal_auth_table');
    $rs $rs->GetArray();



    foreach (
    $rs as $cat => $c
    {
        echo 
    $c['UserNum'];
        




Advertisement