Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DracoGuard

Pages: [1]
1
Items / Re: New Item: Add membergroup
« on: December 25, 2009, 11:22:39 pm »
I still love it too but i'm getting absolutely no support at all.

2
Items / Re: New Item: Add membergroup
« on: December 25, 2009, 03:58:19 pm »
No one even works on SMF shop anymore.  I've had support requests and ideas in for a week or more and no replies whatsoever.  I'm pretty much going to give up soon.

3
General SMFShop Discussion / Re: How can I restart all the credits?
« on: December 17, 2009, 09:41:44 am »
how many members?  It's probably easiest to just go to the admin part and start editing everyone's credits to 0.  I'm not sure, I don't want my credits to reset ever :P  I'd just wait to see if anyone else has a suggestion.  If not then the admin center with the modify members' inventory will work.

4
SMFShop Announcements / Re: Looking for Support Helpers!
« on: December 14, 2009, 05:48:46 pm »
I'll never pay for minor support, if it's a large change I want then sure I may pay.

5
General SMFShop Discussion / Re: How do I install Shop 3.1.5 over 3.0?
« on: December 11, 2009, 08:18:01 am »
I just saw this...

I was running 3.0 on 1.1 series and usually when I upgrade to a new version of the shop everyone loses all their money etc, so I was prepared for that.  Anyway, I upgraded the forum, installed 3.1.5 shop, and guess what, it kept all our money!

I don't know if that helps at all but I thought I would mention it.

Ok :P still doesn't help if I can't install to begin with.  3.0 is "newer" than 3.1.5, not to mention 3.0 has locked it's self in.

6
General SMFShop Discussion / Re: How do I install Shop 3.1.5 over 3.0?
« on: December 09, 2009, 03:43:41 am »
It doesn't install over because it marked 3.1.5 as the old version and removed the apply mod button.  I don't really think I could do it manually either cause I know I'll screw something up then.  The only staff on my site is never able to work on my forum with me cause of his job so I can't get it done with him and no one on my friends list (MSN) knows PHP except Daniel15 and he can't do it either... :P  I think I have a bunch of your mods too, cause I was bored and looked for mods under your name on the SMF site and saw things I liked.  Someone's regbar broke and can't uninstall now either... X_X

7
Items / Hack Bank
« on: December 08, 2009, 10:02:13 am »
I spent a little bit of time working on this one, basically modified "Steal.php" after steal had some added stuff to make it work better.  This item excludes me from being stolen from as well as a fix that was needed in order for it to work on the latest updates of SMF 1.x so I only take credit for adding bank to the end of anything that said "money" lol.  The item seems to have some strange error that I can't figure out...

"Parse error: syntax error, unexpected $end in /home/xxxxxxxxxx/public_html/Sources/shop/items/StealBank.php on line 104"

StealBank.php: http://dracoguard.pastebin.com/d472b2038
Steal.php: http://dracoguard.pastebin.com/d46ab5b97
View Both: http://dracoguard.pastebin.com/pastebin.php?diff=d46ab5b97 (shows differences in both)
Steal.php does work for me and has worked for a while.

8
SMFShop Announcements / Re: Looking for Support Helpers!
« on: December 07, 2009, 02:10:43 am »
Most of the topics I've started or replied to haven't been answered.  Not even my support question on how to install the latest shop.  I seriously don't think there is many people here to help with the shop.

9
Requested additions / Re: Credits can be minus
« on: December 06, 2009, 08:58:40 am »
Please run this SQL query in phpMyAdmin (on the "SQL" tab):
Code: [Select]
ALTER TABLE `smf_members` CHANGE `money` `money` DECIMAL( 9, 2 ) NOT NULL DEFAULT '0.00'Then it should let you use negative numbers :)

I don't know what you mean by that.  My table shows this:
"money" "DECIMAL" "30,0" Null: Not Null & Default 0 yet I can't do negative money. What do I change about it?  I need to punish a member for posting several wiki copy and past posts to gain huge amounts of money.  I need to make him have about -20,000 Gold.

10
SMFShop Announcements / Re: Looking for Support Helpers!
« on: December 06, 2009, 12:25:11 am »
Looking for Support Helpers!

If you have experience working with SMF Shop we could use your help. Either helping other users on this forum or by creating/updating items for SMF Shop

I really don't think there are that many people who like SMF Shop anymore :/  Which sucks for me cause I got all sorts of ideas for it >_<  Wish I could install the latest version. :/

11
Requested additions / Re: Item Purchase Logs?
« on: December 05, 2009, 04:02:26 pm »
why so many line spaces in your code post? :P  I hate reading code several pages down when it can be compressed to just a few lines.

