What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » My php nickname script

My php nickname script
Author: Message:
spokes
Full Member
***

Avatar
I <3 Rollerblading

Posts: 423
Reputation: 10
33 / Male / Flag
Joined: May 2004
O.P. Tongue  My php nickname script
Just made a script to make boxed nicknames like this

http://www.c-n.no-ip.com/nick.htm

don't know if this is on mess.be or anything else, my mate showed me how to make the nickname, so i made a script

EDIT : my example dsnt display on forums correctly, just check my msn name in my sig, theres an example

This post was edited on 09-03-2005 at 07:08 PM by spokes.

[Image: sig15ws.png]
09-03-2005 07:07 PM
Profile E-Mail PM Web Find Quote Report
dylan!
Senior Member
****

Avatar
l33t p4int3r

Posts: 665
Reputation: 30
– / Male / Flag
Joined: Jan 2005
RE: My php nickname script
i like it...i use it;):P
09-03-2005 07:10 PM
Profile E-Mail PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: My php nickname script
may i have to sorce to use myself? ;)
09-03-2005 07:11 PM
Profile PM Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: My php nickname script
quote:
Originally posted by spokes
Just made a script to make boxed nicknames like this

http://www.c-n.no-ip.com/nick.htm

don't know if this is on mess.be or anything else, my mate showed me how to make the nickname, so i made a script

EDIT : my example dsnt display on forums correctly, just check my msn name in my sig, theres an example

yeah its on mess.be :)

(well sorta, it has all the nick in a box, not ever letter)

This post was edited on 09-03-2005 at 07:13 PM by Stigmata.
09-03-2005 07:12 PM
Profile PM Web Find Quote Report
spokes
Full Member
***

Avatar
I <3 Rollerblading

Posts: 423
Reputation: 10
33 / Male / Flag
Joined: May 2004
O.P. RE: My php nickname script
yes, u may have source, and i think it looks better with every letter, but dsnt the way mess.be does need multi lines? mine uses wierd codes, mess.be uses ¯ and _ try gettin both of them above a letter using one line :p

code:
<?php

$input = $_GET['nick'];
$output = '';
for($i = 0; $i < strlen($input); $i++) {
    $output .= '[&#773;&#818;'.substr($input, $i, 1).'&#773;&#818;]';
}
$output=str_replace("[&#773;&#818; &#773;&#818;]"," ",$output);
echo $output;

?>


i can't get it to display properly in forums...
ill attach it

.php File Attachment: test.php (381 bytes)
This file has been downloaded 191 time(s).

This post was edited on 09-03-2005 at 07:36 PM by spokes.

[Image: sig15ws.png]
09-03-2005 07:35 PM
Profile E-Mail PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: My php nickname script
Uploaded to my site is the names database, thanks ;)
09-03-2005 07:58 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On