Jump to content
xisto Community

iGuest

Members
  • Content Count

    72,093
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by iGuest

  1. Re: pagefile on another partitionHow To Defrag MFT, Pagefile etc. On Boot?Creating a pagefile on a small partition created just for that purpose is inefficient and will cause far more disk thrashing than is necessary as the heads will have to move to that partition to write to the pagefile then move all the way back to the main area to read the files on the system partition. The rule of thumb is to put the pagefile on the "most used partition of the least used drive." If you have two drives, by all means put the page file on the 2nd drive but putting it on a different partition of your system drive gives no benefit. Only time you would want to move the pagefile to another partition is if you want to defrag the page file from your system drive because it's been set to system managed and you want to make it fixed (usually 1.5x your total RAM). In this situation, I move the page file to the 2nd partition, reboot into safe mode (or use diagnostic startup in msconfig and turn off all startup options) then defrag the system drive and then move and fix the min/max of the page file to the primary partition and a fixed size, then reboot again. Page file then stays where it is and stays contiguous. -reply by Freakstone
  2. multiple web sites, one clickStart Multiple Programs With One ShortcutI am trying to create a shortcut that will open multiple internet sites with one double click. I have successfully created shortcuts for all of my internet sites that I use day to day for my job. I am trying to create a script in word using the " START "" "C:Program FilesInternet Exploreriexplore.Exe" " format and then saving as a *.Bat file. I would like this to shortcut to open all of the links that I have saved on my desktop with just one shortcut or even if I could have a format that would input the url into the command. I don't know, I have looked all over for this type of forum and cannot find one with a good example. Please help! -question by Brian
  3. ClarificationSuperpower India & China -arrival Of Bipolar WorldWell,Buddha was definitely born in India, not that India is greedy to take over the pride about it..You are 100% wrong sanjohn :)About who will be superpower by 2020, lets all wait and see :)Cheers!!
  4. Go backComputer Automatically Turns Off There is an easy way. But first save all of your important files in a usb or a memory card, and go to system restore. If you restored your system from the very beginning (Which is very important) Then it can fix your problem. Because if your computer goes back as the way it is, then you won;t have any more problems with the unexpected shut downs and restarts. It will be like, as good as new!But you have to have an antivirus program to scan all of your important files in the usb. When all is clean, then you are good to go! -reply by Rev. Joshua
  5. virus cant open sitesMsn Messenger VirusYou guysshelp!! okay so I accepted this stupid thingy and watever and I got my msn scanned I found the virus and it got deleted.. But the thing is the moment I got that virus it opened with my google chrome and now not one website would open with google chrome I don't know why.. I even reinstalled it and stuff but it still wont open anything..Sooo do u think its cuz of my settings or watt??? -question by rita
  6. virus cant open sitesMsn Messenger Virusyou guysshelp!! okay so I accepted this stupid thingy and watever and I got my msn scanned I found the virus and it got deleted.. But the thing is the moment I got that virus it opened with my google chrome and now not one website would open with google chrome I don't know why.. I even reinstalled it and stuff but it still wont open anything.. so do u think its cuz of my settings or watt??? =$ -reply by rita
  7. Alternatives to Atomic BombingsHiroshima And The Atomic BombThere was only one peace overture authorized by the "Big Six" running the Japanese Government. That one peace feeler was rebuffed by the USSR. The planned invasion would have likely resulted in much greater loss of life than the A-bombs, for both Allies and Japanese. The Japanese could not win the war, but the ?Big Six? were absolutely committed to a last ?Decisive Battle? (Ketsu-Go). They believed that the war-weary Americans would agree to (unreasonable) demands by the ?Big-Six? that the militarists remain in charge in Japan and that they be allowed to retain some possessions, such as Korea and Formosa and they be allowed to try their own war criminals. Not all senior officers would have chosen the bomb, but none of them thought we should have allowed the militarists to stay in power.So what else to do? By 10-01-1945 the occupation authorities declared that 10 million Japanese were near starvation. No surprise since the Japanese Cabinet knew of the starvation probability in the Spring of 1945. Therefore continuing the very effective Naval Blockade would likely have resulted in many more civilian deaths. Or Truman could have let the Russians invade. The Japanese Cabinet never discussed surrendered to anyone, except with these unreasonable demands to stay in power.Truman Administration knew this because they were reading not only the Japanese secret messages, but also those of thirty foreign nations, some of whom were our allies. In 1995 the rest of these secret Japanese intercepts of military and diplomatic traffic were finally declassified.I suggest viewers here read "Downfall" by Richard B. Frank. The detailed assessment of these important questions is very even-handed. If you are a busy person, at least do yourself a favor and read the reviews at Amazon.-reply by NavyHelo
  8. @ iGuest: You Sir, are a legend. That HKLM setting of yours is the only way to successfully remove the: 'Add-ons currently disabled...' warning in IE8. Kudos to you! -reply by Bryn
  9. import excel file to database in phpImport From Excel File Into Mysql Database<?php $data = array(); function add_person( $first, $middle, $last, $email ) { global $data; $data []= array( 'first' => $first, 'middle' => $middle, 'last' => $last, 'email' => $email ); } if ( $_FILES['file']['tmp_name'] ) { $dom = DOMDocument::load( $_FILES['file']['tmp_name'] ); $rows = $dom->getElementsByTagName( 'Row' ); $first_row = true; foreach ($rows as $row) { if ( !$first_row ) { $first = ""; $middle = ""; $last = ""; $email = ""; $index = 1; $cells = $row->getElementsByTagName( 'Cell' ); foreach( $cells as $cell ) { $ind = $cell->getAttribute( 'Index' ); if ( $ind != null ) $index = $ind; if ( $index == 1 ) $first = $cell->nodeValue; if ( $index == 2 ) $middle = $cell->nodeValue; if ( $index == 3 ) $last = $cell->nodeValue; if ( $index == 4 ) $email = $cell->nodeValue; $index += 1; } add_person( $first, $middle, $last, $email ); } $first_row = false; } } $username = "root"; $password = ''; $hostname = "localhost"; $con = mysql_connect($hostname,$username,$password) or die("Unable to connect to MySQL"); mysql_select_db("sample",$con); mysql_error(); foreach($data as $row) { mysql_query("insert into names values('','$row[first]','$row[middle]','$row[last]','$row')"); } ?> <html> <head> </head> <body> <form action='import.Php' method='post' name='names' enctype='multipart/form-data'> <table> <tr> <td>Upload file :</td> <td><input type='file' name='file'></td> </tr> <tr> <td></td> <td><input type='submit' value='upload'></td> </tr> </table> </form> </body></html> -reply by kuppa pavan
  10. Dude just remove your sitte name from action of login form. -reply by Mohit
  11. programmingC Programming: ArraysYou are required toWrite a program that takes character values in two different arrays as inputFrom user. After getting input, make a third array and merge both these arrayIn third array. Output array must be sorted in ascending order. Detailed Description: 1. Declare three character type arrays. 2. Use two arrays to take input from user. o Take input as char type. o Take 10 values in each array. 3. Merge both these input arrays. o If an input character is in both arrays, thenIt should appear once in resulted array. 4. Store result in third array. 5. Sort resulted array in ascending order. o Ascending order means string values startingFrom ?a? will come first, and then starting from ?b? and so on. 6. Display them after sorting Sample Output Enter values inFirst array: a h b c u v I j k e Enter values inSecond array: y u d f g k I w q a Merged array: a y h u b d c f g v k I j w q e Sorted Array inAscending order: a b c d e f g h I j k qU v w y solve it -reply by amir
  12. u also forgotList Of Free Mmorpg.. I cannot belive that every single person forggot ddo. Duengons and dragons online: eberron unlimited is free, search it up Please! -reply by nobody
  13. OK I have attached an image of the structure of the HTML. I need help on figuring out a good method to be able to:1. Move div sections up or down the order. 2. Change div sections child attributes depending on their position in the order3. Update order to database with Ajax (State of order has to be save to MySQL).ThereIs only one function 'moveItem(direction, id, this)' that is used toMove items (div_method_container_n*) around. TheseDiv_method_container_b* sit inside a parent divDiv_method_container_all so it makes grouping them a lot easier. IAm using images for the buttons and have use anOnclick="moveItem(direction, id, this)" attribute assigned to them. TheCurrent state I have it up to so far is I am able to move items aroundBut I can only get access to the current div that I am working on so ICan only change the attributes there. I.E modify the moveItem() onlyFor the div with the button being clicked on. I cannot figureOut a way to transverse to the next div and modify its moveItem()According so its up to date and will function correctly when clickedOn. I am after suggests on ways to do this or even a complete rework onThe solution so I can get a better functioning application.
  14. reset to factory settings, will not show on external screen.How To Manually Turn Off Laptop ScreenHello,I broke my Windows Vista laptop screen and changed it to the external view a while back, when I could actually see half of the screen. Now I cannot see anything, it is completely black. Then my computer stopped reading disks so I reset it back to factory settings thinking that this would solve the problem but forgetting about the external screen settings. I have not set up the password or anything because I cannot see anything so it is impossible to log in blindly. The other monitor is still hooked up but looks like it is asleep, I tried all of the Fn+F4 and pressing Fn and the buttons with the screen looking things on it but all it does is shut off or do nothing. I have also tried closing it and seeing if the mouse worked but it doesn't! I don't know what to do, HELP!(:Thankss!-reply by Charleigh
  15. Trojan horse VirusHow To Remove Download Trojan VirusHello, Does anyone know how to remove this infection: Trojan horse Generic 15.AVLE I have AVG Anti-virus which detected the virus on open. Thanks. -reply by Adan
  16. help me figure out what this dream means,pleaseee.What Does This Dream Mean?I had this nightmare you could say a long time ago when I was little and I still remember it. I was at this house that was supposedly mine and it was a little different. I went outside and got on to this truck full of grown-ups, including my dad. Well I tried getting on but I fell when the truck went a forward. My dad and my aunt and mom came to pick me up and we went in the house. I was in the kitchen and it was a very tight space. I looked up and the cabinets, which were a row of 2 before, are now about 5. They started moving and shaking, opening and closing.And these faces started coming up and they were dead people and ghosts. I pointed at it and screamed but nothing came out. Then this particular face came out and with hands grabbed me and I guess my whole family also. The place it took us to was horrifying. It was like a death chamber.People were being tortured and killed with these weird machines [[like the "saw" movies, but this was YEARS before I even heard about saw]]. Well later on my family started being tortured one, by one, by one. They were separated in stations and this lady was showing me them. I wanted to help but couldn't. And after she showed me the last person, my sister, she told me I was next. I screamed and told myself to wake up. Because I knew I was having a dream and I tried so hard to wake up. The only way I woke up was by looking at something peached color, the same color of my pillow. Please, tell me what this dream is about. Its been so long and I just want to know what it all means. [[and no I didn't see a scary movie the night before]] thank u.-question by n01special
  17. Error in reading my external HD (driver Needed)Help For My Seagate Sata Hard Drive!Hi; I have this little probs of mine,,,my external HD is having error when I plug it in the usb port..Error said I need to install a driver..It doesnt show in 'My Computer " either..Any help from you guys? thanks -reply by Iceman
  18. dynamicbindings i a fake siteIs Freededicatedservers.com A Scam?Hi guys,Don't work for this site because they are fake. They gave me loads ofWork and I was working like fool all days and nights. Finally theyAbsconded without paying. Especially there is a guy named Ajay Kumar heSeem to be very smart, he uses all his tricks and make you to work forHim like a bull and when it comes to payment he fly away just likeThat. So, guys be aware and stay away from this guy. -reply by chweety
  19. My Prediction....The Mayan Predictionshey, if the mayans can do it why cant I? So I predict that we will all still be alive on 11/22/12, some of us will have great regrets about what we did the night before, and some of us will lose our house for that huge loan we took out to have that fun...Just a warning. You heard it first, right here..!! -reply by 11/22/12
  20. Not aloneReservation Rewards - A Scam!I'm glad to know I'm not alone in this scam. I just got an email offering me a refund on membership fees for an organization I've never heard of. Now I'm suspicious, check my card account and find at least six months of Reservation Rewards/Loyalty.Com. Google Loyalty.Com and find out there was a class action suit settled out of court against these two and Fandango. While I know they are squirming and offering to give you your money back I urge you all to go to IC3, the FBI's internet scam section, and file a complaint. They have basically stolen your money, invested it, and reaped the profits. The better business bureau would be useless in this case. They need criminal prosecution, Rico etc. Good luck. Richard -reply by Richard
  21. Enjoying the private serversMaplestoryI can see a lot of people are enjoying the Maplestory Private Servers, especially the ones with HIGH experience rate and the ones with NX(cash) usable. Meaning, you don't have to use your REAL money to buy the CASH in MapleStory. If the OLD Maplestory still continue their OLD way, I don't think they will survive for long, as you can see many people are having fun in Maplestory Private Servers while feeling bored in Nexon Maplestory. -reply by Cakiro
  22. having two graphics cards (not sli)About Using Two Graphics Cardshi, I bought a graphics card for my computer about half a year ago and I'm thinking of getting a new computer now, it has quite a good card with it, better that the one ive got I think, but its not compatible with some of the games I have. However, the card I have I have is compatible with them. Is it ok for me to have more than one graphics card installed onto my computer and use one card for some games and the other card for other games. I know you will probably recomend getting a new card but, if I get a new computer I wont be able to afford a new card, but, anyway...Can I have more than one graphics card installed onto a computer at once? thanks for any help!! -question by Ryan
  23. You can never forget the past history is written for a reason, If we know what happened yesterday, we can intelligently discuss today, because today is built on yesterday,and tomorrow is built on today if we know what went down yesterday, then we are unlikely to make the same mistake today, but hey lets be ignorant and let God judge us and lets not take any responsibility for ourselves, I'm even if this is a hoax, at least this person is bringing out issues<facts that can lead to a better tomorrow, well at least that is what I hope... -reply by Sami B
  24. Resotring .sql.gz filesHow To Restore A Sql.gz FileThe easiest way is to restore directly from the MySQL statement using the gzip program (especially if you're working with a 1GB .Gz file which is HUGE): gunzip -c /path/backup.Sql.Gz | mysql -h[database host - usually localhost] -u[username] -p[password] [database-name] -reply by Demonz Media
  25. living without waterHow Long Can A Man Live Without Water?My grandma has been dying of cancer and is now on day 13 without any significant amounts of water. 2 weeks ago she quit drinking from a cup and we started giving her 1 mL droppers of water... Probably 10 mL a day for 2 days before she lost swallowing capability. So, today makes day 11 with no water other than wet rags on her lips to keep them from cracking. She was a larger woman, but it is unbelievable that she has lasted this long. A friend said his wife lived 15 days with no water.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.