Jump to content

FluxCP Addon: Admin Cashshop Logs FluxCP FREE


Elfin

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   81
  • Joined:  04/06/19
  • Last Seen:  

Admin Cashshop Logs FluxCP FREE


Addon for FluxCP created for you administrator to have control of what else is being sold in your Cashshop!
LJdHQdh.png
Rules
- Prohibited the sale of this addon;
- Do not remove the credits;

https://github.com/P4RC7110/FluxCP-Addons


 

  • Upvote 1
  • Like 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  255
  • Reputation:   232
  • Joined:  07/24/13
  • Last Seen:  

1 hour ago, Elfin said:

Admin Cashshop Logs FluxCP FREE


Addon for FluxCP created for you administrator to have control of what else is being sold in your Cashshop!

 

Useful log.
But I think you forgot include SQL table, I don`t found it.
And it would be nice to add support Pre/Re mode.

	if($server->isRenewal) {
		$fromTables = "{$server->charMapDatabase}.item_db_re";
	} else {
		$fromTables = "{$server->charMapDatabase}.item_db";
	}

 

Edited by Balfear
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   81
  • Joined:  04/06/19
  • Last Seen:  

2 hours ago, Balfear said:

Useful log.
But I think you forgot include SQL table, I don`t found it.
And it would be nice to add support Pre/Re mode.


	if($server->isRenewal) {
		$fromTables = "{$server->charMapDatabase}.item_db_re";
	} else {
		$fromTables = "{$server->charMapDatabase}.item_db";
	}

 

I forgot this option, i will update.

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   37
  • Joined:  02/25/18
  • Last Seen:  

Sorry for my question, but I can't see the SQL file to create the table cashshop_log... not need it?

 

On 9/12/2020 at 5:15 AM, CyberDevil said:

Sorry for my question, but I can't see the SQL file to create the table cashshop_log... not need it?

Done by myself and work perfectly:

CREATE TABLE `cashshop_log` (
  `id` int(11) NOT NULL,
  `nameid` varchar(30) NOT NULL DEFAULT '',
  `qnt` int(11) NOT NULL DEFAULT '0',
  `account_id` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `char_id` int(11) UNSIGNED NOT NULL,
  `map` varchar(20) NOT NULL DEFAULT '',
  `date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

ALTER TABLE `cashshop_log`
  ADD PRIMARY KEY (`id`);

ALTER TABLE `cashshop_log`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

 

  • MVP 1
Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  64
  • Topics Per Day:  0.02
  • Content Count:  180
  • Reputation:   7
  • Joined:  12/19/12
  • Last Seen:  

Dont have support? hahaha 

or are you not the creator of this system?

Link to comment
Share on other sites

  • 7 months later...

  • Group:  Members
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  224
  • Reputation:   4
  • Joined:  02/09/12
  • Last Seen:  

Not Working 

Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   2
  • Joined:  03/19/14
  • Last Seen:  

working ... for problem... quanty items in sql db .... or only 1 qnt

 

 

Link to comment
Share on other sites

×
×
  • Create New...