Recent content by Phoenix

  1. P

    Does Verizon monitor illegal downloading????

    I've never heard of Verizon monitoring peoples downloading of any material, let alone their actual usage. For the most part from what I've seen personally, and what some of friends say from their experiences Verizon expects people to use the bandwidth they are paying for. Modelworks...
  2. P

    NAT Error, Azureus and Verizon FIOS??

    Quick suggestion, just kinda stumbled on your post from one of my searches. If you have a wgr614 version 5 as you say, take the router verizon gave you and put it on the side. Hook the netgear directly to the ethernet cable from verizon. Put in your PPOE information in the netgear. All should...
  3. P

    Blockbuster Video "Clean-Slate" promo

    Okay, after reading this entire thread I just have to throw my 2-cents in. 1) Extended Viewing Fees - They are not an abitrary number, it is the same price that you paid to rent the movie per cycle (cycle is defined as whatever the viewing period was for that movie at the time it was rented)...
  4. P

    HOT! Star Wars AOTC DVD 9.99 @ local Walmart for one week only!

    Blockbuster has a new price matching policy for certain titles, if you bring in an AD that doesn't require you to purchase something else to get the special price they will price match it for you, but the AD is required. They are not required to call the competitor to find out if they have it...
  5. P

    SMOKINNN!!! BLOCKBUSTER, $11.50/$10.50 NEW DVD'S!!!!!

    Umm, it will not work without any problems. 1) What DVD's are you getting brand new?? 2) Blockbuster's deal on the Spiderman Rental Pass offer is as follow's: You buy the rental card for $29.99 + tax you get : 1 copy of Spiderman to own whether you choose dvd or video...
  6. P

    Setting up LAN with roadrunner cable service

    okay, Basically for RR in my experience, you do not need her login name or passwords or gateways or mac addresses. In the linksys router let it automatically get her IP from the RR servers. If you need to copy her current settings before doing the router, try network properties and just...
  7. P

    AIM file transfer/Direct connect with Linksys BEFW11S4

    bump, i have a similar problem. I am curious if there is a fix for this. :-D
  8. P

    Setting up LAN with roadrunner cable service

    I'm on RR using a linksys 4 port router. You shouldn't need to clone the mac address. Just unplug your cable modem from the power outlet let it sit for a minute. Make sure the cable modem is now plugged into your WAN port on the router. Now plug the cable modem back into the power outlet, it...
  9. P

    Free Five Day Blockbuster Rental

    <FONT face=Verdana size=1>ironk: Your local store seems to be mis-informed. The coupon they are required to scan, if it works they are supposed to accept it, if the computer refuses it, then they are not supposed to take it. You can thank all the people who are using the same exact coupon...
  10. P

    Awesome deal @ Blockbuster if you thinking about picking up a Ps2/Xbox/GC and want to try all the games.

    I highly doubt they will charge you for the use of it if you return your system, but I do suspect that they may cancel out the freedom pass from the day the system is returned. I'm not sure how it will be handled but if I can I will find out soon.
  11. P

    Awesome deal @ Blockbuster if you thinking about picking up a Ps2/Xbox/GC and want to try all the games.

    Guys the freedom pass (which is the name of the game pass) can only be used at the store it was purchased from. You do not get a coupon card like the previous shrek promotion with a barcode. it is tied directly to your account *ONLY* at the store purchased. Its a great buy if you play at...
  12. P

    c/c++ problem if you know c/c++ please read.

    Hey guys, Thanx for your help again. My Prof. explained today inclass about the problem she felt we should have figured it out, but she explained what happened and why. She said it has to do with the way decimals are used some numbers can't be represented, so that she was expecting us to...
  13. P

    c/c++ problem if you know c/c++ please read.

    Okay guys first I want to say thankyou for your help and advice. I have managed to find the FIRST line of code where the error occurs is as follows: con = ch * 100; or con = (int) (ch * 100); this for some ODD reason produces a multipilcation error say the ch is 0.84 so now .84 * 100 = 84...
  14. P

    c/c++ problem if you know c/c++ please read.

    Thanx for your help, I spoke with a friend like you he said keep it integers. I did that and its STILL off by 1. i'm posting the revised code here but all of it this time, maybe someone can point me to what part is producing the error. the input amounts are bill 3.22 payment is 4.06. All help or...
  15. P

    c/c++ problem if you know c/c++ please read.

    Hi, I'm learning c++ got assigned a project, and have written the program. Now the programs all written, compiles nicely no errors (using turbo c++ while at home, and use borland c++ 5.02 at school). Now I run the program input my data and all the answers (data) it produces is correct except...