Cold Fusion Forums
Hello and welcome to the Cold Fusion forum's i hope you like it and join the forum and server Smile

To be apart of a great fun and helping community register by clicking the register button it only takes 1 minute to register Smile

The server is :

(Client[317]) Simple way for typing ascii codes Statusimg.php?ip=cold-fusion.no-ip

Thanks for reading this message.
Cold Fusion Forums
Hello and welcome to the Cold Fusion forum's i hope you like it and join the forum and server Smile

To be apart of a great fun and helping community register by clicking the register button it only takes 1 minute to register Smile

The server is :

(Client[317]) Simple way for typing ascii codes Statusimg.php?ip=cold-fusion.no-ip

Thanks for reading this message.
Cold Fusion Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Cold Fusion The Ultimate RSPS
 
HomeHomeLatest imagesRegisterLog in
Want The Server To Be Up 24 Hours And 7 Days A Week? Then Donate Now For A VPS!

 

 (Client[317]) Simple way for typing ascii codes

Go down 
4 posters
AuthorMessage
thekidxxx
Lazy Poster
Lazy Poster
thekidxxx


Posts : 1
Join date : 2009-06-03
Location : Not In My Right Mind.

(Client[317]) Simple way for typing ascii codes Empty
PostSubject: (Client[317]) Simple way for typing ascii codes   (Client[317]) Simple way for typing ascii codes EmptyWed Jun 03, 2009 6:32 pm

Been about 3-4 years seance I last wrote a tutorial.don't be to mean Very Happy
...//For Ever latter// This is more of a how to then a tut <.<


First all open you Client.java

(Ctrl + F)Search for
Code:
 public final void method73(int i)

Below that you should see something like this
Code:
for(int james = 0; james < badWords.length; james++) {
            String bad = badWords[james];
            if(aString887.contains(bad))
            aString887 = aString887.replaceAll(badWords[james], "***");

   }

You will be adding this to it
Code:
aString887 = aString887.replaceAll("00156", "\u00a3");
aString887 = aString887.replaceAll("00173", "\u00a1");
aString887 = aString887.replaceAll("00155", "\u00a2");
aString887 = aString887.replaceAll("00021", "\u00a7");
aString887 = aString887.replaceAll("00167", "\u00a4");
aString887 = aString887.replaceAll("00157", "\u00a5");
aString887 = aString887.replaceAll("00166", "\u00a6");
aString887 = aString887.replaceAll("00169", "\u00a9");
aString887 = aString887.replaceAll("00170", "\u00ae");

And should looking something like this
Code:
for(int james = 0; james < badWords.length; james++) {
            String bad = badWords[james];
            if(aString887.contains(bad))
            aString887 = aString887.replaceAll(badWords[james], "***");
            aString887 = aString887.replaceAll("00156", "\u00a3");
            aString887 = aString887.replaceAll("00173", "\u00a1");
            aString887 = aString887.replaceAll("00155", "\u00a2");
            aString887 = aString887.replaceAll("00021", "\u00a7");
            aString887 = aString887.replaceAll("00167", "\u00a4");
            aString887 = aString887.replaceAll("00157", "\u00a5");
            aString887 = aString887.replaceAll("00166", "\u00a6");
            aString887 = aString887.replaceAll("00169", "\u00a9");
            aString887 = aString887.replaceAll("00170", "\u00ae");
   }


Now when you type

    00156 == £
    00173 == ¡
    00155 == ¢
    00021 == §
    00167 == º
    00157 == ¥
    00166 == ª
    00169 == ⌐
    00170 == ¬




Need to know others encoding for others ASCII codes?
http://www.fileformat.info/info/unicode/char/search.htm


Last edited by thekidxxx on Wed Dec 23, 2009 2:20 am; edited 2 times in total
Back to top Go down
Fever
Owner
Owner
Fever


Posts : 329
Join date : 2009-05-06
Age : 27
Location : Unknown

(Client[317]) Simple way for typing ascii codes Empty
PostSubject: Re: (Client[317]) Simple way for typing ascii codes   (Client[317]) Simple way for typing ascii codes EmptyWed Jun 03, 2009 6:32 pm

nice stickied.
Back to top Go down
https://cfusion-rsps.darkbb.com
xtc is ftw
Lazy Poster
Lazy Poster



Posts : 6
Join date : 2009-06-02
Age : 28
Location : QLD-Australia

(Client[317]) Simple way for typing ascii codes Empty
PostSubject: Re: (Client[317]) Simple way for typing ascii codes   (Client[317]) Simple way for typing ascii codes EmptyWed Jun 03, 2009 8:49 pm

good work bro
Back to top Go down
Guest
Guest




(Client[317]) Simple way for typing ascii codes Empty
PostSubject: Re: (Client[317]) Simple way for typing ascii codes   (Client[317]) Simple way for typing ascii codes EmptyThu Jun 04, 2009 11:02 am

Woah, so many people helpin out serv, its turning out to be better then i thought it would be =]
Back to top Go down
Dragonman
Little Poster
Little Poster
Dragonman


Posts : 123
Join date : 2009-06-04
Age : 28

(Client[317]) Simple way for typing ascii codes Empty
PostSubject: Re: (Client[317]) Simple way for typing ascii codes   (Client[317]) Simple way for typing ascii codes EmptyFri Jun 05, 2009 6:26 am

Thanks.
Back to top Go down
Sponsored content





(Client[317]) Simple way for typing ascii codes Empty
PostSubject: Re: (Client[317]) Simple way for typing ascii codes   (Client[317]) Simple way for typing ascii codes Empty

Back to top Go down
 
(Client[317]) Simple way for typing ascii codes
Back to top 
Page 1 of 1
 Similar topics
-
» CLIENT NOT WORKIN
» Cold Fusion Client V1.0

Permissions in this forum:You cannot reply to topics in this forum
Cold Fusion Forums :: Server :: Tutorials-
Jump to: