Simple WebShop [Ep8/Ep2]

Results 1 to 14 of 14
  1. #1
    Member Niicke is offline
    MemberRank
    Apr 2012 Join Date
    BrazilLocation
    63Posts

    big grin Simple WebShop [Ep8/Ep2]

    Hello, recently I have been developing my knowledge in PHP, however without making any college or something. I Developed this WebShop, working on Episode 8 and Episode 2.

    • Language WebShop: Portuguese
    • Simple Design
    • Without the BUG Several clicks, resulting in the purchase of multiple items.
    • Management Categories and Items.
    • Account login of administrators in php config
    • Anti-Inject as much as in the FORMS and GETS present in Whole WebShop
    • Interaction of Java, for this reason the WebShop not have a good performance in-game, just in the browser (Just suppose, have not tested yet)
    • WebShop carries the balance of the Cash table standard EP8: CabalCash.dbo.CashAccount - Column "Cash"
    • Reminder: The categories were added only visible after the registration of any item within it.
    • Added the function of choosing server version [EP2 / EP8], leaving the Shop compatible on both versions.


    ScreenShots
    https://imageshack.us/scaled/large/259/99458029.png
    https://imageshack.us/scaled/large/855/88382244.png
    https://imageshack.us/scaled/large/10/34950808.png
    https://imageshack.us/scaled/large/836/51004457.png

    Download:
    http://www.mediafire.com/download/gw...%5BV1.2%5D.rar
    https://mega.co.nz/#!49kgxJxR!HsP9T2...kG3QToRCDkzaL4


    @Password = XPZ

    Any error Shop / Bug / Feature poorly made, I ask that we make a CONSTRUCTIVE criticism on the topic.

    I am willing to accept suggestions for improvement, design, etc. ..
    Last edited by Niicke; 10-06-13 at 12:06 AM. Reason: Pass :(


  2. #2
    ┌П┐(•_•)┌П┐ allocen is offline
    MemberRank
    Dec 2009 Join Date
    Deep AbyssLocation
    1,003Posts

    Re: Simple WebShop [Ep8/Ep2]

    @Niicke, make administrator panel to appear only if you you added into a array in config.php for example.
    So let me explain you, make a check of account added in that array, than if you are logged with that account, the administrator panel can appear otherwise if you are not, to not appear.

  3. #3
    Member Niicke is offline
    MemberRank
    Apr 2012 Join Date
    BrazilLocation
    63Posts

    Re: Simple WebShop [Ep8/Ep2]

    Quote Originally Posted by allocen View Post
    @Niicke, make administrator panel to appear only if you you added into a array in config.php for example.
    So let me explain you, make a check of account added in that array, than if you are logged with that account, the administrator panel can appear otherwise if you are not, to not appear.
    // WebShop Config PHP Array :
    "
    $Administradores = array('Admin1','Admin2'); // Login dos Admins do SHOP "

    // Index :
    "
    if(in_array($_SESSION['session_account'],$Administradores)) "

    // Include File on Administrator Page (Auth.AdminVerify) :
    if(!(isset($_SESSION['session_account']) and isset($_SESSION['session_password']) and in_array($_SESSION['session_account'],$Administradores)))
    {
    echo Header('Location: ?OP=InvalidSession');
    }



    I missed something unseen?

  4. #4
    ┌П┐(•_•)┌П┐ allocen is offline
    MemberRank
    Dec 2009 Join Date
    Deep AbyssLocation
    1,003Posts

    Re: Simple WebShop [Ep8/Ep2]

    No, its oke.

  5. #5
    Member Niicke is offline
    MemberRank
    Apr 2012 Join Date
    BrazilLocation
    63Posts

    Re: Simple WebShop [Ep8/Ep2]

    Quote Originally Posted by allocen View Post
    No, its oke.
    It is exactly like this in the shop

  6. #6
    █║▌║▌║TheMerc iful║▌║▌║█ 4pLay is offline
    MemberRank
    Jan 2005 Join Date
    DXBLocation
    1,444Posts

    Re: Simple WebShop [Ep8/Ep2]

    @ Suggestion: Language. EN

    The Rest Looks Good!

  7. #7
    Member Niicke is offline
    MemberRank
    Apr 2012 Join Date
    BrazilLocation
    63Posts

    Re: Simple WebShop [Ep8/Ep2]

    Quote Originally Posted by 4pLay View Post
    @ Suggestion: Language. EN

    The Rest Looks Good!
    I will make another version tomorrow
    With the English language.

    @If I have free time ..
    Last edited by Niicke; 09-06-13 at 07:48 PM.

  8. #8
    Proficient Member noexp is offline
    MemberRank
    Jan 2013 Join Date
    150Posts

    Re: Simple WebShop [Ep8/Ep2]

    @Nicke
    How to insert premium item shop ?

  9. #9
    █║▌║▌║TheMerc iful║▌║▌║█ 4pLay is offline
    MemberRank
    Jan 2005 Join Date
    DXBLocation
    1,444Posts

    Re: Simple WebShop [Ep8/Ep2]

    i would love to see some updates on this webshop! i hope the T.S. will release some? like the en version he said.

  10. #10
    Account Upgraded | Title Enabled! Onplay is offline
    MemberRank
    Jun 2012 Join Date
    495Posts

    Re: Simple WebShop [Ep8/Ep2]

    English Version Pls ?????

    thnks

  11. #11
    Proficient Member R0N is offline
    MemberRank
    Mar 2012 Join Date
    mstscLocation
    187Posts

    Re: Simple WebShop [Ep8/Ep2]

    leeched from other forums,
    ans it seems like it was a Cabal Web Machine Webshop, almost same functions just the theme changed.

  12. #12
    Member Niicke is offline
    MemberRank
    Apr 2012 Join Date
    BrazilLocation
    63Posts

    Re: Simple WebShop [Ep8/Ep2]

    You missed cool now.

  13. #13
    █║▌║▌║TheMerc iful║▌║▌║█ 4pLay is offline
    MemberRank
    Jan 2005 Join Date
    DXBLocation
    1,444Posts

    Re: Simple WebShop [Ep8/Ep2]

    Quote Originally Posted by Niicke View Post
    You missed cool now.
    any updates on this?

    thanks!!!

  14. #14
    ☺☺Just Ask The Pope☺☺ PopeJohnPaul is offline
    MemberRank
    Jul 2009 Join Date
    Ottawa CALocation
    578Posts

    Re: Simple WebShop [Ep8/Ep2]

    UMM I DUNNO WHAT IM DOING WRONG :(



    Bem Vindo
    Notice: Undefined variable: _SESSION in C:\xampp\htdocs\index.php on line 135

    Notice: Undefined variable: confShop in C:\xampp\htdocs\index.php on line 140
    :
    Notice: Undefined variable: asAccountShop in C:\xampp\htdocs\index.php on line 140


    Notice: Undefined variable: confShop in C:\xampp\htdocs\index.php on line 145
    :
    Notice: Undefined variable: asAccountShop in C:\xampp\htdocs\index.php on line 145


    Deslogar




    <b>Bem Vindo</b>&nbsp;<font color="FF6600"><b><?=$_SESSION['session_account']?></b></font>
    </td>
    </tr>
    <tr>
    <td>
    <p><b><?=$confShop['Moeda1']?> <strong> </strong> : <font color="FF6600"><?=$asAccountShop['Cash']?></font></b></p>
    </td>
    </tr>
    <tr>
    <td >
    <p><b><strong><?=$confShop['Moeda2']?></strong> : <font color="FF6600"><?=$asAccountShop['CashBonus']?></font></b><br /> </p></td>
    </tr>
    <br />
    <tr>
    <td align="right">
    <p><b></p><a class="menulink" href="Desl.php"><font color=red>Deslogar</font></a></td>
    </tr>
    Last edited by popejohnpaul; 12-01-15 at 01:31 AM.



Advertisement