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. 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 195 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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
My php nickname script - by spokes on 09-03-2005 at 07:07 PM
RE: My php nickname script - by dylan! on 09-03-2005 at 07:10 PM
RE: My php nickname script - by absorbation on 09-03-2005 at 07:11 PM
RE: My php nickname script - by Stigmata on 09-03-2005 at 07:12 PM
RE: My php nickname script - by spokes on 09-03-2005 at 07:35 PM
RE: My php nickname script - by absorbation on 09-03-2005 at 07:58 PM


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