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 - WhiteEagle

Pages: [1]
1
Shop Button Requests / Button for Writer Theme Please
« on: November 01, 2014, 02:30:02 pm »
Theme Name: Writer by TrayBlake
Theme Link: http://custom.simplemachines.org/themes/index.php?lemma=2773

Thanks in advance!

2
Requested additions / Re: Buy credits by PayPal
« on: June 25, 2013, 03:39:48 am »
I wish I could take over development if you wished Daniel with my company, but I'm the only employee at the moment, and I'm no programmer. :(

I do hope to offer to take over the project in the future if you want Daniel.

3
Requested additions / Re: Buy credits by PayPal
« on: April 03, 2013, 10:33:16 pm »
Yeah, this is an old thread but I'd love to see this option as well. I'd also like to see BitPay as an option to accept BitCoin payments.

Maybe an additional option to enable purchases in the shop via real currency? Just an idea I have... ;)

4
Installation Problems / Re: Bank interest
« on: March 02, 2013, 02:19:27 pm »
Update: Interest is a scheduled task in 2.0.x - no need to set it up apparently. :D

5
Installation Problems / Re: Bank interest
« on: February 26, 2013, 01:49:05 pm »
Hmmm, there was no dointerest.php in the file I got from SMF, so I Googled it up and created it.

I'm now getting this error in my cron job:
Fatal error: Call to undefined function  db_query() in /home/adultfun/public_html/site/Sources/shop/dointerest.php on line 20

How do I fix it?\

Update: Here is the code from the file:
Code: [Select]
<?php
/**********************************************\
| SMFSHOP (Shop MOD for Simple Machines Forum) |
|         (c) 2005 DanSoft Australia           |
|      http://www.dansoftaustralia.com/        |
\**********************************************/

//File: dointerest.php
//      The file to add interest to member's bank

//VERSION: 1.31 (Build 7)
//DATE: 10th December 2005
// $Id: dointerest.php 4 2006-07-08 10:09:08Z daniel15 $

if(!isset($_SERVER["HTTP_HOST"])) {

   include(
"/home/adultfun/public_html/site/SSI.php");
   
   
$interest_rate $modSettings['shopInterest'] / 100;
   
db_query("UPDATE {$db_prefix}members
           SET moneyBank = moneyBank + (moneyBank*
{$interest_rate})"__FILE____LINE__);
   
   echo 
"Interest added at ".date("d/m/Y h:i:s A");
}
?>


6
Items / [Request] Item that upgrades membership for X days
« on: February 24, 2013, 12:17:48 pm »
Hi there,

I'd like to request an item that upgrades a member to X group for Y days for Z credits.

Right now I have to do this manually, and it really sucks.

Nathan P.

7
Bugs / Re: Credits not adding when posting.
« on: February 21, 2011, 08:00:19 am »
Must not work with the RSS Feed Poster mod, cause it worked when I posted. Consider this solved.

8
Bugs / Credits not adding when posting.
« on: February 20, 2011, 03:16:52 pm »
I'm using 2.0 RC5 and Shop Version Number: 3.1 (SMF 2.0 branch) (Build 5). A user posted something and no credits were added to said user's total.

I do have it set to emulate RC3.

9
Modifications / Re: SMF Lottery Mod
« on: February 20, 2011, 07:33:26 am »
Using this with the latest edition of the shop and SMF 2.0 RC5 (emulating RC3).

I see Error: Could not create instance of 'Lottery' item!

How do I fix said error? Thanks in advance!

Fixed the error!

10
Modifications / Re: Stat Battle Mod
« on: February 10, 2011, 01:45:47 pm »
Looks like this one has gone inactive. The topic has not been posted in pver 120 days, and his site is way behind in updates (1.1.6).

11
Requested additions / Limited #/month/member purchases on some items?
« on: February 06, 2011, 07:44:20 am »
I would like to see an item that would email the admin when purchased, yet have a limited number of purchases allowed for each member per month. It would auto-reset on the 1st of each month.

Just an idea I'd like to see!
Nathan

12
General SMFShop Discussion / Quick question
« on: February 06, 2011, 05:20:47 am »
Hi Daniel15,

Got a quick question for you:

I'm considering getting an arcade mod ported to SMF from e107 (yes I know there's an arcade right now but I have some issues with it as it is currently for 1.1.12), and it has an integration for that CMS's gold system that can be enabled in it's options. My question for you is this:

Is there any way I can get the arcade script to check for the shop and what version is installed if it is?

Thanks in advance for the help!
Nathan

Oh, and my bank interest doesn't seem to be working. I'm hosted on Hosting24, and I can provide you with an account/give admin access to an account you create if you need it. ;) Thanks as well for this!

13
Requested additions / Earn site currency via special offers
« on: February 06, 2011, 05:00:55 am »
Hi there,

I would be interested in a way to integrate a special offers system (like Offerpal or TrialPay) so that when a member completes one of the offers, the site gets paid and the user gets some site currency. It's a feature I'd love to add to my shop.  ;)

14
Requested additions / Re: Subscription:
« on: February 06, 2011, 04:52:35 am »
I know this one hasn't been posted in a long time, but it's a feature I would be interested in as well.

Another option would be: Member can cancel subscription.

15
General SMFShop Discussion / Re: Help on bank interest
« on: February 05, 2011, 09:59:01 am »
Where is the Wiki anyways? I can't find it, so I can't even get the shop fully set up!

Edit: Nevermind! I found it.

Pages: [1]