Item mall V2

This is guide mostly for website tools and code, for example CMS or registration scripts.
There can also be tools.

Moderators: osRose dev team, ospRose dev team, osiRose dev team, Moderators

Rate this script

0-2
8
28%
3-4
0
No votes
5-6
2
7%
7-8
3
10%
9-10
16
55%
 
Total votes : 29

Re: Item mall V2

Postby rave on Tue Nov 29, 2011 3:40 pm

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 ^_^
rave
Clown
Clown
 
Posts: 459
Joined: Thu Dec 10, 2009 1:07 pm

Re: Item mall V2

Postby observe on Fri Dec 16, 2011 2:34 am

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..
observe
osRose dev
osRose dev
 
Posts: 194
Joined: Thu Sep 17, 2009 10:28 am
Location: The Netherlands

Re: Item mall V2

Postby PurpleYouko on Fri Dec 16, 2011 3:02 pm

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.
Need to lookup information on NARose items, skills, quests?
Now featuring a newly completed skill tree for all classes
Formatting fixed for different resolutions
Image

"A Gazelle is nothing but a giraffe plotted logarithmicaly"
User avatar
PurpleYouko
Rose Guru
Rose Guru
 
Posts: 4733
Joined: Fri Aug 10, 2007 2:05 pm

Re: Item mall V2

Postby observe on Fri Dec 16, 2011 8:30 pm

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 ^^
observe
osRose dev
osRose dev
 
Posts: 194
Joined: Thu Sep 17, 2009 10:28 am
Location: The Netherlands

Re: Item mall V2

Postby vololo on Sat Apr 14, 2012 8:59 am

Hi my friends can someone reupload the item mall please. The download is corrupted. Thank you
vololo
Jelly Bean
Jelly Bean
 
Posts: 26
Joined: Sat Mar 08, 2008 9:35 am

Re: Item mall V2

Postby Ultra on Sat Apr 14, 2012 10:18 am

bump o.O
download/file.php?id=1585 > save it as php
Ultra
Rackie
Rackie
 
Posts: 226
Joined: Thu Jul 22, 2010 6:31 pm
Location: Usa

Re: Item mall V2

Postby rianrpl on Sun Nov 18, 2012 6:44 am

@All : can u reupload Itemmall.php , class.table.inc.php , and SQL Category , Item , Sub Category , DLL
Last edited by rianrpl on Sun Nov 25, 2012 2:24 am, edited 1 time in total.
rianrpl
Jelly Bean
Jelly Bean
 
Posts: 19
Joined: Fri Nov 02, 2012 11:15 am

Re: Item mall V2

Postby rianrpl on Sun Nov 25, 2012 2:12 am

Hey Guys... Im have problem None available Sub Category
problem.jpg
problem.jpg (8.4 KiB) Viewed 20165 times


For mall_category
mall_category.jpg


For mall_forsale
mall_forsale.jpg


For mall_items
mall_items.jpg
rianrpl
Jelly Bean
Jelly Bean
 
Posts: 19
Joined: Fri Nov 02, 2012 11:15 am

Re: Item mall V2

Postby Scalawag on Fri Nov 30, 2012 2:15 am

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:
Scalawag
Jelly Bean
Jelly Bean
 
Posts: 16
Joined: Tue Apr 24, 2012 4:15 pm

Re: Item mall V2

Postby Rifke on Thu Feb 28, 2013 9:56 am

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. :?
Rifke
Pero pero
Pero pero
 
Posts: 719
Joined: Thu Aug 09, 2007 3:01 pm
Location: Belgium

PreviousNext

Return to PHP / Web Guides, Scripts and tools.

Who is online

Users browsing this forum: No registered users and 8 guests