Doesn't this work here?
Quote from: Basil Beard & Edited by: DracoGuard
Code: [Select]
else
{
mysql_free_result($result);
// Put item in user's inventory
db_query("
INSERT INTO {$db_prefix}shop_inventory
(ownerid, itemid, amtpaid)
VALUES (
{$ID_MEMBER},
{$_GET['id']},
{$row['price']})", __FILE__, __LINE__);
// Decrease user's money
db_query("
UPDATE {$db_prefix}members
SET money = money - {$row['price']}
WHERE ID_MEMBER = {$ID_MEMBER}
LIMIT 1", __FILE__, __LINE__);
// Decrease stock by 1
db_query("
UPDATE {$db_prefix}shop_items
SET stock = stock - 1
WHERE id = {$_GET['id']}
LIMIT 1", __FILE__, __LINE__);

12
Requested additions / Some of my Ideas;
« on: December 04, 2009, 09:37:46 am »
I've spent an hour reading some of the stuff here so I'll add links to the ideas I have that are related.  I'll number things so when people reply they can just say the number instead of telling me which ideas they like and which ones they don't.

1. LINK <- This was a good idea, but here is my version to it:
An option on each item group that says "Can Be Traded? Yes/No" and if Yes, it's the same as now.  If No, the item can not be traded in the trade center.
Another option to make it so that a person can not buy multiple of certain items such as huge things.  Like a space ship :P  "Can Buy Multiple? Yes/No" Again, Yes is standard item.  No means you can only have one.

2. LINK <- I'm on board with some of this idea.  Basically I want items to be able to have a "pay per ## days" option and if you fail to pay, it gets deleted.  So basically a new slot that says "User pays this much per ___ days to keep this item? (0 to disable)" with a maximum of 1 leap year as the time allowed.

3. LINK <- Yes, this could be very useful.  I hate having to hold control and click BUY ITEM several times when I could just go "Buy 10" instead.

4. LINK <- I love this idea as well.

5. LINK <- A new "Trash" option in your inventory would be nice.  Even better to have a trash bin that you can look in to retrieve items thrown away if within a week.

6. LINK <- I kinda like this idea though maybe more like total money in the entire forum (excluding staff cause I have my money set to infinite for a reason) will increase item prices buy % that is set in the options area.
Aka "Total money in forum reaches #####, increase item prices by % or ## %creditsname? (0 in all to disable)"
Example: "Total money in forum reaches 10000, increase item prices by 0% or 3 Gold? (0 in all to disable)"

7. I'm on Shop 3.0 still so I'm not sure if this works yet but I'd like to see a place where you can edit additional money per post on certain boards.  Maybe in the boards themselves or in the shop admin somewhere.

8. An option to give any user infinite money which also excludes them from shop richest lists.  Basically I don't want my money saying "9,999,999" cause it's easier for me to send money to a user when they deserve it than to go edit their money amount.

9. New interest gaining methods!  Such as "CDs" or stuff like that.  Basically a bank you can't withdraw from for a certain amount of time and it increases what you get at the end instead of just a bank.  Example: Bank 3% per day, Locked Bank 5% per day and unable to withdraw for 3 months.  Just a thought.

10. Each item created has an option to max how much can be in the shop at one time.  So if you restock items, you don't go over the max on some items.  Example:  If someone were to create an item that 10 people can afford and it's super awesome or something and they needed to refill a bunch of other items without adding more to it.  Like Item 1 has a total of 1 max at a time.  and Items 2 and 3 which can have 20 to 50 are down to around 2 and 3.  I think you know what I mean.  :P  Basically where it says "Stock: ___" just have more like this: "Stock: ___ & Max: ___"

11. Limited Edition items!  Items that can't restock!  This is pretty much an addon to the last idea except this one adds the option to disable restocking of item.  I got this idea from an item I made on my forum that will not restock ever.  Or I'll try to keep it from restocking... :P "Stock: ___ & Max: ___ Limited? Yes/No."

12. An easier way to set up the maximum digits in the shop money and if it can go negative?  instead of having to edit the database constantly which is annoying.  I set mine to 30 digits and there are still parts that are kinda broken.  I need negative money too so cheaters can be punished.

13. Punish button, a button that takes the gold you type from a specific user you punish and can even result in negative.  I have a user that's been cheating the shop all the time.

13
General SMFShop Discussion / How do I install Shop 3.1.5 over 3.0?
« on: December 04, 2009, 09:01:27 am »
The subject asks my question...

If you tell me to uninstall 3.0, will it delete all items, money amounts and everything the old shop had?  If that's the case someone needs to make an updater rather than an uninstall and everyone lose everything update.

Uninstalling 3.0 is not possible either:
4.     Execute Modification     .Sources/ManagePermissions.php     Test failed

Pages: [1]