Search results

  1. prateek

    Private Numbers | Reasons

    actually my sister is getting calls from many different numbers disturbing her all the tme she had changed the number more than 3 , 4 times but still having the same problem . so i want a private number for her when i complained in police they told they don't have access to the records of...
  2. prateek

    Private Numbers | Reasons

    no bribes guys ,, plz give me solid reasons
  3. prateek

    Private Numbers | Reasons

    I want to activate Caller Line Identification Restriction (CLIR ) service on my Mobile number, I contacted my Mobile Operator and they told to get approval from local police station for this, That means whenever I call someone they will see as Private Number in their screen now I am sure...
  4. prateek

    JDownloader Or IDM [Vote]

    jdownlaod is a SHIT !!!! and takes lots of RAM (it's not like i hate bcoz of RAM) IDm is the best
  5. prateek

    Please Send me this Powerpoint Template

    thanks for bumping the thread
  6. prateek

    Please Send me this Powerpoint Template

    Hello As you can see from the image, these 4 templates were released as free updates to those who are running office 2010 http://i.lulzimg.com/3e99ad869a.jpg but i formatted my PC and re-installed office and found that the template was gone :( i will be very pleased if anyone can upload...
  7. prateek

    imgChili.com - Get paid up to $2.60 per 1000 image views

    egw Unique IP is counted once per 24 hours. if one user realoads the page 100 times then it will show 100 views but it will be counted as 1 in payments .. this is to protect if anyone can assign a software for impressions
  8. prateek

    Officials seize $42 million in MegaUpload assets

    I will downgrade my 8Mbps Unlimited Broadband and will recharge my 2G mobile with 2$ and get 2GB of bandwidth then use internet at 12KBps speed :(
  9. prateek

    Officials seize $42 million in MegaUpload assets

    nooooooooo o ..what is this happening all uploaders will stop uploading and warez content will gradually become less and will have to buy them crap!!! filesonic and others too stopped their affliate system and just like hotfile they are banning all the uers whose files are getting deleted by...
  10. prateek

    Seedbox Giveaway

    88
  11. prateek

    Review: Download123.us

    1/1000
  12. prateek

    Why Do You Visit WJ?

    to waste my time
  13. prateek

    Rat rapes woman and steals her money

    total useless ............
  14. prateek

    SOPA Delayed!

    lets see
  15. prateek

    Turbo C | Help Needed

    My sir also solved the problem the working program is nw #include<stdio.h> #include<conio.h> #include<string.h> main() { clrscr(); char pass[32], ch; printf("Enter Password : "); int j=0; while(1) { ch=getch(); if(ch=='q' || ch=='Q') break; pass[j]=ch...
  16. prateek

    Turbo C | Help Needed

    thxxxxx nice buddy
  17. prateek

    Turbo C | Help Needed

    Hello, Program more simplified by me there is only one last problem why is the @ sign OR ANY OTHER GRABAGE VALUE comming at the end of the password ?? #include<stdio.h> #include<conio.h> #include<string.h> main() { clrscr(); char pass[32], ch; printf("Enter Password : "); int j=0...
  18. prateek

    Turbo C | Help Needed

    I modified the progoram and now the output is somewhat working but still not fully working here is the new code #include<stdio.h> #include<conio.h> #include<string.h> main() { clrscr(); char pass[32], ch; printf("Enter Password : "); int j=0; while(1) { ch=getch(); if(ch=='q' ||...
  19. prateek

    Turbo C | Help Needed

    when the user inputs the values the text is shown in astricks one astrik for one character (this cannot be done using scanf function that is why i am using the purchar function and getch function ) and after storing the password in the array quit entering password when Q or q is typed...
Back
Top