Jump to content

karwan313

Member
  • Posts

    8
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

karwan313's Achievements

  1. HI
    SPEAK SPANISH
    BUT I WANT ADVICE
    I HAVE A ZOTAC P106-90 3GB 
    AND I DON'T KNOW HOW TO MAKE
    IT WORK I HAVE SEEN TUTORIALS BUT NOTHING ..
    

    MY WHATSAPP    +51925416760

    I HAVE AN R7 250 FOR VIDEO OUTPUT
    AND I WANT THE P106-90 TO RENDER THE GAMES

    TRY AN ATHLON 200GE
    BUT NOTHING KEEPS GOING OUT CODE 43

    I THINK IT MAY BE SOMETHING FROM BIOS

    SAME BUS CONTROLLER SM
    AND THE PCI MEMORY CONTROLLER
    They come out without recognizing me

    image.thumb.png.bf2b81935a246f993b9d6deba5abb64a.png

     

     

  2. thanx soo much man that worked perfectly
  3. hey guys im kinda new in java script programming im trying to make a special calculator every thing works fine bit the total dosent work as it shuld be lets say my input price is 100$ and weight is 1kg quantity is 1 simply the math is ( quantity * (price + (weight * 7) )) it shuld output 107$ but it outputs 1007 so any help ? here's the code <!DOCTYPE html> <html> <body> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script> <div data-ng-app="" data-ng-init="Weight=0; quantity=0; price=0"> <input id="price" ng-model="price" type="text"> <br><br> <input id="Weight" type="text"> <br><br> <input id="quantity" type="text"> <br> comition <p id="comm"> </p> shipping <p id="ship"> </p> total <p id="tot"> </p> <br><br> <script type="text/javascript"> function myFunction() { var price = document.getElementById("price").value; var ship = document.getElementById("Weight").value; var qty = document.getElementById("quantity").value; var tot; if (price <= 100) { comm = 3; } else { comm = (0.035* price ) ; } $ship = (7 * ship); $tot = ( qty * (ship + comm + price)); document.getElementById("comm").innerHTML = comm; document.getElementById("ship").innerHTML = $ship; document.getElementById("tot").innerHTML = $tot; } </script> <button class="btn cyan waves-effect waves-light" onclick="myFunction()">Calculate</button> </body> </html>
  4. hey guys i have a zotac p106-90 gpu and im working on modding it add connector to it so it will work as a gtx 1060 i have tried to flash a gtx 1060 bios on it with ch341 programmer but it dosent work windows will still detect it as p106, so i believe that there must be some difference in the pcb so if any one of you guys have a zotac gtx 1060 3gb it would be great if you can send me some detailed photos of the back specially near bios chip
  5. hey guys im about to get a xeon x5675 cpu but i have some problems with the motherboardn and the ram dose all x58 motherboards support this cpu or i have to get a psific one, i found some hp z400 for really cheap but not sure if it work or not. and dont know if i should get ecc ram or just normal ddr3 ones
  6. hey guys im about to get a xeon x5675 cpu but i have some problems with the motherboardn and the ram dose all x58 motherboards support this cpu or i have to get a psific one, i found some hp z400 for really cheap but not sure if it work or not. and dont know if i should get ecc ram or just normal ddr3 ones
  7. yes while plugged in, with the original charger
  8. hi guys so i have a dell e6540 laptop that suddenly stopped working no display no fan spin when i hit power buttom, power led turns on for 8 seconds then off after that battery led turns on for 1 second and off i searched everywhere changed the ram took out coin battery, and sadly there are not any good experts where i live if anyone know anything any idea that may help, it would be great here is a video of it : https://youtu.be/4_dqz8ihVD0 and i know here is not the best place to ask for this kind of questions but i hit the wall
×