Help me with these problems

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • kiLLeR-eyEd_14
    replied
    Yeh, i sometimes use right button..But sharp button alters with it sometimes..

    Leave a comment:


  • something else
    replied
    Why not use right button? its just as fast and also stops you from looking like a right immature kid when you write lol

    Leave a comment:


  • kiLLeR-eyEd_14
    replied
    Topic closed..Please move this topic to trashed..

    Leave a comment:


  • kiLLeR-eyEd_14
    replied
    Originally posted by metulj View Post
    dont talk nonsense !
    i wrute from mobile alot and i never
    use uper-lower blah blah ****!
    it's extremely annoying to read that crap:mad:
    well..I'm s0rRy..Coz wat others said..And for me, to easily type, i use the sharp butTon for me to n0t wait to type again at the same buToN datz why i pResS sharp butToN..SoMetimes, using upper case make posts or usernames lo0k pRetTy more than just only in l0wer cAses..Like mine..To st0p diz fo0lish t0pic..Just d0n't reaCt with this n0nsense thing..U juz seEms so over acting..Lol

    Leave a comment:


  • something else
    replied
    It is possible that your mobile will do this but .... only if you type like it all the time*
    Your t9 can pick up on it.... *i use to have a login name that one time i accedentally put an upercase letter in the middle of it and after that i had to keep altering it and it did my head in eventually i changed nicks ....... but even this i think its only on new t9 words*
    I think to be honest its just a sign of how mature you are ...... and not how you think it looks cool to every else lol

    if you had just been changing the o to 0 (zero) then i would understand how this would be quicker...... this way can also prevent people from other languages translating your text to there language ... but apart from that i guess you gotta be 3l1+3 and even then its just a load of wannabe think there cool cos they can type lite * *

    Leave a comment:


  • strikingv
    replied
    Even i use m0bile.
    all i replace is O /o with 0 c0z it saves time :p

    Leave a comment:


  • metulj
    replied
    Originally posted by kiLLeR-eyEd_14 View Post
    SorRy duDe..I'm using m0bile that's why i cAn't av0id using upPer cAse..If i'm using a c0mpuTer, i wilL n0t go make hard typing with upPercAse..Lol
    dont talk nonsense !
    i wrute from mobile alot and i never
    use uper-lower blah blah ****!
    it's extremely annoying to read that crap:mad:

    Leave a comment:


  • ori
    replied
    try this

    PHP Code:
    function sqlesc($x)
    {
    return 
    "'".mysql_real_escape_string($x)."'";

    it wraps the values in single quotes so in mysql queries put uid=sqlesc($uid) etc
    </SPAN>

    Leave a comment:


  • kiLLeR-eyEd_14
    replied
    Originally posted by metulj View Post
    i use mobile A LOT !!
    so dont tell me you cant avoid capital letters...
    next time i'll just delete posts writen in aka LeeT text..
    it's really annoying to read it,
    almost same annoyance like all written in capital letters
    Then why don't you make strings converted into lower cases in outputs here..A user cannot avoid it and you were annoyed with it, so make a script that would convert upper cases into lower cases..

    Leave a comment:


  • mcKeny
    replied
    Originally posted by kiLLeR-eyEd_14 View Post
    Yeh..It's already in my script..The thing i'm talking about is or the thing i just want to have is a more secured script to counter sql injection attacks..I'm not contented with magic_quotes or addslashes..When i tried using mysql_real_escape_string, i got errors that why i can't use that function..
    error??????
    Code:
     $newstring = mysql_real_escape_string($string);
    echo $newstring;

    Leave a comment:


  • something else
    replied
    use stripslashes($string); on output
    (providing its not going back into database for something like a badly coded quote system)*:p

    Leave a comment:


  • metulj
    replied
    Originally posted by kiLLeR-eyEd_14 View Post
    SorRy duDe..I'm using m0bile that's why i cAn't av0id using upPer cAse..If i'm using a c0mpuTer, i wilL n0t go make hard typing with upPercAse..Lol
    i use mobile A LOT !!
    so dont tell me you cant avoid capital letters...
    next time i'll just delete posts writen in aka LeeT text..
    it's really annoying to read it,
    almost same annoyance like all written in capital letters

    Leave a comment:


  • kiLLeR-eyEd_14
    replied
    Yeh..It's already in my script..The thing i'm talking about is or the thing i just want to have is a more secured script to counter sql injection attacks..I'm not contented with magic_quotes or addslashes..When i tried using mysql_real_escape_string, i got errors that why i can't use that function..

    Leave a comment:


  • mcKeny
    replied
    magic quotes will be disable soon...Why not verify all field? eg the function that check for illegal characters in the registration page? only allowed A-Z 1-9 space .? in input element... thats what i did with one of ma unfinished script http://mobispace.cogia.net works perfectly..
    Code:
     ;||id=1--;
    :D use your head its easy to black
    Last edited by mcKeny; 06.05.09, 01:42.

    Leave a comment:


  • kiLLeR-eyEd_14
    replied
    SorRy duDe..I'm using m0bile that's why i cAn't av0id using upPer cAse..If i'm using a c0mpuTer, i wilL n0t go make hard typing with upPercAse..Lol

    Leave a comment:

Working...
X