ijji site item shop help

Results 1 to 23 of 23
  1. #1
    Enthusiast RG_Nick is offline
    MemberRank
    Oct 2009 Join Date
    28Posts

    ijji site item shop help

    Hey guys,

    I am using ijji's site that was ripped by X-Weaver. And I was wondering if anyone knew how to add pages in the item shop? I got so many items to add and I don't want someone to be constantly scrolling down the page.

    If anyone can help then thanks.


  2. #2
    Enthusiast RG_Nick is offline
    MemberRank
    Oct 2009 Join Date
    28Posts

    Re: ijji site item shop help

    Bump?

  3. #3
    ShoopDaWoop StefanCandan is offline
    MemberRank
    Jun 2006 Join Date
    218Posts

    Re: ijji site item shop help

    Mostlikely going to give some errors. Since I do not have SQLServer installed, I'm relying on you to test it.

    Overwrite:
    gunz\ijji_itemshop.php


    Reply with any errors that might come.
    Attached Files Attached Files

  4. #4
    Enthusiast RG_Nick is offline
    MemberRank
    Oct 2009 Join Date
    28Posts

    Re: ijji site item shop help

    Thanks, however the items for Armor are now on the ranged items page. And when I click on 'next page' it goes back to index.php

  5. #5
    ShoopDaWoop StefanCandan is offline
    MemberRank
    Jun 2006 Join Date
    218Posts

    Re: ijji site item shop help

    Quote Originally Posted by RG_Nick View Post
    Thanks, however the items for Armor are now on the ranged items page. And when I click on 'next page' it goes back to index.php
    Oh yea, forgot to change the links there, and the armor is on the ranged page because the mssql query sorts on Asc. I'll fix this once I wake up. Too tired atm.
    Last edited by StefanCandan; 20-04-10 at 12:24 AM.

  6. #6
    Enthusiast RG_Nick is offline
    MemberRank
    Oct 2009 Join Date
    28Posts

    Re: ijji site item shop help

    Oh ok thanks :)

  7. #7
    ShoopDaWoop StefanCandan is offline
    MemberRank
    Jun 2006 Join Date
    218Posts

    Re: ijji site item shop help

    Going to need some info, how do you access the item shop?
    Whats the link?
    Like?
    http://yoursite.com/index.php?gunz=itemshop ? or what?

  8. #8
    Enthusiast RG_Nick is offline
    MemberRank
    Oct 2009 Join Date
    28Posts

    Re: ijji site item shop help

    Quote Originally Posted by StefanCandan View Post
    Going to need some info, how do you access the item shop?
    Whats the link?
    Like?
    http://yoursite.com/index.php?gunz=itemshop ? or what?
    I am currently running on Localhost and no one can access my web host through my IP so if you give me 10 minutes I will move the site to my new VPS I got.

    Update:

    Sorry for the delay but here - http://reborngunz.no-ip.biz/ - I pm'ed you a test account so you can view the item shop.
    Last edited by RG_Nick; 20-04-10 at 08:55 AM.

  9. #9
    ShoopDaWoop StefanCandan is offline
    MemberRank
    Jun 2006 Join Date
    218Posts

    Re: ijji site item shop help

    k, try this.
    Attached Files Attached Files

  10. #10
    Enthusiast RG_Nick is offline
    MemberRank
    Oct 2009 Join Date
    28Posts

    Re: ijji site item shop help

    Quote Originally Posted by StefanCandan View Post
    k, try this.
    http://reborngunz.no-ip.biz/index.php?gunz=itemshop

    I have added around 10 items and the first page shows 5 items on the first page when you click on melee weapons tab, but when I click next page it goes back to the homepage.

  11. #11
    ShoopDaWoop StefanCandan is offline
    MemberRank
    Jun 2006 Join Date
    218Posts

    Re: ijji site item shop help

    Oh yea, forgot to add {$_SERVER['QUERY_STRING']} on the links xD
    Here's a fix:
    Attached Files Attached Files

  12. #12
    Account Upgraded | Title Enabled! SHEEN[GB] is offline
    MemberRank
    Aug 2009 Join Date
    London, UKLocation
    263Posts

    Re: ijji site item shop help

    Quote Originally Posted by StefanCandan View Post
    Oh yea, forgot to add {$_SERVER['QUERY_STRING']} on the links xD
    Here's a fix:
    Hm, nick said that didn't work either, hes currently afk though.

  13. #13
    ShoopDaWoop StefanCandan is offline
    MemberRank
    Jun 2006 Join Date
    218Posts

    Re: ijji site item shop help

    K, try this then:
    Attached Files Attached Files

  14. #14
    Enthusiast RG_Nick is offline
    MemberRank
    Oct 2009 Join Date
    28Posts

    Re: ijji site item shop help

    Sorry, that don't work either but in case you didn't know it links to another page that dont exist:

    http://reborngunz.no-ip.biz/index.php?pagenum=2

    This directs straight to the homepage as before.

  15. #15
    ShoopDaWoop StefanCandan is offline
    MemberRank
    Jun 2006 Join Date
    218Posts

    Re: ijji site item shop help

    Quote Originally Posted by RG_Nick View Post
    Sorry, that don't work either but in case you didn't know it links to another page that dont exist:

    http://reborngunz.no-ip.biz/index.php?pagenum=2

    This directs straight to the homepage as before.
    I know, I've been trying to fix that. But since my comp rejects my SQLServer install, its harder to fix because I can't use my local host to test it. So I have to rely on you. ;3

    Try this one:
    Attached Files Attached Files

  16. #16
    Enthusiast RG_Nick is offline
    MemberRank
    Oct 2009 Join Date
    28Posts

    Re: ijji site item shop help

    Quote Originally Posted by StefanCandan View Post
    I know, I've been trying to fix that. But since my comp rejects my SQLServer install, its harder to fix because I can't use my local host to test it. So I have to rely on you. ;3

    Try this one:
    No sorry still the same result.

  17. #17
    ShoopDaWoop StefanCandan is offline
    MemberRank
    Jun 2006 Join Date
    218Posts

    Re: ijji site item shop help

    Quote Originally Posted by RG_Nick View Post
    No sorry still the same result.
    Hmm, this is like epically weird. It totally ignores my $_GET's...

    Hmm..

    Try this:
    Attached Files Attached Files

  18. #18
    Enthusiast RG_Nick is offline
    MemberRank
    Oct 2009 Join Date
    28Posts

    Re: ijji site item shop help

    Quote Originally Posted by StefanCandan View Post
    Hmm, this is like epically weird. It totally ignores my $_GET's...

    Hmm..

    Try this:
    Excellent, that worked perfectly. +rep + thanks,

  19. #19
    ShoopDaWoop StefanCandan is offline
    MemberRank
    Jun 2006 Join Date
    218Posts

    Re: ijji site item shop help

    if you want to change it how much items it shows, open up the ijji_itemshop.php and search for $page_rows = 5; and change 5 to what ever number you want.

  20. #20
    I am THE DON Joe9099 is offline
    MemberRank
    Jan 2007 Join Date
    England, UkLocation
    3,655Posts

    Re: ijji site item shop help

    Wow a guy that actually helps out people... Thats the first time i have seen that this year. Mainly all like "GO FIX IT YOURSELF" lawl

    Not sure who you are stefan, but we need more of you.
    But then again, spoonfeeding is not the way to go ^_^

  21. #21
    ShoopDaWoop StefanCandan is offline
    MemberRank
    Jun 2006 Join Date
    218Posts

    Re: ijji site item shop help

    Quote Originally Posted by Joe9099 View Post
    Wow a guy that actually helps out people... Thats the first time i have seen that this year. Mainly all like "GO FIX IT YOURSELF" lawl

    Not sure who you are stefan, but we need more of you.
    But then again, spoonfeeding is not the way to go ^_^
    I've been lurking for years on here. Decided to help a friends friend in need xD.

    I'd rather spoonfeed than have him ask the same thing over and over again, and getting on peoples nerves.

  22. #22
    Apprentice ploke012 is offline
    MemberRank
    Apr 2010 Join Date
    17Posts

    Re: ijji site item shop help

    sddsa31513531 inz 935

  23. #23
    Account Upgraded | Title Enabled! XxLoverxX is offline
    MemberRank
    Oct 2007 Join Date
    w/Charlie SheenLocation
    484Posts

    Re: ijji site item shop help

    Quote Originally Posted by ploke012 View Post
    sddsa31513531 inz 935
    ??????? what is that suppost to be ?



Advertisement