klusk
Members-
Content Count
112 -
Joined
-
Last visited
Everything posted by klusk
-
Web Hosting Services with fantastico
klusk replied to tqs_racing's topic in Websites and Web Designing
The best free thing for you is....make your own web server....you can get much more space than that if you want....the only problem will be the connection speed...if you have a good connection speed...go for it. -
here....i think i know the problem...but i cant find the solution....I use windows XP SP 2 ...Asus motherboard..I use integrated Ethernet port (NVIDIA nforce controller) to connect to the hostel LAN and used the same connection to get internet (using proxy). I played counter-strike without any problem...Everything worked fine until i took a direct ADSL internet connection...So i installed a separate ethernet card (INTEX rtl8139D) which i use to connect to the internet...So now i have two LAN ports ...one for internet and one for LAN...The problem is...i cant connect to any counter-strike servers created on LAN...Disabling the internet connection allows me to connect to the cs servers...I think the reason why this is happening is :CS is trying to use my internet port to connect to the LAN server....so it is failing...so how do i specify which port is for internet and which is for LAN...or i guess the applications themselves decide which one to use...and CS isn't able to do so correctly..... I use XP...if there is a setting in CS (i searched but i didn't find any) that needs to be changed ...then please let me know...My internet works...i can play FIFA on LAN ...but only CS has got some problem with it....
-
I am a terminator series fan....after watching d third one,i was just hoping the fourth one comes.....n its there...gr8but im just wondering what will be the story this time..as the judgment day had come and the whole movie will show a war of future(nuclear war)...i m just hoping to see arnold starring...n the movie should not be a let down...
-
I like a few of green day's songs....but they r all old....their "time of your life" was really gr8....simple n just gr8... they haven't come up with anything good these days ...the same goes with metallica n all d others bands that have been named........
-
Goal The Movie! This time the dream is real
klusk replied to OneMinute's topic in General Discussion
yeah!!!........Goal is one of the best sports movies of all time...i liked it very much...more because i am a soccer fan n i like playing it too...the story is really inspiring.....Talking about Goal 2...the living dream...it was good..but not as good as the first one...the story lacked sumthing..although the matches seemed real n they have showed all the real time soccer heroes...but still i feel it was more of a celeb show...i expected a much better story. but they hav come up with ....so many parties ...not-so-convincing family story...so much Spanish used ..n less soccer....but overall a good movie.worth watching....... -
thanx ....got what i wanted....i'll be able to run my file now...it'll also let me schedule programs better than the windows scheduler....
-
I checked it out but its not the thing for me....I want it to execute my file atleast every hour i want it as often as it can be..of course not continuously..... but every fifteen min or so...help me..
-
I wish to execute a command at regular intervals .....precisely every half an hour....Is there any Dos command which can do itI havent found any so far...and i've heard there are no timer commands in DOS.So how should i go about it...i want the batch file to be executed at regular intervals....any external process or application that will invoke it?????
-
fine.....here we all agree that windows crashes frequently ..i mean windows Xp...Does vista have the same problem...i haven't heard any such case from my friends as yet..but i just think Microsoft must have done something to avoid such system crashes...and it should reflect in VISTA atleast....
-
thanx...winmain will do the work i wanted, just a part of C project at school..thought of adding something new... i'll have to learn using winmain now..... just thinking of trying windows.h and x- window headers but they are not present in my include directory... i havent started using winmain...so if there is some connection between the two ....forgive me for asking this...but i just thought they are different
-
how can we use mouse input in C programs...i think that works only in graphics mode...i tried a few functions that are available but they are not working...either i dont know how to use them properly or they dont work under my compiler...i use borlandv3.do i have to download some file from internet which will make it work or i need to use a different compiler.....and also i wish to know what all things i can do with it once it starts working,i mean checkbox or optionbox or making mouse focus specific areas.................I know these things can be done better with other languages like VB ..but i need to work in C.
-
I Am Very Much Addicted To Internet addiction to anything is a bad thing
klusk replied to vikram's topic in Health & Fitness
I am a bit addicted to my PC....i admit it is one of the greatest inventions of all time...as long as i am in my room,i spent time on my PC gaming, movies,surfing etc....as i am in a hostel, there is nothing that would stop me from doing so...the only thing which keeps me away from my PC is ...soccer. i like playing soccer a lot. Its the only thing that can stop me in the middle of a PC game or a movie..so those guys who wish to get away from their PC addiction,should try some outdoor activities....they keep ur mind fresh and healthy... -
What Could You Do With An Ip Address?
klusk replied to rayzoredge's topic in Security issues & Exploits
as far as i know....they check for open ports on a specific IP....which can be easily found outnext they just need to know which service is running at that port....after that its their job ....well i m unfamiliar with this part ...they use security loopholes to enter ur system....but its not that easy ...i wonder how guys do it. -
i know the problem with your program ...and the solution is simple...... USE FLUSH BEFORE THE SCANF FUNCTION..... Flush functions are used to clear the buffer memory... we use flush(stdin) before the getch() command and scanf command so as to clear the memory space... this is needed because in your program scanf() is taking 'enter' as a character ...to avoid this we use the flush functions. here is the code......I have just added a statement...FLUSHALL... #include <stdio.h>main(){ char a='y'; int b; do { printf("\nEnter a number: "); scanf("%d",&b); printf("You entered %d\n\n",b); printf("try again? (y/n): "); flushall(); scanf("%c",&a); printf("\n"); } while (a!='n');} so flushall is the solution to your problem... you can also use flush(stdin)....
-
C Code, Can U Solve This? Another interesting problem
klusk replied to cse-icons's topic in Programming
This code wont work as the variable i is undeclared for fun()....it would have worked if "i" had been a global variable There is another way if you wish to use pointers... void fun(int *ptr){ *ptr=50;}int main(){int i = 20;fun(&i);printf("i = %d\n", i);return 0;} the output will be 50 -
I use VLC because it plays almost all the formats,although i dont like its look...windows media player with a good codec pack is a good option .....power dvd is good for DVDs ...but it takes ages to load...i have seen guys using GOM player ..but i havent used it yet...media player classic is also worth trying.....
-
Google is my home page.... because it loads as fast as about:blank...my broadband connection is irregular and it disconnects automatically so google lets me immediately know i fi am disconnected...for other websites like msn or rediff or yahoo i have to wait for 10 sec before realising that the server is down.....
-
you can check your open ports without a software tool by using command prompt...the command is netstat -an....For more options...just go to cmd and type netstat /? for helpbut this method is not reliable alwaysyou can use some software....in that case saint_michael has given enough names....
-
for audio its up to you .... how you like the GUI and mp3 organising..but for video..if you are using either of them you need to install a good codec pack.. i think k-lite media pack is good, i have used it personally...it also installs media player classic which i prefer for watching videos... without a codec pack your players wont be able to play all the formats... you can use VLC player which works great without codecs (it has its own)...
-
here is a small trick that works sometimes for dynamic IP usersGo to command promptType "ipconfig /release" and hit "enter"leave the promptgo to your local area connection-> properties->Internet Protocol (TCP/IP)->general tabtype any IP address (It doesn't matter what it is. just type some numbers to fill the area up).Press "Tab" and it should automatically fill in the "Subnet Mask" with default numbers.Hit the "Ok" button again Go back to the "TCP/IP" settingsthis time, select "Obtain an IP address automatically"Hit "Ok"check you IP address ..it must have changed
-
we can also use APACHE server to build a home server....its free and really good to use..
-
A Adsl Router With A Control Panel And A Log Help me please
klusk replied to karlosantana's topic in Computer Networks
if you want a PC to do all that ...i can help you.. you can let one PC be the server and the others connect to the internet via that PC you just need to install a proxy software like ccproxy(thats what i use) on the server(PC directly connected to internet).. it is easy to use and it has been working well so far.. proxy softwares let all the PCs on LAN connect to internet via one PC(the computer which has direct internet connection) the software saves logs about the sites visited by all the connected PCs and i think will do the stuff you have asked for here..... if you want to go for it ...i can help you -
register a domain name for your IP address .....you can get a free account at DynDNS..then use a dynamic DNS update client to update your DNS automaticallyyou just have to remember the domain name...whenever your IP changes, the update client will register it automatically.
-
isobuster is a good software for extracting ISO files and its free too.... you can also try winrar...but its a bit slow
-
What Is The Best Processor For Gaming? Is it Intel or AMD?
klusk replied to 2091's topic in Hardware Workshop
if you are using a graphics card then i don't think it is going to make much difference ....but if you wish to use onboard graphics chipset , try asus motherboard with nvidia nforce chipset which is much better than intels graphics media accelerator for gaming. i have been using AMD athlon4000X2 for a long timeand its works fine for me as i am not a hardcore gamer...if you are interested in extreme gaming then you need to go for a good graphics card .processors...AMD or intel, wont make much difference there....