User Tag List

Page 3 of 4 FirstFirst ... 2 3 4 LastLast
Showing results 31 to 45 of 59

Thread: Need a Site For Cheap?

  1. #31
    I really hate people Mic Dareall's Avatar
    Join Date
    Nov 2002
    Posts
    8,941
    Battle Record
    16-4

    Re: Need a Site For Cheap?

    Quote Originally Posted by Diasick View Post
    and again thats not raw javascript, its prototype which is a javascript framework
    lol.. wtf are you even talking about? prototype is a javascript framework, correct. BUT IT IS WRITTEN IN JAVASCRIPT, which means it IS javascript. It cannot be anything else.

    [YOUTUBE]9QCvMp0rSxU[/YOUTUBE]

  2. #32
    Stranger
    Guest

    Re: Need a Site For Cheap?

    Quote Originally Posted by Mic Dareall View Post
    Do you not understand what clientside means? TO the server the javascript files are just text documents, the browsers read through the html documents see the script tags linking to external javascript files and then request the server for those javascript files. The server does nothing but send them as text documents, the javascript is executed BY THE BROWSER on each users machine.
    you need to learn to read, some javascript talks to the server, especially when your integrating it with ajax. some people have valuable data in there javascript and for this reason you will not see functionality. what you see is the browsers interpretation, and they have data stored in JSON, which is encrypted where we cannot see it.

  3. #33
    I really hate people Mic Dareall's Avatar
    Join Date
    Nov 2002
    Posts
    8,941
    Battle Record
    16-4

    Re: Need a Site For Cheap?

    Quote Originally Posted by Diasick View Post












    thats all i see, yea i see the alert but not the actual function
    You see this line...
    HTML Code:
    <script type="text/javascript" src="test.js"></script>
    That is me including the javascript file, so the browser asks the server for a javascript file namded 'test.js' which resides in the same folder as the html file.

    [YOUTUBE]9QCvMp0rSxU[/YOUTUBE]

  4. #34
    Stranger
    Guest

    Re: Need a Site For Cheap?

    Quote Originally Posted by Mic Dareall View Post
    lol.. wtf are you even talking about? prototype is a javascript framework, correct. BUT IT IS WRITTEN IN JAVASCRIPT, which means it IS javascript. It cannot be anything else.
    u was talking as if it was Raw javascript

  5. #35
    Stranger
    Guest

    Re: Need a Site For Cheap?

    prototype is a old ass framework btw

    jquery FTW

  6. #36
    I really hate people Mic Dareall's Avatar
    Join Date
    Nov 2002
    Posts
    8,941
    Battle Record
    16-4

    Re: Need a Site For Cheap?

    lol.. There is no such thing as raw javascript, it is either javascript or it isn't. I swear, you say one more dumb thing like this and Im just going to bann you.

    [YOUTUBE]9QCvMp0rSxU[/YOUTUBE]

  7. #37
    Stranger
    Guest

    Re: Need a Site For Cheap?

    Quote Originally Posted by Mic Dareall View Post
    You see this line...
    HTML Code:
    <script type="text/javascript" src="test.js"></script>
    That is me including the javascript file, so the browser asks the server for a javascript file namded 'test.js' which resides in the same folder as the html file.
    that is text string, anything valuable is encrypted so when the browser calls it they give us there interpretation, if you store data with JSON most of the javascript will be encrypted when you get the source from the browser, i wouldn't judge his code from edit>view source

  8. #38
    My Doe Flip Like Tae-Kwon Menace II Society's Avatar
    Join Date
    Jan 1995
    Location
    New York
    Age
    38
    Posts
    15,220

    Re: Need a Site For Cheap?

    *Waits for Mic to drop the "oops" bomb*

    [YouTube]VTfrbU74TdE[/YouTube]

  9. #39
    Stranger
    Guest

    Re: Need a Site For Cheap?

    Quote Originally Posted by Mic Dareall View Post
    lol.. There is no such thing as raw javascript, it is either javascript or it isn't. I swear, you say one more dumb thing like this and Im just going to bann you.
    dude i could give a fuck if you ban me, if i wanted back on i would just re register and that would tell everyone i just won this debate that your obviously loosing.

    raw javascript, is raw javascript, without the use of a framework like jquery or mootools, or the prototype one these guys are using

  10. #40
    I really hate people Mic Dareall's Avatar
    Join Date
    Nov 2002
    Posts
    8,941
    Battle Record
    16-4

    Re: Need a Site For Cheap?

    Quote Originally Posted by Diasick View Post
    that is text string, anything valuable is encrypted so when the browser calls it they give us there interpretation, if you store data with JSON most of the javascript will be encrypted when you get the source from the browser, i wouldn't judge his code from edit>view source
    NO, it does not. Here let me take a different approach. Show me one credible reference that backs up this claim about data in javascript always being encrypted.

    [YOUTUBE]9QCvMp0rSxU[/YOUTUBE]

  11. #41
    Stranger
    Guest

    Re: Need a Site For Cheap?

    Quote Originally Posted by Mic Dareall View Post
    NO, it does not. Here let me take a different approach. Show me one credible reference that backs up this claim about data in javascript always being encrypted.
    just look at the first link of those links you gave me, find JSON, json stores data just like mysql dose, do you see any valuable information in those JSON calls? if you think you will see an entire javascript code you need to go learn more about javascript. all i seen in there was the browser detection and thats not really valuable. do we see his data and client information from his site? no, thats because javascript is encrypting it.

    javascript has been known to be clientside, but it also has the ability to intersect with the server

  12. #42
    I really hate people Mic Dareall's Avatar
    Join Date
    Nov 2002
    Posts
    8,941
    Battle Record
    16-4

    Re: Need a Site For Cheap?

    Javascript doesn't encrypt anything you moron. Again show me one credible source that says javascript encrypts things or I am just going to bann you and continue banning you everytime I notice you back here for being a troll.

    [YOUTUBE]9QCvMp0rSxU[/YOUTUBE]

  13. #43
    I really hate people Mic Dareall's Avatar
    Join Date
    Nov 2002
    Posts
    8,941
    Battle Record
    16-4

    Re: Need a Site For Cheap?

    Or show me an example like the simple one I posted where javascript will just encrypt shit so users can't see it.

    [YOUTUBE]9QCvMp0rSxU[/YOUTUBE]

  14. #44
    Stranger
    Guest

    Re: Need a Site For Cheap?

    Quote Originally Posted by Mic Dareall View Post
    Javascript doesn't encrypt anything you moron. Again show me one credible source that says javascript encrypts things or I am just going to bann you and continue banning you everytime I notice you back here for being a troll.
    dude i dont fucking care if you ban me, how may times have you seen me on here? i check the gfx forum from time to time and to see you making those claims that his coding sucks was fucking funny to me. all you showed me was it doesn't encrypt text string data, who cares about that? javascript encrypts w/e they think is not safe for the public to see, its not meant to encrypt data but the way these guys where using it with json, javascript was encrypting it.

    do you realize the information that could of been stored on the json side?

  15. #45
    I really hate people Mic Dareall's Avatar
    Join Date
    Nov 2002
    Posts
    8,941
    Battle Record
    16-4

    Re: Need a Site For Cheap?

    I have already shown you that you can view the javascript plain as day from anysite, I do not understand why I am even entertaining you anymore. But if you have not posted something by the time I'm done playing CSS that proves what you are saying then Im banning you for being a troll....

    WHich basically means I am banning you, because what you are saying goes against the very specification of an ECMA scripting language.

    [YOUTUBE]9QCvMp0rSxU[/YOUTUBE]

Similar Threads

  1. A dope site to get kicks cheap
    By IllThoughts in forum The Lounge
    Replies: 97
    Last Post: July 14th, 2007, 05:16 PM
  2. Replies: 2
    Last Post: February 9th, 2006, 08:17 PM
  3. Cheap Hot Cheap Sites
    By Kunks in forum The Lounge
    Replies: 0
    Last Post: November 23rd, 2004, 02:29 PM
  4. Replies: 16
    Last Post: March 25th, 2004, 09:29 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •