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

Pages: 1 [2] 3 4 5
16
General SMFShop Discussion / Re: Question on "Steal Credits"
« on: May 27, 2006, 08:18:30 pm »
 :-[
Quote
That's not an exclamation, it's an apostrophe
  :-[  oops!

Thanks guy's i will give it a shot. O0

17
General SMFShop Discussion / Re: How to limit bank usage?
« on: May 25, 2006, 05:37:56 pm »
Basil how would i reduce the amount  to say 100.
I have tried by changing
Code: [Select]
elseif ($_POST['amount'] <= 200) {
to
Code: [Select]
elseif ($_POST['amount'] <= 100) {and changing the corresponding english.txt  and 'shop_less_200' to 'shop_less_100' 
when i try to deposit 100 it say's i need more?

18
General SMFShop Discussion / Re: Change background color error
« on: May 25, 2006, 05:29:38 pm »
Have you added the 'change name css' thingy?  you can get it   HERE

19
Items / Re: 'Profile Image' item
« on: May 25, 2006, 05:25:12 pm »
I think they are at     smf/sources/shop/flag_images  8)

20
Items / Re: Item Transfers.
« on: May 23, 2006, 07:36:29 pm »
I think Basil has put an extra exclamation mark after giftidso you have
this
Code: [Select]
WHERE id = '{$_POST['giftid']}'", __FILE__, __LINE__);
and need this
Code: [Select]
WHERE id = '{$_POST['giftid']}", __FILE__, __LINE__);
but save you origional and test this before deleting it  :)

21
General SMFShop Discussion / Re: Question on "Steal Credits"
« on: May 23, 2006, 07:18:42 pm »
thanks Basil but it still won't send a pm although everything else works with no errors. I was looking through the code and was curious about this line and the extra exclamation and wavy bracket after 'stealfrom'  ?

Code: [Select]
WHERE memberName = '{$_POST['stealfrom']}'}'", __FILE__, __LINE__);

22
Items / Re: Item Transfers.
« on: May 22, 2006, 09:01:12 pm »
Can you post the section of  code around line 1007 and tell us which line it is.  :)

23
General SMFShop Discussion / Re: Question on "Steal Credits"
« on: May 22, 2006, 08:53:23 pm »
Sorry my mistake i had forgot to add the

Code: [Select]
global $sourcedir;
require_once($sourcedir . '/Subs-Post.php');

but even with that fixed it doesn't send a PM ?

24
General SMFShop Discussion / Re: Question on "Steal Credits"
« on: May 22, 2006, 04:33:38 am »
 ??? after trying the steal PM thing i had this message

Code: [Select]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''' at line 5
File: /home/site name/public_html/smf/Sources/shop/items/Steal.php
Line: 155

I choose a person to stal from and press steal then that pops up

it refers to the WHERE ID_MEMBER  line

Code: [Select]
$result = db_query("SELECT memberName

                               FROM {$db_prefix}members

                               WHERE ID_MEMBER = {$ID_MEMBER}'", __FILE__, __LINE__);

            $row = mysql_fetch_array($result, MYSQL_ASSOC);
                        $theif = $row['memberName'];

Any ideas?

25
General SMFShop Discussion / Re: How to limit bank usage?
« on: May 22, 2006, 03:55:30 am »
 O0 Excellent work Basil, it works like a dream O0

26
General SMFShop Discussion / Re: How to limit bank usage?
« on: May 20, 2006, 08:24:26 am »
Cheers Basil i think that will do perfect, i will give it a go asap  O0

27
General SMFShop Discussion / How to limit bank usage?
« on: May 17, 2006, 11:55:57 pm »
Is there a way that i can limit the number of times a member can use the bank in a day or maybe make it so that they need a minimum amount of credits before they can add it to the bank?   i.e  minimum deposit amount set to 200 credits  :D


28
General SMFShop Discussion / Re: Item Ideas
« on: May 15, 2006, 04:04:36 am »
 :D Thats great news Basil, keep up the good work  ;)

29
General SMFShop Discussion / Re: Can SMF Shop do this ?
« on: May 12, 2006, 06:54:34 pm »
Some yes and some no

Change username, username colour, glowing username can all be done ( see the new items posts )

as for the pictures you can have whatever images you want displayed in the shop but depending on what you want it to do depends on what item the image was for i.e if you want a monkey that has no pupose other than to look good in someones inventory then use a mokey image for rock item and change the name to monkey. If you wanted the monkey to show in a users profile next to their posts you would have to add the 'flag' mod and upload a monkey image to the appropriate folder.

New items are always being created and there is even a very good tutorial on how to create your own by Basilbeard so you should have a look there as i did and created my own Karma bash item (used to knock Karma off other members) which was my first ever attempt at any sort of code writting.   :)

30
General SMFShop Discussion / Re: SMFShop 2.1 now out!
« on: May 12, 2006, 06:43:21 pm »
Could be a permission problem  :-\  try and chmod the display.template.php  :)

Pages: 1 [2] 3 4 5