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

Pages: [1] 2 3 ... 5
1
Coding / Re: Bonus points for Topic Starter
« on: November 03, 2006, 08:23:56 pm »
Well the problem is the bank calculates 2% DAILY not annual like a real bank. 

2
1.1 rc3, it runs fine with this version but didn't know about the registration amount, that may have been the problem. ;)

3
Items / Re: Item: Egg your victims avatar
« on: October 28, 2006, 12:05:25 am »
I'd like BMP images :)  My users aren't techincal and wouldn't know a filetype if it bit them in the  >:D

4
General SMFShop Discussion / Users can't register with the shop installed
« on: October 27, 2006, 11:53:49 pm »
I just noticed a problem with user registrations while the shop is installed.
The sql statement at line 783
Code: [Select]
// Register them into the database.
db_query("
INSERT INTO {$db_prefix}members
(" . implode(', ', array_keys($regOptions['register_vars'])) . ")
VALUES (" . implode(', ', $regOptions['register_vars']) . ')', __FILE__, __LINE__);
$memberID = db_insert_id();
returns a statement that has nothing for the MONEY register_var.  This causes a problem with the sql statement.  To fix this and allow registration of new users add this to the line just before the //Register them intot he database. line:
Code: [Select]
$regOptions['register_vars']['money']=0;

5
Items / Re: Item: Egg your victims avatar
« on: October 24, 2006, 11:34:18 am »
Can you copy and paste the undefined variables?

6
Items / Re: Item: Egg your victims avatar
« on: October 24, 2006, 09:16:40 am »
:) It's still in your code (the echo bit) but yeah, I removed it from my copy...

7
Items / Re: Item: Egg your victims avatar
« on: October 24, 2006, 03:21:37 am »
REALLY cool item :)
However, remove "echo $boarddir;" from your php code =D

8
Items / Re: Item: Egg your victims avatar
« on: October 24, 2006, 03:13:14 am »
it also dropped transparency on this avatar:
http://www.aviary.info/index.php?action=profile;u=1934

9
Items / Re: Item: Egg your victims avatar
« on: October 24, 2006, 03:11:47 am »
Kisses show up black... ?

10
Items / Re: Please Help I am Turkish
« on: October 24, 2006, 03:01:13 am »
I still have no idea what this guy wanted... ;)

11
Items / Re: Item: Egg your victims avatar
« on: October 23, 2006, 05:17:50 am »
Do you allow custom avatars?  Feeble had to write a bit in the code for that.  Also, do you have the latest copy from the first post?

12
Items / Re: Item: Egg your victims avatar
« on: October 23, 2006, 01:58:18 am »
lol I just saw it. ;)  But we got it working, I think Feeble will have a v4 for us soon.

13
Items / Re: Item: Egg your victims avatar
« on: October 23, 2006, 12:23:14 am »
I added you on msn messenger

14
Items / Re: Item: Egg your victims avatar
« on: October 23, 2006, 12:14:48 am »
Is SEO the problem?

15
Items / Re: Item: Egg your victims avatar
« on: October 23, 2006, 12:01:36 am »
Maybe check the screenshot I added in an  earlier post to see what the profile page looks like?

Pages: [1] 2 3 ... 5