Page 13 of 15

Re: Item mall V2

PostPosted: Tue Nov 29, 2011 3:40 pm
by rave
PurpleYouko wrote:problem is that nobody here knows a damn thing about the item mall that Rifke set up way back. :?


its ok purple thanks ^_^

Re: Item mall V2

PostPosted: Fri Dec 16, 2011 2:34 am
by observe
PurpleYouko wrote:problem is that nobody here knows a damn thing about the item mall that Rifke set up way back. :?


say wut?
i feel useless again..

Re: Item mall V2

PostPosted: Fri Dec 16, 2011 3:02 pm
by PurpleYouko
Well if you are familiar with it then good for you.

Most of us aren't judging by the universal lack of response on anything connected to this subject.

Re: Item mall V2

PostPosted: Fri Dec 16, 2011 8:30 pm
by observe
PurpleYouko wrote:Well if you are familiar with it then good for you.

Most of us aren't judging by the universal lack of response on anything connected to this subject.


i could make responses on it, but its not mine,
its like you buy a car, and i tell people how you drive it ^^

Re: Item mall V2

PostPosted: Sat Apr 14, 2012 8:59 am
by vololo
Hi my friends can someone reupload the item mall please. The download is corrupted. Thank you

Re: Item mall V2

PostPosted: Sat Apr 14, 2012 10:18 am
by Ultra
bump o.O
download/file.php?id=1585 > save it as php

Re: Item mall V2

PostPosted: Sun Nov 18, 2012 6:44 am
by rianrpl
@All : can u reupload Itemmall.php , class.table.inc.php , and SQL Category , Item , Sub Category , DLL

Re: Item mall V2

PostPosted: Sun Nov 25, 2012 2:12 am
by rianrpl
Hey Guys... Im have problem None available Sub Category
problem.jpg
problem.jpg (8.4 KiB) Viewed 20173 times


For mall_category
mall_category.jpg


For mall_forsale
mall_forsale.jpg


For mall_items
mall_items.jpg

Re: Item mall V2

PostPosted: Fri Nov 30, 2012 2:15 am
by Scalawag
Is that possible to receive my items in the next free slot in the storage window? If I put anything in the way I get the message 'You have no free storage slot(s) available', and I'm not sure how to "fix" it... I hope you might guide me a little...

Here is the code part for the slot getting:

  1. function getFreeSlot() {
  2.         $slotnum = 0;
  3.         $sql = "SELECT slotnum FROM storage WHERE owner=%d;";
  4.         $sql = sprintf($sql,$this->account_id);
  5.         $res = mysql_query($sql);
  6.         if ( !($res === false) ) {
  7.             if ( mysql_num_rows($res) > 0 ) {
  8.                 while ( $r = mysql_fetch_assoc($res) ) {
  9.                     $slots[] = $r['slotnum'];
  10.                 }
  11.             }
  12.         }
  13.         for ( $x = 1; $x >= 160; $x--) {
  14.             if ( !@in_array($x,$slots) ) {
  15.                 $slotnum = $x;
  16.                 break;
  17.             }
  18.         }
  19.         return $slotnum;
  20.     }


The column 'slotnum' into storage table was already defined as a key and get auto increment attribute.

Thanks. :roll:

Re: Item mall V2

PostPosted: Thu Feb 28, 2013 9:56 am
by Rifke
I am sorry, but I do not have the original files either, it has been over 2 years now since I last posted the update on this Item Mall V2, and it was a (good) attempt, not sure why it did not work for so many.
rianrpl wrote:@All : can u reupload Itemmall.php , class.table.inc.php , and SQL Category , Item , Sub Category , DLL



Well that makes to, it has been to long ago, I'm not into the DB structure or the code that I had actually written back than :(
PurpleYouko wrote:problem is that nobody here knows a damn thing about the item mall that Rifke set up way back. :?