[JavaScript][Website] Simple Script - Will pay

Discussion in 'Software Sales' started by Dschizzle, Apr 23, 2012.

[JavaScript][Website] Simple Script - Will pay
  1. Unread #1 - Apr 23, 2012 at 9:29 PM
  2. Dschizzle
    Joined:
    Feb 2, 2012
    Posts:
    149
    Referrals:
    0
    Sythe Gold:
    0

    Dschizzle Active Member
    Banned

    [JavaScript][Website] Simple Script - Will pay

    I'd like for someone to either help me with, or program for me a java script that will take user's input from a text-box and flip it upside down or 90, 270 degrees.

    An example of what the script would accomplish can be seen at: http://www.fliptext.org/ (view source and find the "flip.js" link)

    I can pay a small amount for the script. I can provide the HTML code for the page I'm creating if need be. PM me, or for faster contact email me.

    Email: [email protected]

    Thanks!
     
  3. Unread #2 - Apr 23, 2012 at 9:34 PM
  4. stui
    Joined:
    Jan 15, 2011
    Posts:
    3,798
    Referrals:
    5
    Sythe Gold:
    0

    stui Attend 500M Daily Drops, join #Smokin_Dice
    Banned

    [JavaScript][Website] Simple Script - Will pay

    umm i can do this lol why dont you just copy and paste the jscript code??
     
  5. Unread #3 - Apr 24, 2012 at 12:33 AM
  6. iJava
    Joined:
    Nov 21, 2011
    Posts:
    1,197
    Referrals:
    11
    Sythe Gold:
    486
    Discord Unique ID:
    220055593568829441

    iJava .Previously known as RSGoldRush
    $200 USD Donor New

    [JavaScript][Website] Simple Script - Will pay

    Code:
    // JavaScript Document
    function tweet(){
        var flipped = document.f.flipped.value;
    
    }
    
    function flip() {
    	var result = flipString(document.f.original.value);
    	document.f.flipped.value = result;
            document.getElementById('tweet').href = "http://twitter.com/home?status="+result;
    }
    
    function flipString(aString) {
    	aString = aString.toLowerCase();
    	var last = aString.length - 1;
    	var result = "";
    	for (var i = last; i >= 0; --i) {
    		result += flipChar(aString.charAt(i))
    	}
    	return result;
    }
    
    function flipChar(c) {
    	if (c == 'a') {
    		return '\u0250'
    	}
    	else if (c == 'b') {
    		return 'q'
    	}
    	else if (c == 'c') {
    		return '\u0254'  
    	}
    	else if (c == 'd') {
    		return 'p'
    	}
    	else if (c == 'e') {
    		return '\u01DD'
    	}
    	else if (c == 'f') {
    		return '\u025F' 
    	}
    	else if (c == 'g') {
    		return 'b'
    	}
    	else if (c == 'h') {
    		return '\u0265'
    	}
    	else if (c == 'i') {
    		return '\u0131'//'\u0131\u0323' 
    	}
    	else if (c == 'j') {
    		return '\u0638'
    	}
    	else if (c == 'k') {
    		return '\u029E'
    	}
    	else if (c == 'l') {
    		return '\u05DF'
    	}
    	else if (c == 'm') {
    		return '\u026F'
    	}
    	else if (c == 'n') {
    		return 'u'
    	}
    	else if (c == 'o') {
    		return 'o'
    	}
    	else if (c == 'p') {
    		return 'd'
    	}
    	else if (c == 'q') {
    		return 'b'
    	}
    	else if (c == 'r') {
    		return '\u0279'
    	}
    	else if (c == 's') {
    		return 's'
    	}
    	else if (c == 't') {
    		return '\u0287'
    	}
    	else if (c == 'u') {
    		return 'n'
    	}
    	else if (c == 'v') {
    		return '\u028C'
    	}
    	else if (c == 'w') {
    		return '\u028D'
    	}
    	else if (c == 'x') {
    		return 'x'
    	}
    	else if (c == 'y') {
    		return '\u028E'
    	}
    	else if (c == 'z') {
    		return 'z'
    	}
    	else if (c == '[') {
    		return ']'
    	}
    	else if (c == ']') {
    		return '['
    	}
    	else if (c == '(') {
    		return ')'
    	}
    	else if (c == ')') {
    		return '('
    	}
    	else if (c == '{') {
    		return '}'
    	}
    	else if (c == '}') {
    		return '{'
    	}
    	else if (c == '?') {
    		return '\u00BF'  
    	}
    	else if (c == '\u00BF') {
    		return '?'
    	}
    	else if (c == '!') {
    		return '\u00A1'
    	}
    	else if (c == "\'") {
    		return ','
    	}
    	else if (c == ',') {
    		return "\'"
    	}
    	else if (c == '.') {
    		return '\u02D9'
    	}
    	else if (c == '_') {
    		return '\u203E'
    	}
    	else if (c == ';') {
    		return '\u061B'
    	}
    	else if (c == '9') {
    		return '6'
    	}
    	else if (c == '6') {
    		return '9'
    	}
    	return c;
    }
    $1million dollars please.
     
  7. Unread #4 - Apr 24, 2012 at 11:09 AM
  8. Dschizzle
    Joined:
    Feb 2, 2012
    Posts:
    149
    Referrals:
    0
    Sythe Gold:
    0

    Dschizzle Active Member
    Banned

    [JavaScript][Website] Simple Script - Will pay

    I have this already hahaha. I need it to rotate 90 and 270 degrees though.
    PM'ed Stui

    Thanks
     
< DeadNet Booter | $10/Month | Hard Hitting | SSYN | Multiple Servers | Buying greendragon bot/script >

Users viewing this thread
1 guest


 
 
Adblock breaks this site