Jump to content

Windowsknowitall

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Location
    State of New York
  • WWW
    http://crs101.t35.com
  • Interests
    Computer Repair<br />Software Installation<br />Web Application Developement<br />HTML Developement<br />Javascript Coding<br /><br />WWE<br />Microsoft<br />Apple<br />ubuntu (Linux)<br /><br />Soon to be: AutoIt Scripting.

Windowsknowitall's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. This contest was canceled officially by the CRS Board of Directors on Sep 11 2007, 09:43 PM Because of the following reasons: - This contest was NOT started by the chairman of the board of directors. Due to a security flaw with some of the CRS Data Centers account information was leaked. This was a SCAM an should be ignored. - This contest was NOT authorized by the administrator of this site - This contest was NOT authorized by the Board of Directors of CRS Corporation - This contest was NOT authorized by the Department of Public Relations Should CRS Corporation ever start a contest on ANY forum, there will be a 25 digit authorization key on the official rules post and a link to the CRS Corporation website. The ONLY forum where this does not apply is the MSDN Developer Forums. CRS Corporation would like to apologize to the following person(s): - Jon, the administrator of this website - The public, the users of this website - Any other users who were scammed in this incident. CRS Corporation will not tolerate identity theft or impersonation. As a result of this incident CRS has removed it's data servers from the internet. CRS Corporation is and will be a freeware corporation, unless otherwise specified. CRS would like to again, apologize to anyone who was scammed in this incident, and thank you for your time. Authorization Key: !RY38-JSU2M-52458-WH54A-M2G15
  2. THIS CONTEST HAS BEEN CANCELED by order of the board of directors of CRS
  3. I've got Several Solutions for you. 1.) Use a different media source for your WindowsPE source (i.e: copy all the files on your WinPE CD to a different type of media storage that is capable of booting.) 2.) Use a USB Flash Disk to store the temporary files (then unplug it after your application has loaded, the Application files will remain in memory until you exit the application) 3.) Use the hard disk drive already installed in the PC to store the files. 4.) Complie your script to an EXE file. Then download PE Explorer (30 day demo) and modify your application. If you would like me to do this for you then PM me. (I Have the full version of PE Explorer and will willingly help you with your application. I STRONGLY RECCOMMEND THIS METHOD) 5.) Reconfigure the script to use the image from the internet. Then upload the image in question to a website (i reccommend using t35 @ http://t35.com), When your application is launched it SHOULD load. (I do not reccommend this method.)
  4. I'm trying create this script correctly, but it wasn't working and I lost most of the original data but here I go. My friend and I have a website where users visit every day. While we cannot afford the domain name and the webserver, we have reverted back to free web hosting. Since using PHP scripting does not work with our current provider, and we have too many files to move, I wanted to create a script where the user could enter the information that they needed, and when they click on the post button it would re-rite the original website forum page. Is that possible with AutoIt? Anyway, Here's the code. #include Opt("GUIOnEventMode", 1) #Region ### START Koda GUI section ### Form= $CRS_WebApp = GUICreate("CRS Data Input Console", 402, 468, 193, 125) $Warning_Bold = GUICtrlCreateLabel("Warning:", 0, 0, 55, 17) GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif") $Warning1 = GUICtrlCreateLabel("This application is used exclusively, By Computer Resource Service, ", 56, 0, 328, 17) $Warning2 = GUICtrlCreateLabel("to post data to our website. This application does not have the capability to access", 0, 16, 394, 17) $Warning3 = GUICtrlCreateLabel("any other part of the Internet. If you feel that this application is accessing other parts", 0, 32, 398, 17) $Warning4 = GUICtrlCreateLabel("of the Internet, then discontinue use of this program and contact the Support Center.", 0, 48, 401, 17) $Username_Input = GUICtrlCreateInput("Type your name here.", 64, 88, 121, 21) $Username = GUICtrlCreateLabel("Your Name:", 0, 96, 60, 17) $Message_Topic = GUICtrlCreateLabel("Message Topic:", 0, 136, 80, 17) $Message_Topic_Input = GUICtrlCreateInput("Type the message topic here.", 86, 126, 153, 21) $Reply_Checkbox = GUICtrlCreateCheckbox("I'm replying to a message.", 256, 128, 145, 17) $Message = GUICtrlCreateLabel("Message:", 0, 168, 50, 17) $Edit1 = GUICtrlCreateEdit("", 56, 168, 329, 209) GUICtrlSetData(-1, StringFormat("Please type your message here.\r\nRemember that after you click Post Message\r\nthe message has already been posted. So \r\nplease proof-read all messages before posting\r\nthem to the CRS Website.")) $Post_Message_Button = GUICtrlCreateButton("Post Message", 304, 384, 83, 25, 0) $Cancel_Button = GUICtrlCreateButton("Cancel", 224, 384, 75, 25, 0) $Post_Status = GUICtrlCreateGroup("Upload Status", 8, 416, 377, 41) $Label1 = GUICtrlCreateLabel("Last Message successfully uploaded at: ", 16, 432, 195, 17) GUICtrlCreateGroup("", -99, -99, 1, 1) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 Sleep(100) WEnd Or download the source code CRSPoster.au3
  5. try this: Start > Run > Helpctr.exe C:\WINDOWS\pchealth\helpctr\Vendors\CN=Microsoft Corporation,L=Redmond,S=Washington,C=US\Remote Assistance\Escalation\Email\rcscreen8.htm it worked for me.
  6. Don't Bother You cant Emulate any state of hibernation. If you're referring to a Video Game ROM image it does not hibernate. The save state created from a ROM Image is only a bookmark that can be modified with the right tools. Windows hiberantes by writing the RAM contents to the hard drive. When you restart the PC the Hardware Abstraction Layer file begins to reverse the hibernation process. I'd assume that you could also re-reverse the hibernation process and modify it from the HAL.dll file. I Warn you. Messing around with the HAL.dll file could corrupt your Windows Installation. HAL.dll is only available in Windows 2000, XP, and Vista
×
×
  • Create New...