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

Pages: [1] 2 3
1
Coding / Re: Disabling sending money/item
« on: February 26, 2013, 12:34:43 am »
Sorry, I don't think there's an option to disable the send money.

2
Bugs / Re: Another Bug in E-mail Code
« on: September 25, 2012, 06:52:16 am »
Well I run version 3.1.8 and I still have a green light saying that it's the current version. and doesn't say any thing about it. So I'll have to check on that.

Joe

I got my version from the SMF mod site, not from this website.

Right, and I run SMF 2.0.2 and version 3.2 doesn't work with my version of SMF. I didn't see any update info on this. and I mite have to uninstall the old one and then I would lose every thing in my shop.

I tried uploading it and it has problems with SMF. I get the little square turns red after I upload the package. It's telling me that 3.2 is an older version. Any way. I'll keep the one I have.

Joe

3
Bugs / Re: Another Bug in E-mail Code
« on: September 25, 2012, 06:38:57 am »
Well I run version 3.1.8 and I still have a green light saying that it's the current version. and doesn't say any thing about it. So I'll have to check on that.

Joe

4
Bugs / Re: Another Bug in E-mail Code
« on: September 25, 2012, 05:58:25 am »
www.smfshop.com and I did do an update on my system and I'm sorry to inform you that I'm not having the same problem you are. You mite have to uninstall smfshop and try and reinstall it again.

I'm am using SMF 2.0.2 with SMFShop 3.1.8

if you're not using the latest version of the software, are you really fit to be a helper? because not everyone wants to use an old version of something.

Well I am running the newest one and I never had that problem before.

5
Items / Re: Let your users earn from there online time
« on: February 11, 2012, 04:39:24 pm »
It's up to you users if you wanted to use this new item. This item does have an option that adds a ad for google. If you don't want the google ad in this new item. Just remove the google parts.

Just remove the code below from the item before you use this code.
Code: [Select]
The javascript code has been removed.

6
Bugs / Re: Another Bug in E-mail Code
« on: February 09, 2012, 05:20:22 pm »
www.smfshop.com and I did do an update on my system and I'm sorry to inform you that I'm not having the same problem you are. You mite have to uninstall smfshop and try and reinstall it again.

I'm am using SMF 2.0.2 with SMFShop 3.1.8


7
Bugs / Re: Another Bug in E-mail Code
« on: January 31, 2012, 11:12:34 am »
I dont understand you have a post talking about the glitch where is replaces your text with a zero. 0'

Like I said in an earlier post. That version does have some bugs in it. And it's the version That I use is 3.1.6. I never used 3.1.8 before and that's why I never updated. More then likely there are bugs in that version all so. I do know that version 3.1.7 does have the same bug.

It only happens when after he creates a new item and then he edits the item again. It turns every thing too '0'

8
Bugs / Re: Another Bug in E-mail Code
« on: January 28, 2012, 04:34:35 pm »
I don't know. the only thing you can do is try and upload it and then try and install it.

9
Bugs / Re: Another Bug in E-mail Code
« on: January 27, 2012, 05:18:12 pm »
Ok, let me play with it and I'll get back to you on this.

UPDATE:
  Ok, well the problem your having is some thing that is not happening on my end. So what I would do is, Is uninstall the mod and try and reinstall it again and see if you don't have the same problem.

The other thing is that if your using SMFShop 3.1.8. This is newer then what I'm using. I use version 3.1.6. and I don't seem to have this problem. You mite want to do is down grade your SMF Shop and see if that doesn't fix it. It could be a bug in the PHP scripts.

10
Bugs / Re: Another Bug in E-mail Code
« on: January 27, 2012, 01:18:06 pm »
That's not all that hard. If you look at some of the ones that are all ready created you will find that they will have an option for sending an email. and you can set it up so that it can email you with who won the prize and so on. If you can't find it. Let me know and I'll take a quick look for you. I'm sure that the items that come stock with the shop have 2 or 3 items that send both PM and email.

UPDATE:
   I check that file for you and it all ready has that option added for you. When a user buys the item and uses it. It sends you an email. Here look at the code.

EmailAdmin.php
Code: [Select]
function onUse()
{
global $sourcedir, $item_info;
$to = $item_info[1];
$subject = $item_info[2];
$message = $item_info[4];
// We need sendmail!
require_once($sourcedir . '/Subs-Post.php');

// Hack put in place to allow $_POST and $_GET vars in the $message var
// --Daniel15, 4 Septemeber 2005 2:15PM
foreach ($_POST as $postKey => $postVar)
$message = str_replace('{$_POST["' . $postKey . '"]}', $postVar, $message);
 
foreach ($_GET as $getKey => $getVar)
$message = str_replace('{$_GET["' . $getKey . '"]}', $getVar, $message);

// Send the email!
sendmail($to, $subject, $message) or die('Error sending message to admin! Please inform the Admin of this error. This item will still be available in your inventory.');

return 'Message sent to admin!';
}


11
Bugs / Re: Another Bug in E-mail Code
« on: January 27, 2012, 06:28:45 am »
Ok, now giving some better detail. Tell me just what your trying to do and what version of shop are you using.

12
Bugs / Re: Another Bug in E-mail Code
« on: January 27, 2012, 04:26:31 am »
Ok, so can you show me your code. The shop item. So that I can see what your doing. and Then maybe I mite be able to fix it.

13
Bugs / Re: Another Bug in E-mail Code
« on: January 27, 2012, 02:41:11 am »
I'm aware that nothing has been posted in 75 days. But this forum is almost always dead anyways. So...

I still have an issue. I need the message that will be sent to be predefined by me. For each item. And when they use it it will tell me there user name and the item they used.

How would I do this?

Well 1st you need to tell me or us what you mean. Your post I'm sorry I don't under stand.

Your talking about some message that you want to predefine it your self. So can you tell me what message are you talking about.


14
Bugs / Re: Another Bug in E-mail Code
« on: March 23, 2011, 02:10:52 am »
Ok, here you go. It works and I tested it. I just took out all the extra **** that didn't need to be in there. If you see some thing extra that you would like to add to it. Let me know.

You will have to edit lines 32 and 33 to your own Name and Email address to use. Until I can get more information.




15
Bugs / Re: Undefined Index
« on: March 22, 2011, 11:46:27 pm »
If your not getting any errors other then in the log file. Try deleting records from the log db and wait for a day and see if the errors are still being logged. If so. Some thing mite have gone wrong in the installer. Make sure you have the newest version of shop and install it again.


Pages: [1] 2 3