Jump to content
MakeWebGames

Recommended Posts

Posted

Crystal Market Logs

Created By: Cronus

An admin function that lets you keep track of all crystals put onto and bought from the market.

clogs.jpg

Price:

FREE

Click here to download.

  • 3 months later...
  • 6 months later...
Posted

Re: [mccode] [TGM] Crystal Market Logs [TGM]

This is the code on the file.

1. Add the following line to the crystal market page where the users actually receive the stuff:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

2. Put in the mysql dump.

3. Insert the following as a function to your assistant/secretary/admin panels. Make sure to link to it and make a case; break; thing for it:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

I'm looking for something like this that I can have on MCCodesV2, anybody has anything available?

  • 4 weeks later...
  • 5 months later...
Posted

Re: [mccode] [TGM] Crystal Market Logs [TGM]

CREATE TABLE `clogs` (

`clogID` int( 11 ) NOT NULL AUTO_INCREMENT ,

`clogBUYER` int( 11 ) NOT NULL default '0',

`clogSELLER` int( 11 ) NOT NULL default '0',

`clogITEM` varchar( 255 ) NOT NULL default '',

`clogPRICE` int( 25 ) NOT NULL default '0',

`clogTIME` int( 11 ) NOT NULL default '0',

PRIMARY KEY ( `clogID` )

) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =3

Posted

Re: [mccode] [TGM] Crystal Market Logs [TGM]

 

I'm looking for something like this that I can have on MCCodesV2, anybody has anything available?

Ummm...why not use the code posted for V2?

Posted

Re: [mccode] [TGM] Crystal Market Logs [TGM]

 

I'm looking for something like this that I can have on MCCodesV2, anybody has anything available?

Ummm...why not use the code posted for V2?

if people actually looked in sql instead of just taking free mods from websites they would know a large amount of logs are available for use already

for example

Item buy Logs

Item Sell Logs

Item Market Add Logs

Item Market Remove Logs

get off your bone idle ass's and actually learn something instead of playing on the "im a noob" bullsh!t

Im sick of people expecting everyone else to do everything for them GET A F'ing LIFE!

  • 6 months later...
Posted

Re: [mccode] [TGM] Crystal Market Logs [TGM]

 

I'm looking for something like this that I can have on MCCodesV2, anybody has anything available?

Ummm...why not use the code posted for V2?

if people actually looked in sql instead of just taking free mods from websites they would know a large amount of logs are available for use already

for example

Item buy Logs

Item Sell Logs

Item Market Add Logs

Item Market Remove Logs

get off your bone idle ass's and actually learn something instead of playing on the "im a noob" bullsh!t

Im sick of people expecting everyone else to do everything for them GET A F'ing LIFE!

 

Yes all of these logs are V1

There's no need to get so lairy :P

Posted

Re: [mccode] [TGM] Crystal Market Logs [TGM]

ok sorry let me correct my about 6 month old post to...

Get of your cheap asses and buy v2 simple isn't it then again i'm assuming most of you don't have a legal copy and v1 is all you could find.

Buy Horizon Game Engine with that you would be very satisfied and wouldn't need to spend a lifetime securing it.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...