Results 1 to 20 of 20

Thread: opening classes

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    A lot of webpages use classes to store passwords, etc. is there a way to view those classes? I tried typing in the address in the internet explorer but this error message came up.
    NXSupport - Your one-stop source for computer help

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    when an ASP webside uses classes it does not expose them to the outside world, the classes simply write HTML and give it to your browser, there is a lot of security to stop people getting at them.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    so there's no way of accessing them? maybe call them thorugh my webpage and then like see how it works
    NXSupport - Your one-stop source for computer help

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    No. You can't call them like that because by the time they get to your computer, they've already been executed and the results sent.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    no I mean make my own webpage AND CALL that file from there just to see what it says, then go to the correct website, and enter the password
    NXSupport - Your one-stop source for computer help

  6. #6
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    It will only work if the source code is on the same server as your web page.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  7. #7

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    how come.... can't I just refer to it if i know the address of the class
    NXSupport - Your one-stop source for computer help

  8. #8
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    If you know the address, then yes. Unfortunately, it's probably stored in a folder which has been blocked off from external access (like cgi-bin folders). In this case, only programs on the server can access files in it.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  9. #9

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    goto http://www.xbox.com then click on the dark room, view the source and there is a class name at the very top, I want to get in the dark room, I just want to see what it is, so is it possible, if how can you please give me an example
    NXSupport - Your one-stop source for computer help

  10. #10
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    What class name? I tried and didn't see one anywhere. Could you give me a small portion of the code you meant?
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  11. #11

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    Code:
    <html>
    <head>
    <link rel="stylesheet" type="text/css" href="../Assets/Styles/xstyle.css">
    <title>Microsoft Xbox - The Future of Gaming</title>
    <style>
    	BODY {margin: 0pt}
    </style>
    </head>
    all source:

    Code:
    <html>
    <head>
    <link rel="stylesheet" type="text/css" href="../Assets/Styles/xstyle.css">
    <title>Microsoft Xbox - The Future of Gaming</title>
    <style>
    	BODY {margin: 0pt}
    </style>
    </head>
    <body TOPMARGIN="0" LEFTMARGIN="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF">
    	<table width="100%" cellpadding="0" cellspacing="0" border="0">
    		<tr>
    			<td valign="top">
    				<table width="100%" height="75" cellpadding="0" cellspacing="0" border="0">
    					<tr height="75">
    						<td valign="bottom" align="left" width="100%"><img src="assets/images/subtitlebarstretch.gif" height="75" width="100%" border="0"></td>
    						<td valign="bottom" align="left" width="343"><img src="assets/images/staticsubtitle.gif" height="75" width="343" border="0"></td>
    						<td valign="bottom" align="left" width="407"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"   codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=XBOX WIDTH=407 HEIGHT=75><PARAM NAME=movie VALUE="Assets/flash/dark_room.swf"><PARAM NAME=loop VALUE=false><PARAM NAME=menu VALUE=false><PARAM NAME=quality VALUE=HIGH><PARAM NAME=wmode VALUE=transparent><PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="Assets/flash/dark_room.swf" loop=false menu=false quality=HIGH wmode=transparent bgcolor=#FFFFFF  WIDTH=407 HEIGHT=75 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT></td>
    					</tr>
    				</table>
    			</td>
    		</tr>
    		<tr>
    			<td valign="top" HEIGHT="100%">
    				<table cellpadding="0" cellspacing="0" border="0">
    					<tr>
    						<td width="180" valign="top">
    							<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"   codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=XBOX WIDTH=180 HEIGHT=425>
    								<PARAM NAME=movie VALUE="Assets/flash/subnav.swf">
    								<PARAM NAME=loop VALUE=false>
    								<PARAM NAME=menu VALUE=false>
    								<PARAM NAME=quality VALUE=HIGH>
    								<PARAM NAME=wmode VALUE=transparent>
    								<PARAM NAME=bgcolor VALUE=#FFFFFF> 
    								<EMBED src="Assets/flash/subnav.swf" loop=false menu=false quality=HIGH wmode=transparent bgcolor=#FFFFFF  WIDTH=180 HEIGHT=425 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
    							</OBJECT>
    						</td>
    						<td width="100%" valign="top" align="left">
    							<form method="post" action="../assets/other/Extras.asp" target="Darkroom" id=form1 name=form1>
    								<table border="0" cellpadding="0" cellspacing="0">
    	<tr>
    		<td width="40" valign="top"><img src="../assets/images/pixy.gif" width="40" height="1" border="0"></td>
    		<td valign="top" align="left">
    			<table border="0" cellpadding="0" cellspacing="0">
    				<tr height="30">
    					<td><img src="../assets/images/green_dot.gif" width="1" height="30" border="0"></td>
    				</tr>
    				<tr height="30">
    					<td>
    						<table width="331" border="0" cellpadding="0" cellspacing="0">
    							<tr>
    								<td align="left" width="1"><img src="../assets/images/pixy.gif" width="1" height="30" border="0"></td>
    								<td align="left" width="30"><img src="../assets/images/45_slant_g.gif" width="30" height="30" border="0"></td>
    								<td valign="bottom" class="storytitle" width="100%">
    									<table cellpadding="0" cellspacing="0" border="0" width="100%" height="30">
    										<tr height="12"><td><img src="../assets/images/pixy.gif" width="1" height="12" border="0"></td></tr>
    										<tr height="18">
    											<td bgcolor="#7CB021">
    												<b>&nbsp;AUTHENTICATION REQUIRED</b>
    												<img src="../assets/images/pixy.gif" height="18" width="1" border="0" align="absmiddle">
    											</td>
    										</tr>
    									</table>
    								</td>
    							</tr>
    							<tr>
    								<td align="left" width="1" height="100%" bgcolor="#FFFFFF"><img src="../assets/images/pixy.gif" width="1" height="100%" border="0"></td>
    								<td align="left" width="30"><img src="../assets/images/pixy.gif" width="30" height="1" border="0"></td>
    								<td align="left" width="100%">
    									<table border="0" cellpadding="0" cellspacing="0">
    										<tr>
    											<td align="left" bgcolor="#7CB021"><img src="../assets/images/45_slant_gfull.gif" width="30" height="30" border="0"></td>
    											<td bgcolor="#7CB021" width="30"><img src="../assets/images/pixy.gif" width="30" height="1" border="0"></td>
    											<td bgcolor="#7CB021" width="30"><img src="../assets/images/pixy.gif" width="30" height="1" border="0"></td>
    											<td bgcolor="#7CB021" width="100%"><img src="../assets/images/pixy.gif" width="100%" height="1" border="0"></td>
    										</tr>
    										<tr>
    											<td align="left"><img src="../assets/images/pixy.gif" width="30" height="30" border="0"></td>
    											<td bgcolor="#7CB021" width="30"><img src="../assets/images/45_slant_gfull.gif" width="30" height="30" border="0"></td>
    											<td bgcolor="#7CB021" width="30"><img src="../assets/images/pixy.gif" width="30" height="1" border="0"></td>
    											<td bgcolor="#7CB021" width="100%" align="right"><input type="text" name="DarkCode" value maxlength="50" size="20">&nbsp;</td>
    										</tr>
    										<tr>
    											<td align="left"><img src="../assets/images/pixy.gif" width="30" height="30" border="0"></td>
    											<td bgcolor="#FFFFFF" width="30"><img src="../assets/images/pixy.gif" width="30" height="30" border="0"></td>
    											<td bgcolor="#7CB021" width="30"><img src="../assets/images/45_slant_gfull.gif" width="30" height="30" border="0"></td>
    											<td bgcolor="#7CB021" width="100%" align="right"><input type="image" src="../assets/images/submit_button.gif" border="0" id="image1" name="image1">&nbsp;</td>
    										</tr>
    									</table>
    								</td>
    							</tr>
    						</table>
    					</td>
    				</tr>
    			</table>
    		</td>
    	</tr>
    </table>
    							</form>
    						</td>
    						<td width="210" valign="top">
    								<table width="210" cellpadding="0" cellspacing="0" border="0">
    		<tr>
    			<td valign="top" width="210" bgcolor="#7CB021">
    				<table width="210" cellpadding="0" cellspacing="0" border="0">
    
    						<tr>
    
    				<td width="210" valign="top" align="center">
    					<img src="/xbox/assets/content/Darkroom/Top/image10.gif" border="0">
    				</td>
    
    						</tr>
    						<tr height="10">
    							<td width="210"><img src="assets/images/pixy.gif" border="0" width="210" height="10"></td>
    						</tr>
    
    						<tr>
    
    				<td width="210" valign="top" align="center" >
    					<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" width=210 height=100 ID=XBOX>
    						<PARAM NAME=movie VALUE="/xbox/assets/content/Darkroom/Middle/creativity.swf">
    						<PARAM NAME=loop VALUE=true>
    						<PARAM NAME=menu VALUE=false>
    						<PARAM NAME=quality VALUE=HIGH>
    						<PARAM NAME=wmode VALUE=transparent>
    						<PARAM NAME=bgcolor VALUE=#FFFFFF> 
    						<EMBED src="/xbox/assets/content/Darkroom/Middle/creativity.swf" loop=true menu=false quality=HIGH wmode=transparent bgcolor=#FFFFFF width=210 height=100 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
    					</OBJECT>
    				</td>
    
    						</tr>
    						<tr height="10">
    							<td width="210"><img src="assets/images/pixy.gif" border="0" width="210" height="10"></td>
    						</tr>
    
    						<tr>
    
    				<td width="210" valign="top" align="center">
    					<img src="/xbox/assets/content/Darkroom/Bottom/f11.jpg" border="0">
    				</td>
    
    						</tr>
    						<tr height="10">
    							<td width="210"><img src="assets/images/pixy.gif" border="0" width="210" height="10"></td>
    						</tr>
    
    					<tr>
    						<td width="210" valign="top" align="center">
    							
    <form action="/xbox/flash/signup.asp" method="post">
    	<table width="100%" cellpadding="0" cellspacing="0" border="0">
    		<tr height="5">
    			<td colspan="2"><img src="/xbox/assets/images/pixy.gif" border="0" width="0" height="5"></td>
    		</tr>
    		<tr>
    			<td>
    				<table width="100%" cellpadding="0" cellspacing="0" border="0">
    					<tr>
    						<td align="right">
    							<b>SIGN UP FOR Xbox E-NEWS</b><br>
    							<font size="-2">(enter your email here)</font>
    						</td>
    					</tr>
    					<tr>
    						<td align="right">
    							<input type="text" name="email" size="10" maxlength="100" class="textinput">
    						</td>
    					</tr>
    					<tr height="5">
    						<td><img src="/xbox/assets/images/pixy.gif" border="0" width="1" height="5"></td>
    					</tr>
    					<tr>
    						<td align="right">
    							<input type="image" src="/xbox/assets/images/submit.gif" border="0" WIDTH="76" HEIGHT="18">
    						</td>
    					</tr>
    				</table>
    			</td>
    			<td width="10"><img src="/xbox/assets/images/pixy.gif" border="0" width="10" height="1"></td>
    		</tr>
    	</table>
    </form>							
    						</td>
    					</tr>
    				</table>
    			</td>
    		</tr>
    		<tr>
    			<td VALIGN=BOTTOM bgcolor="#FFFFFF" width="210">
    				<table width="210" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    					<tr height="4">
    						<td colspan="2"><img src="../assets/images/pixy.gif" border="0" width="1" height="4"></td>
    					</tr>
    					<tr>
    						<td colspan="2"><img src="../assets/images/copyright.gif" border="0" width="210" height="10"></td>
    					</tr>
    					<tr>
    						<td align="left"><a href="http://www.microsoft.com"><img src="../assets/images/MSLogo.gif" border="0" width="87" height="15"></a></td>
    						<td align="right">
    							<font size="-2"><a href="http://www.microsoft.com/info/privacy.htm">privacy policy</a></font>
    						</td>
    					</tr>
    				</table>
    			</td>
    		</tr>
    	</table>
    
    						</td>
    					</tr>
    				</table>
    			</td>
    		</tr>
    	</table>
    </body>
    </html>
    NXSupport - Your one-stop source for computer help

  12. #12
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Did you mean that class="storytitle"? Sorry, but that's not a VB class. It's a Cascading Style Sheet item class. Basically, it's the same as setting a style of a paragraph in Word. It has nothing to do with VB.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  13. #13

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    I'm pretty sure that it has nothing to do with vb too... I never wrote that it had to do with it, but is there a way to view the class?
    NXSupport - Your one-stop source for computer help

  14. #14
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Open it in your browser, using the URL at the top of the file.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  15. #15

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    I tried that, what happens is I small image (icon I think) comes up at the top left corner of the broswer section of the internet expolorer and exerytime I click an error comes up
    NXSupport - Your one-stop source for computer help

  16. #16
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    This is the contents of the style sheet:
    Code:
    BODY
    {
        COLOR: black;
        FONT-FAMILY: Arial, Verdana;
        FONT-SIZE: 10pt;
        FONT-WEIGHT: normal
    }
    .StoryHDR
    {
        COLOR: #7cb021;
        FONT-FAMILY: Arial, Verdana;
        FONT-SIZE: 10pt;
        FONT-WEIGHT: bold
    }
    TD
    {
        COLOR: black;
        FONT-FAMILY: Arial, Verdana;
        FONT-SIZE: 10pt;
        FONT-WEIGHT: normal
    }
    .NavItem
    {
        COLOR: black;
        FONT-FAMILY: Arial, Verdana;
        FONT-SIZE: 8pt;
        FONT-WEIGHT: normal;
        TEXT-DECORATION: none
    }
    .A_ImageSS
    {
        COLOR: black;
        FONT-FAMILY: Arial, Verdana;
        FONT-SIZE: 8pt;
        FONT-WEIGHT: normal;
        TEXT-DECORATION: none
    }
    .GreenTitle
    {
        COLOR: #7cb021;
        FONT-SIZE: 20pt;
        FONT-WEIGHT: bold
    }
    .StoryTitle
    {
        COLOR: #000000;
        FONT-SIZE: 10pt;
        FONT-WEIGHT: bold
    }
    .StoryBody
    {
        COLOR: #000000;
        FONT-SIZE: 10pt
    }
    .textinput
    {
        WIDTH: 150px
    }
    As you can see, StoryTitle is just a text class.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  17. #17

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    then whats the password for the dark room?
    NXSupport - Your one-stop source for computer help

  18. #18
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    You'd need access to their server for that.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  19. #19

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    but it doesn't refer to there server anywhere its written in the class or somewhere else

    btw way how dod you open the class?
    NXSupport - Your one-stop source for computer help

  20. #20
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    You've got the wrong end of the stick, here. CSS and text classes are nothing to do with programming or passwords. They're purely for display purposes. The password check will be done using either a CGI or ASP program on their server.

    BTW, to open the file, I typed the URL to it (as stated in the HTML file), and my copy of IE automatically opened it in notepad.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

Posting Permissions

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



Click Here to Expand Forum to Full Width