Current time: 03-17-2010, 06:39 AM Hello There, Guest! (LoginRegister)


Post Reply 
Friend Codes Page
08-03-2008, 07:06 AM (This post was last modified: 08-03-2008 07:13 AM by coolmaster.)
Post: #1
Friend Codes Page
Can someone make a plugin for listing Wii and DS friend codes? I think this would be a really popular plugin considering how many forums I see with people listing their friends codes in their signature. o.o
Visit this user's website Find all posts by this user
Quote this message in a reply
08-03-2008, 02:14 PM (This post was last modified: 08-05-2008 09:58 AM by LeX-.)
Post: #2
RE: Friend Codes Page
So whats needed?
Code:
Field for 'name'
Field for 'console'
Field for 'gamename'
Field for 'friend-code'

And than a summary page of all the codes ?

Edit:

"BetaRelease Only for MyBB 1.4" >

Install:
* Upload myfc.php into your root folder
* Upload ./inc/friendcodes.php into your ./inc/plugins/ folder
* Activate.
* Add Consoles in the SettingsGroup ( Default: Wii && Nintendo DS )

Screens:
UCP Nav :    

Index Page :    

Add New :    


Attached File(s)
.zip  FriendCodes.zip (Size: 5.85 KB / Downloads: 27)

Visit this user's website Find all posts by this user
Quote this message in a reply
08-03-2008, 04:44 PM
Post: #3
RE: Friend Codes Page
this would be something good and I think the format you have Lex is perfect for it.
Visit this user's website Find all posts by this user
Quote this message in a reply
08-05-2008, 06:50 AM (This post was last modified: 08-05-2008 07:24 AM by coolmaster.)
Post: #4
RE: Friend Codes Page
Wow. It looks and works great. Thanks and nice job. Wink

There are several changes that need to be made though.

- Admins should have the ability to change which games can have friend codes entered.
- The "Enter FriendCode" field should have a restricted number of characters. Probably 14 because Wii Friend Codes are xxxx-xxxx-xxxx.
Visit this user's website Find all posts by this user
Quote this message in a reply
08-05-2008, 09:20 AM (This post was last modified: 08-05-2008 09:58 AM by LeX-.)
Post: #5
RE: Friend Codes Page
First thing can be done; will take a look at it.
And that's a standard codeformat for all consoles ? xxxx-xxxx-xxxx ?

Edit:
* Games can be added in a new setting in the FriendCodes Group; if there are no games in that setting it will show a textbox;
* I've set a maxlength of 14 at the friendcodes textbox + a check in the code;
* Update :
- Uninstall Old Version; if you don't want to loose all entered FriendCodes
Open friendcodes.php
Find && Delete
PHP Code:
    if($db->table_exists('friendcodes'))
    {
        
$db->query("DROP TABLE ".TABLE_PREFIX."friendcodes"); 
    } 

- Upload New Files ( myfc.php && ./inc/plugins/friendcodes.php )
- Install && Activate;

Visit this user's website Find all posts by this user
Quote this message in a reply
08-05-2008, 12:20 PM (This post was last modified: 08-05-2008 12:26 PM by coolmaster.)
Post: #6
RE: Friend Codes Page
(08-05-2008 09:20 AM)LeX- Wrote:  First thing can be done; will take a look at it.
And that's a standard codeformat for all consoles ? xxxx-xxxx-xxxx ?

Edit:
* Games can be added in a new setting in the FriendCodes Group; if there are no games in that setting it will show a textbox;
* I've set a maxlength of 14 at the friendcodes textbox + a check in the code;
* Update :
- Uninstall Old Version; if you don't want to loose all entered FriendCodes
Open friendcodes.php
Find && Delete
PHP Code:
    if($db->table_exists('friendcodes'))
    {
        
$db->query("DROP TABLE ".TABLE_PREFIX."friendcodes"); 
    } 

- Upload New Files ( myfc.php && ./inc/plugins/friendcodes.php )
- Install && Activate;

xxxx-xxxx-xxxx is the standard format for Wii while xxxxxx-xxxxxx is the standard for DS.

Once again, nice work. Wink
Also, just so you know, it's Super Smash Bros. Brawl not Super Mario Brawl. Toungue
Visit this user's website Find all posts by this user
Quote this message in a reply
08-05-2008, 12:35 PM
Post: #7
RE: Friend Codes Page
(08-05-2008 12:20 PM)coolmaster Wrote:  Once again, nice work. Wink
Also, just so you know, it's Super Smash Bros. Brawl not Super Mario Brawl. Toungue

Yeah just entered something to test =P
i saw a commercial about that game and remembered the title vague ^^
Can be changed easily =P

Visit this user's website Find all posts by this user
Quote this message in a reply
08-06-2008, 04:15 AM
Post: #8
RE: Friend Codes Page
Hehe, Great Job!
I'm using it right now!
Find all posts by this user
Quote this message in a reply
08-06-2008, 02:07 PM
Post: #9
RE: Friend Codes Page
Tonight New Version ^^
> http://beta.thingiej.be/thread-81.html

Visit this user's website Find all posts by this user
Quote this message in a reply
08-07-2008, 08:50 AM
Post: #10
RE: Friend Codes Page
Thanks LeX-! =D

I'm loving the progress.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: