Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 24 of 24
Search took 0.03 seconds.
Search: Posts Made By: PaCkEtPiRaTe
Forum: PHP Aug 27th, 2008, 6:10 AM
Replies: 2
Views: 160
Posted By PaCkEtPiRaTe
Re: Problems with sessions. (PHP/SQL)

Might as well forget the whole thread. I got it working perfectly.
Forum: PHP Aug 26th, 2008, 9:29 PM
Replies: 2
Views: 160
Posted By PaCkEtPiRaTe
Re: Problems with sessions. (PHP/SQL)

Ok, I got it to close the session fine, but now there's a new problem, a very minor one...

When you get to the login success page, it doesn't redirect to the main page afterwards. Here's the code...
Forum: PHP Aug 26th, 2008, 8:27 PM
Replies: 2
Views: 160
Posted By PaCkEtPiRaTe
Problems with sessions. (PHP/SQL)

I'm trying to make a login system for my website. I've got one entry in my database so far and I can login and it creates the session just fine, but 1. The logout script doesn't work. (Don't know...
Forum: Visual Basic Sep 6th, 2007, 5:20 PM
Replies: 2
Views: 1,015
Posted By PaCkEtPiRaTe
To complete your code, where you were "too lazy",...

To complete your code, where you were "too lazy", would I simply have to put the data from the text file into the label?
Forum: Visual Basic Sep 5th, 2007, 6:43 PM
Replies: 2
Views: 1,015
Posted By PaCkEtPiRaTe
Outputting command data to a label?

Well, I'm just screwing around a bit and want to make a program to ping the website I input into the text box when I click a button. I want it to output the data of the ping to a label. Here's the...
Forum: C++ Aug 14th, 2007, 1:41 PM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
I never said I knew everything... I just said...

I never said I knew everything... I just said that this is the first project I am trying...
Forum: C++ Aug 14th, 2007, 9:43 AM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
Yeah well, that's not my latest code... I haven't...

Yeah well, that's not my latest code... I haven't posted it...
Forum: C++ Aug 14th, 2007, 9:41 AM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
And lectric... Me and Arnack are working on...

And lectric... Me and Arnack are working on different projects...
Forum: C++ Aug 14th, 2007, 9:39 AM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
Funny because I've used them in my latest code,...

Funny because I've used them in my latest code, and they work fine. Think before you speak...
Forum: C++ Aug 14th, 2007, 12:13 AM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
Hard for you maybe... This is practice for me......

Hard for you maybe... This is practice for me... I have to develop SOMETHING...
Forum: C++ Aug 13th, 2007, 11:26 AM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
That's not what the copyright means lol... It's a...

That's not what the copyright means lol... It's a fake copyright to prevent distribution of the code... Though I suppose posting it here would defeat the purpose o_O
Forum: C++ Aug 13th, 2007, 12:39 AM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
Yes I'm aware that it calls welcome(); each time....

Yes I'm aware that it calls welcome(); each time. That's how I intended it... Also... functions make it a lot easier for me to understand my code.
Forum: C++ Aug 12th, 2007, 8:18 PM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
I recoded it using voids and such to make it look...

I recoded it using voids and such to make it look better and so the code is more efficient... what does everyone think?


#include <iostream>
#include <string.h>
//Days of Legend. Programmed by Darin...
Forum: C++ Aug 11th, 2007, 10:18 PM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
I FIXED IT! The problem was the word yes had to...

I FIXED IT!

The problem was the word yes had to be in quotes in the if ready statement...

I feel really stupid now...
Forum: C++ Aug 11th, 2007, 10:10 PM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
Ok now the program doesn't spaz out anymore when...

Ok now the program doesn't spaz out anymore when I enter yes, it just goes back to the beginning and asks me my name again.
Forum: C++ Aug 11th, 2007, 5:25 PM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
I HAVE experimented with the code, and mixed it...

I HAVE experimented with the code, and mixed it around numerous times, but nothing I try works, which is why I asked for help.
Forum: C++ Aug 11th, 2007, 11:04 AM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
First off, yes, I do have my own forum, but not...

First off, yes, I do have my own forum, but not everything related to hacking has to do with coding. The only coding related work I've done is with HTML, and Javascript.

Second, I asked for help, if...
Forum: C++ Aug 11th, 2007, 2:42 AM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
Here is my new code, sorry for not posting...

Here is my new code, sorry for not posting it.


#include <iostream>
#include <string.h>
//Days of Legend. Programmed by Darin Beaudreau.
//Copyright© 2007-2012. All rights reserved.
//This code may...
Forum: C++ Aug 11th, 2007, 12:00 AM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
Well no matter which way I try to arrange them,...

Well no matter which way I try to arrange them, it doesn't work. Does anyone know why it restarts when I type Yes? It starts repeating I think all the questions in the program without waiting for...
Forum: C++ Aug 10th, 2007, 11:35 PM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
Would I add this? int 1 = Yes; int 2 =...

Would I add this?

int 1 = Yes;
int 2 = No;

or

int Yes = 1;
int No = 2;
Forum: C++ Aug 10th, 2007, 11:24 PM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
Ok, now when I enter Yes for if I'm ready, or if...

Ok, now when I enter Yes for if I'm ready, or if I had entered No I'm guessing the same would happen, it indefinitely prints the contents of the first IF statement (at least I think that's what it...
Forum: C++ Aug 10th, 2007, 11:16 PM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
So, will this fix it? #include...

So, will this fix it?


#include <iostream>
#include <string.h>
//Days of Legend. Programmed by Darin Beaudreau.
//Copyright© 2007-2012. All rights reserved.
//This code may not be...
Forum: C++ Aug 10th, 2007, 11:11 PM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
Yes, me and him are working together. Once we...

Yes, me and him are working together. Once we learn C++ well enough we're going to try to start a game company.
Forum: C++ Aug 10th, 2007, 10:50 PM
Replies: 45
Views: 1,091
Posted By PaCkEtPiRaTe
What's wrong with this code?

This is a code for a game that I'm making... it's not the whole game obviously, just the menu so far... but I can't figure out what the 5 errors are...


#include <iostream>
//Days of Legend....
Showing results 1 to 24 of 24

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:07 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC