Jump to content

phillyman2004

Member
  • Posts

    88
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About phillyman2004

  • Birthday 07/31/1979

phillyman2004's Achievements

0

Reputation

  1. How would I go about using the .htaccess file to remove the words "home.html" from my websites front page. I am using the same forum software as MSFN, and having it generate a homepage, but in order to generate the page....it must have a name. I could shorten it to www.mywebsite.com/home.......but I would worry about any other page that has the word home in it, getting rewritten. Basically I have.... www.mysite.com/home.html and I want www.mysite.com Any help is appriciated
  2. I have somewhere around 200 workstations that I am in charge of keeping in working order. I am looking to get a list of OS build dates so that I can start reimaging the oldest ones first. We use Spiceworks and unfortunately its returning bogus build dates from whatever source it uses. So is there a way to script a batch file that would work off a list of computer names, find the "Windows" or "WinNT" folder and return back the "Date Created" for that folder and append the results to a text file?
  3. Ok we have Outlook 2003 installed as part of the Office suite. We have created a signature, and on New Emails the signature shows up just fine... But on replies....we have it set to use the same signature and it shows up as..... Anyone have an idea as to why this is happening?
  4. I have a personal FTP server that I have set up, I have total control over what each user can do on this FTP. I also have a FTP through my website but it doesnt give me as much control. Here is what I am trying to do..... A user uploads a file (usually around 75mb-200mb) to my personal FTP site, I want to have that FTP open only durring certain hours of the day.....This is all set up and running perfectly. I then want any files that have been uploaded for that day (in a certain folder) to be uploaded to my websites FTP. Does anyone know of a script or program that I can use to automatically upload files from a certain folder to a FTP site nightly?
  5. I have a Windows 2003 Server machine that had Bullet Proof FTP Server running on it. It ran fine using port 27015 for the FTP and ports 50000-50100 for the passive connection. Unfortunatley I needed some functions that Bullet Proof did not provide, So I have moved to G6FTP Server, I cannot seem to connect up to my FTP now. At first I thought it was because I was using non standard ports for my FTP server. So I reverted them back to the defaults of port 21 and 1024-1025. I also reconfigured the port forwarding on my Linksys WRT64G Router. I can connect up to my FTP server using another machine on my network, But If I try to connect to the FTP server from my connection at work, I get the following.... Status: Connecting to ****.kicks-***.net ... Status: Connected with ****.kicks-***.net. Waiting for welcome message... Response: 220 Gene6 FTP Server v3.9.0 (Build 2) ready... Command: USER upload Response: 331 Password required for upload. Command: PASS ****** Response: 230 User upload logged in. Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Extensions supported: Response: AUTH TLS Response: CCC Response: CLNT Response: CPSV Response: EPRT Response: EPSV Response: MDTM Response: MFCT Response: MFMT Response: MLST type*;size*;create;modify*; Response: MODE Z Response: PASV Response: PBSZ Response: PROT Response: REST STREAM Response: SIZE Response: SSCN Response: TVFS Response: UTF8 Response: XCRC "filename" SP EP Response: XMD5 "filename" SP EP Response: XSHA1 "filename" SP EP Response: 211 End. Command: CLNT FileZilla Response: 200 Noted. Command: OPTS UTF8 ON Response: 200 UTF8 OPTS ON Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory. Command: MODE Z Response: 200 Mode Z ok. Command: OPTS MODE Z LEVEL 8 Response: 200 MODE OPTS 8 Command: TYPE A Response: 200 Type set to A. Command: PASV Error: Disconnected from server Error: Could not retrieve directory listing Error: Timeout detected!
  6. I compared the Registry key to another machine , and it was different REG_SZ and on the working machine it was REG_EXPAND_SZ So i exported just that part of the key , i think it was in Hex......anyways after i imported it on the other machine. Everything worked fine. After i explained it someone told me that Expand is used when a key uses a System variable. I could have achieved the same results by just using the hard address. All Good Now !
  7. Got a machine that whenever something is inserted such as a PS2 mouse or USB flash drive, Windows pops up the Install New Hardware , But wont install the default drivers. I already dropped into "Local Machine >> Software >> Microsoft >> Windows >> Current Version". I took out everything and just placed %SystemRoot%\Inf. The type is Reg_SZ , i dont know if that matters. But i am running out of ideas to get this machine to recognize new devices. Any Help is appriciated
  8. Thanks for that , Any Clue why now after i am using a variable the copy function keeps telling me that Access Is Denied? FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\start.bat SET Tdrive=%%i: copy /y "C:\updates\defs\*.*" "%tdrive%\Help\Spyware\Ad-Aware" copy /y "C:\updates\defs\*.*" "%tdrive%\Help\Spyware\Laser\Ad-Aware" copy /y "C:\updates\fpdef\*.*" "%tdrive%\Help\Virus\Command Line Scanners\F-Prot\F-Prot CLS\" copy /y "C:\updates\macrdef2\*.*" "%tdrive%\Help\Virus\Command Line Scanners\F-Prot\F-Prot CLS\" copy /y "C:\updates\fpdef\*.*" "%tdrive%\Help\Virus\Command Line Scanners\F-Prot\F-Prot for DOS\" copy /y "C:\updates\macrdef2\*.*" "%tdrive%\Help\Virus\Command Line Scanners\F-Prot\F-Prot for DOS\" del "%tdrive%\Help\Virus\Command Line Scanners\Trend Micro\Sysclean\*.*" copy /y "C:\updates\lptdef\*.*" "%tdrive%\Help\Virus\Command Line Scanners\Trend Micro\Sysclean\" copy sysclean.com "%tdrive%\Help\Virus\Command Line Scanners\Trend Micro\Sysclean\" del "%tdrive%\Help\Virus\Command Line Scanners\Trend Micro\VSCANTM\tmaptn.* del "%tdrive%\Help\Virus\Command Line Scanners\Trend Micro\VSCANTM\lpt$vpn.* copy /y "C:\updates\lptdef\*.*" "%tdrive%\Help\Virus\Command Line Scanners\Trend Micro\VSCANTM\" copy /y "C:\updates\tmadef\*.*" "%tdrive%\Help\Virus\Command Line Scanners\Trend Micro\VSCANTM\" copy "C:\updates\tsc\*.*" "%tdrive%\Help\Virus\Command Line Scanners\Trend Micro\DCE.DCT" copy /y "C:\updates\mcafee" "%tdrive%\Help\Virus\Command Line Scanners\McAfee\" del "%tdrive%\Help\Virus\Product Updates\Symantec\2006****-***-i32.exe" copy /y 2006****-***-i32.exe "%tdrive%\Help\Virus\Product Updates\Symantec\" del "%tdrive%\Help\Virus\Product Updates\McAfee\sdat****.exe" copy sdat****.exe "%tdrive%\Help\Virus\Product Updates\McAfee\sdat****.exe" del "%tdrive%\Help\Spyware\Spy Sweeper\masters.mst" copy masters.mst "%tdrive%\Help\Spyware\Spy Sweeper\"
  9. I have a batch file that updates my flash drive , Problem is that on different computers my Flash drive shows up as different Drive letters So i have 50 lines of code that has to be hard coded , is there a way i can do something like this IF EXIST D:\start.dat ( %variable% = D: ) IF EXIST E:\start.dat ( %variable%= E: ) copy C:\updates "%variable%\path\to\updates\" I just hate to have to write the code over and over 7-9 times to cover the possibilities of my flash drive volume letter and then use a gigantic IF statement
  10. First thing i did after installing windows .....was install the mobo drivers and do a bios update
  11. Intel Bundle Purchase of a Pentium D 820 .....2.8 dual core I just replaced my ThermalTake Blue Orb II with Artic Silver 5 http://www.newegg.com/Product/Product.asp?...N82E16835106069 with a Artic Cooling Freezer 7 Pro with Preapplied Thermal Paste http://www.newegg.com/Product/Product.asp?...N82E16835186134 And i am still getting about the same freaking temperature Are these temperatures going to be bad for this Pentium Processor??? Keep in mind my Processor Fan seems to lower its speed down and only speeds up to keep the temperatures down .......as you can see in the Fan RPM section I have 1 intake fan on the front .......and an outtake 120 on the back and a outtake 80 on the side ......Gonna try some Coolermaster NanoFusion Thermal compound instead of the Paste that was already applied to the heatsink when i bought it The Idle is sitting in windows doing nothing ........The Load is running DVD Shrink and McAfee Virus Scan at the same time ......only a couple degree difference between them ......i just wish i could lower the temps to the 40C range This is with CPU Fan control turned off (IDLE)........What do you guys suggest?
  12. Nevermind......I contacted the guy that designed AntRenamer......the program that was suggested and all i needed to do is click on the sort button so that the last file was at the top ........and rename Problem solved!
  13. If you want to count backward from 66 then start the counter at 66 and change this This is a redit code the counter start at 100 and goes backward, see attach image for the name changes. So in my example right now there are 66 image files .......the last image should be renamed from Nintendo Power Issue 180 - 0066.jpg to Nintendo Power Issue 180 - 0002.jpg Nintendo Power Issue 180 - 0065.jpg to Nintendo Power Issue 180 - 0004.jpg Nintendo Power Issue 180 - 0064.jpg to Nintendo Power Issue 180 - 0006.jpg Etc.... See .....the images that were scanned ....numerically go in order .....but i need them renamed backwards skipping every other number Regular renamer programs work fine on the first half of the book .....because all i am doing there is renaming the files and skipping each number Flipping the book over to scan the Even pages ....results in the magazine being last page up .....which is where my situation comes into play So basically the program i guess would need to ask for the prefix of what i wanted the file to be named Nintendo Power Issue 180 - Then It would need to know how many image files total? 66 It would then know the first Image file that it found would be renamed to Nintendo Power Issue 180 - 0132.jpg Then it would move to the next file .....and rename it Nintendo Power Issue 180 - 0130.jpg and so on .....Like i said the Odd pages are no problem because they go in order .....and i can use a standard renamer program with enumeration = 2 and starting at 0001 I really do appriciate this help you guys are giving me Rob
  14. Doesnt look like that works .....maybe its something that can be fixed ......in this example Image 0004 should have been renamed to Image 0126.......there are 66 image files .....and counting backwards every other number would be equal to that And if your wondering what i am doing ......I have over 500 videogame magazines .....i am scanning them into electronic format .....rather then deal with the magazines being space hoggers
  15. I was hoping the program would import in alphabetical order ....... book 001.jpg book 002.jpg . . . Would turn into book 116.jpg book 114.jpg . . . I may be the only person in the world that needs this code It just sucks that the scanner software doesnt anticipate you needing to scan such things .......
×
×
  • Create New...