Posted by: (slash)gx
Feb 5, 2008
(93 days and 13 hours ago)
|
|
Familar Faces-Type Thing?
|
Is there a way I can get something like that for my site(not telling URL of it 'til completely finished it?) I want it to be, on my site, the same as here, but different name of it, different colors, and I especially want it to put someone's username there when s/he posts/replies.
|
There are 5 Replies:
|
|
Message
|
Person and Time
|
|
You need to write code that will scan through all posts on the first page one at a time and store the usernames. If the names repeat increase the counter for that name. As you store the name for the first time store the post number for that. Basically have a for loop that will open each post. Within that have a for loop going through each line of the post/replies. Start a double array and check through each item position 0 to see if you have the name or not (check person[0][0], person[1][0], person[2][0]...), if not store name to the next element and store the post number to person[nextnumber][2]. If you get a match add 1 to the person (person[0][1]= person[0][1]+1) Can't get any more helpful other than writing out the exact code for that which I wont do, sorry waterIse. |
|
Ragu o Ragula
|
Feb 5, 2008
(93 days and 13 hours ago)
|
|
|
I don't quite understand what you said. Sorry :P But why can't/won't you write it for me? Pwease :( waterise@gmail.com Or AIM: LimeGoku |
|
(slash)gx
|
Feb 6, 2008
(92 days and 21 hours ago)
|
|
|
Because you should learn to do it yourself, plus I'm not going to help you work on one of your GameTalk rip off proboards sites. |
|
Ragu o Ragula
|
Feb 6, 2008
(92 days and 20 hours ago)
|
|
|
lol@Ragu ... was waitin' 4 u 2 sAdat. |
|
phoenix_advance
|
Feb 7, 2008
(91 days and 13 hours ago)
|
|
|
Ragu you pwn. |
|
benoitaholic
|
Feb 9, 2008
(90 days and 8 hours ago)
|
|
|