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

Pages: [1]
1
Requested additions / Re: Send Item
« on: August 08, 2008, 09:28:41 am »
ill explain a little more
say you want to send them a cake for their birthday you can (upload your own image (max 20X20))

or you can send them a heart, a drink, or what ever you want to load)

2
Modifications / Re: SMF Lottery Mod
« on: August 05, 2008, 06:51:47 am »
Is there a way to make it so that there is a winner all the time.

something like if there is no winner, then draw again till winner appears

3
Modifications / Re: SMF Lottery Mod
« on: August 05, 2008, 06:45:43 am »
must use a crons job

4
Modifications / Re: SMF Lottery Mod
« on: July 30, 2008, 11:48:12 am »
why does it matter, the person will still win.... its something that should not matter...



Umm... because it's not going in the order that they pick them in.. nor is it going in the order it is drawn in = not like a lottery at all..

I understand what you are saying, but i thinks  its something that should not matter, maybe its cause of the array... So from what i can understand about PHP
Look for this

// Sort array
array_multisort($winning,SORT_ASC);

and do this

// Sort array
//array_multisort($winning,SORT_ASC);

----------------------
that above code will cancel out the sort.  I have not tested this yet.

5
Requested additions / Send Item
« on: July 30, 2008, 08:13:05 am »
I think something would be cool like sending a gift... of course this one code would work for any thing you want

so you would type the item you want to send, and then the PM the person would get would be something like X has sent you "item"

and if there is an image 20x20 it would show up in their sig..

I am open to suggestions

6
Modifications / Re: SMF Lottery Mod
« on: July 30, 2008, 08:02:32 am »
why does it matter, the person will still win.... its something that should not matter...


Pages: [1]