Jump to content

phkninja

Member
  • Posts

    465
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Ireland

Everything posted by phkninja

  1. Not going to do your assignement for you. Google multiprecision math
  2. Did you make sure to set the install as unattended rather than prompted
  3. As crahak has said you have to be specific. You asked for a script, i gave you a PHP script (i didnt assume, you didnt specify a language). Then you ask to create static pages. We dont mind helping out, but firstly you didnt give much information and secondly I dont think you will find someone who will write an entire website for you because you cant build it yourself. Not meaning any offense, but you specified This has to be done in a script unles you manually type every filename into the page. This can be done manually by setting a page for every image, then creating links for your previous and next pages Simplest form of doing this in a page (and will be the template code for each page) is <html> <head></head> <body> <center> <image src=" [insert image name here] " alt="Random picture"><br> <a href=" [previous page name here] "><--Previous</a> <a href=" [next page name here] ">Next--></a> </center> </body> </html> No <title> as you dont want titles on each page (unless you are refreshing the entire screen every time) And before anyone make a comment, he hasnt specified which version of HTML he wants to code in. The above is a not fully HTML 4 compatible, but is valid HTML ( <center> was frowned upon in HTML 4, it is prefered to use styles instead ). Also please also note, I'm and Engineer not a programmer/web developer/computing student etc and I taught myself to code so it might not be the best code in the world, but it works
  4. It doesnt work that way. The script reads the names of the files in the images directory, makes a list, then selects an image to put in the <img> tag. The only way to do it in pure html is to add <img> tags for every image, and you have to do that manually.
  5. Simple solution, use truecrypt. Or in my case i have a 2048 bit personal encryption algo. BTW NSA can access Win XP anyway, they dont need the help of microsoft
  6. No problem, and if you need a hand then I'll happily help. But wont help fix something thats against the forum rules. There are plenty of tools here, and plenty of people who can guide you. Also by creating it yourself you have the control over what goes in or comes out.
  7. Then use the nlite last Session.ini on one of your own cds. Download the addons and integrate them yourself. Then you will have control over what reg tweaks are performed or not. If yu start from scratch then you wont have a problem with reg tweaks
  8. Dont think you will get much help fixing reg tweaks from warez. Try getting support from the person who made the dvd
  9. why do you say that vista works hand in hand with the NSA and not XP?? Also even XP pro can have problems with Dynamic Disks, and its XP that creates them
  10. can you posta link to your hosting provider and ill tell youif the script will run. If you dont use a script like above you have to manually create the page each time you want to change the pic (so for 5 pics you have 5 pages with <img src=""..... in them) and reference them with the <a href="....">NextPage</a> The only real way to do it is to use a perl/php/ruby/python etc script to dynamically create the page
  11. I agree with faf4life. It looks like a it is normal text with a shadow and a bevel layer style
  12. <?php $albumName = "Basic PHP Photo Album"; // Name your album! $images = "images"; // Name of image folder $p = $_GET['p']; if ($handle = opendir($images)) { $i = 1; while (false !== ($file = readdir($handle))) { if ($file != "." && $file != "..") { $img[$i] = $file; if ($p == $img[$i]) { $ci = $i; } $i++; } } closedir($handle); $ti = $i - 1; $pi = $ci - 1; if ($p == "") { $ni = $ci + 2; } else { $ni = $ci + 1; } $prevNext = ""; if ($pi > 0) { $piFile = $img[$pi]; $prevNext .= "<a href=\"" . $_SERVER['PHP_SELF'] . "?p=" . $piFile . "\" title=\"show previous image\">«</a>"; } else { $prevNext .= "«"; } $prevNext .= " | "; if ($ni <= $ti) { $niFile = $img[$ni]; $prevNext .= "<a href=\"" . $_SERVER['PHP_SELF'] . "?p=" . $niFile . "\" title=\"show next image\">»</a>"; } else { $prevNext .= "»"; } if ($p == "") { $p = $img[1]; } } ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title><?php echo $albumName; ?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="imagetoolbar" content="no"> <style type="text/css"> body { font-family: arial, helvetica, sans-serif; margin: 10px; padding: 0px 0px 0px 0px; font-size: 11px; background-color: #ffffff; color: #333333; } td, select, input { font-family: arial, helvetica, sans-serif; font-size: 11px; } p { font-family: arial, helvetica, sans-serif; font-size: 11px; line-height: 16px; } h1 { font-family: georgia, times, times new roman, serif; font-size: 18px; font-weight: bold; margin: 0px 0px 10px 0px; } .hRule { border-top: 1px solid #cdcdcd; margin: 0px 0px 10px 0px; } img { border: 1px solid #333333; } .nextPrevious { font-size: 18px; color: #cdcdcd; padding-bottom: 15px; } a, a:visited { color: #cc0000; text-decoration: none; } a:active, a:hover { color: #cc0000; text-decoration: underline; } </style> </head> <body> <h1><?php echo $albumName; ?></h1> <div class="hRule"></div> <table border="0" cellpadding="0" cellspacing="0" align="center"> <tr align="center"> <td class="nextPrevious"><?php echo $prevNext; ?></td> </tr> <tr align="center"> <td><img src="<?php echo $images; ?> / <?php echo $p; ?>" alt="<?php echo $$albumName; ?>" border="0"></td> </tr> </table> </body> </html>
  13. Ludwig~ You are confused about what DVD Shrink actually does. It takes the DVD data and re-encodes the data. In the re-encoding processw they remove some of the original data from the stream (data not seen or heard buy us). It is similar to the process of converting to DivX or XviD only the information is re-encoded as an MPEG2 file rather than an MPEG4 file. This is called lossy compression (as refered to by Jaclaz) Secondly from what most of us can gather the information on the disk is stored on the cd optimised e.g. All duplicate files are remnoved and one version is referenced by all occurances of it in the data track. Also for your own refernce, you say you have seen 800MB written to a cd. There are in fact 3 types of burnable cd 650MB, 700MB and 800MB. 650MB and 700MB are the ones most people use (700MB are more normal now), 800MB exist but only work in a few CD recorders and require Nero to "Overburn" onto the cd (as the 800MB CD is not a proper standard). Although the cd can take 800MB overburn is needed because most software only works with standard formats (650MB and 700MB)
  14. In theory there should be no problems with using a dual core proc, as they run 32 bit and 64 bit applications. The problem would arise with the OS. Win98 even as SE is probably too old to function on a dual core, as it cannot distinguish what the processor is. The bus speeds are all extremely fast, and might not allow 98 ability to converse correctly with the processor (processor says "Hi, Win 98 i want you to do this" and before the aging giant responds the proc says "hey, im being ignored so I'll just ignore Win")
  15. yep seen that one before, when i used %ProgramFiles% it work ok for me. The only true way to know is to use the 8.3 naming as cluberti suggested (or the runonceex mod he gave)
  16. you could use a registry file with the following code in Windows Registry Editor Version 5.00 ;Install a custom Install Theme [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes] "CustomInstallTheme"="%ResourceDir%\\themes\\[NAME OF THEME].theme"
  17. firstly did you try %ProgramFiles% as this is the environment variable in winxp. go run->cmd type set This will show the environment variable currently defined Secondly what kind of error are you getting? (it might be helpful to know what we are trying to solve)
  18. use styles to define an absolute position for the menu to be located. I also have a feeling that its a javascript menu and not java (as there are problems with embedding java in pages and doing what you require)
  19. Looks ok to me, you do know that the graphics card is dx9 and not 10? I haven't looked at the specs for all the components (so i don't know of any incompatibilities), but it looks like you got what you need there
  20. Its not as much to do with Taxes, as it is to do with greed. MS has one of its main offices in Ireland. Ireland is currently the second most expensive country in Europe, but in the most expensive you get value for money, and according to the international bank in about 2 years time we will be the most expensive because our inflation rates are higher than the rest of the world. The reason for all this is we had a boom in our economy and companies have gotten greedy
  21. You shouldnt have a problem encrypting compressed files (unless they are locked by the OS), but you will have a problem compressing encrypted files (you wont get too much compression unless you use an isecure algorythm)
  22. Randy ~ I didnt have to buy a vcr when they first came out. My dad was given one by a sales rep (he used to repair tv's and radios, and also sell new technology). Anyway some of us need to buy vista, as we make machines for others and they want vista installed (OEM version of Vista is €187 in Ireland)
  23. The otther bit is anyone in Europe gets a reduced version. It doesnt have Media Player integrated due to an EU ruling in 2004. MS was fined for forcing users to have to take Media player bundled with Windows. So in effect we are paying more for less. BTW the internet is great for purchases, but when i asked about shipping prices to Ireland only sites within the EU would allow me to purchase it from them. I ended up buying from Dabs.ie, and got an oem copy of Vista and a USB Flash drive for approx €237 thats with VAT and delivery (VAT at 21% in Ireland) (as the Intel aint released the PCI board with Flash memory to speed up vista. I can use the 4GB flash drive instead. This is a stop gap till hybrid drives come out )
  24. Try buying it in Ireland...its only a mere €537 ($699.233) for the retail version
×
×
  • Create New...