Search Results

Showing results 1 to 26 of 26
Search took 0.01 seconds.
Search: Posts Made By: darklordsatan
Forum: Java Jul 8th, 2005
Replies: 3
Views: 6,642
Posted By darklordsatan
Could you post the sources of the class where you instanciate Student and call the methods?
Forum: PHP Jul 8th, 2005
Replies: 3
Views: 2,949
Posted By darklordsatan
This simply happens because of the way php is trying to connect to the mysql server... it has to do with the mysql module in php. Whats weird is that with the exact same configuration, you have it...
Forum: Java Jul 1st, 2005
Replies: 5
Views: 2,994
Posted By darklordsatan
Since those were meant to be 2 separate Threads, I think the idea of 2 subclasses was the best approach... so dont worry about the external files, I know they might seems "anthiestetic", but its was...
Forum: Java Jul 1st, 2005
Replies: 2
Views: 1,404
Posted By darklordsatan
Well, I really think its stupid if you *have to* do that program; there are more efficient ways to count the number of chars in a file, and better examples of using linked lists...

First of all,...
Forum: MySQL Jun 30th, 2005
Replies: 2
Views: 2,816
Posted By darklordsatan
The error is here

mysql_query($q,$connect);


Try chaging the query to this

$q="Select authorid from authors where AuthorName='$author'";

Probably its because of the missing '' or simply,...
Forum: Java Jun 30th, 2005
Replies: 5
Views: 2,994
Posted By darklordsatan
Yep, they are necessary, basically, every time you make subclasses in Java, every one will have a separate file...
For example, I made a JFontChooser identical to the one in windows, I get these...
Forum: C++ Jun 30th, 2005
Replies: 3
Views: 4,550
Posted By darklordsatan
Well, I have to tell you I suck at maths, so I dont get what you wanna do with the g(x,y) (mmm, I think I saw that in calculus 2 or 3 at collegue...)
Anyway, is it something like this what you wanna...
Forum: C++ Jun 29th, 2005
Replies: 5
Views: 9,049
Posted By darklordsatan
C++ is a programming language
C# is another programming language

Thus, C++ .Net is the replacement for VC++ 6.0
C# .NET is just a new platform, so It has nothing to do with VC++ 6.0
Forum: PHP Jun 28th, 2005
Replies: 7
Views: 5,841
Posted By darklordsatan
Well, user authentication through windows is no a good idea. I dont know if through IIS server you can get account information from a windows domain, but, my guess is that like with anything else,...
Forum: PHP Jun 28th, 2005
Replies: 3
Views: 2,719
Posted By darklordsatan
Then you need to create an script in your own server, and with the use of GD, you can generate an image on the fly, probably the default thing here would be the nameplate, and the "artists name"...
Forum: MySQL Jun 28th, 2005
Replies: 1
Views: 3,816
Posted By darklordsatan
I dont know how to do it with commands, all I know is that using Mysql Administrator (http://www.mysql.com/products/administrator/) (a win32 app) you can do it (its called "clone user")

cheers
Forum: MySQL Jun 28th, 2005
Replies: 1
Views: 3,459
Posted By darklordsatan
Simple answer my friend, if you have a shell account, you could just log in and change stuff, but since you have a content management system (please, please tell me its not cPanel), then all you need...
Forum: PHP Jun 28th, 2005
Replies: 3
Views: 2,719
Posted By darklordsatan
The question is, are you the webmaster of gaiaonline?
If yes, what you wanna do is easier, if not, youll have to somehow make the script and put it into another server, then call it remotely from...
Forum: RSS, Web Services and SOAP Jun 28th, 2005
Replies: 1
Views: 3,361
Posted By darklordsatan
Ok, two months later, but Im new so...
OBviously you now have found the answer, but I explain it here for reference purposes
SOAP is basically an XML based communication protocol used to send...
Forum: PHP Jun 28th, 2005
Replies: 7
Views: 5,841
Posted By darklordsatan
Ok, so let me get this straight since I dont get what you mean, sorry

You (or your boss, whatever) wanna be able to create a user account, so that this new user can log on into the database and...
Forum: Java Jun 24th, 2005
Replies: 2
Views: 11,098
Posted By darklordsatan
Im afraid my friend, you cant get the password, if you could, then thousands of "password recovery aka password stealing" apps in java would be floating around the internet...

Windows password are...
Forum: PHP Jun 24th, 2005
Replies: 2
Views: 1,529
Posted By darklordsatan
Taken from W3Schools (http://www.w3schools.com/tags/tag_input.asp)



Basically, the value field is only needed in 2 cases:
1. You wanna put a "default" value for a textfield
2. You are going...
Forum: PHP Jun 24th, 2005
Replies: 7
Views: 5,841
Posted By darklordsatan
What kind of errors? And any more info on how hes trying to do it (maybe some tid bits of the php source) would be nice

cheers
Forum: C Jun 24th, 2005
Replies: 4
Views: 3,083
Posted By darklordsatan
Uppppssss, my bad, I forgot HINSTANCE is a long, not an int...


int rValue=(int)FindExecutable(argv[1], NULL, rgvalue);

...

if(rValue==(int)SE_ERR_OOM)
printf("System out of...
Forum: C Jun 23rd, 2005
Replies: 4
Views: 3,083
Posted By darklordsatan
First of all, the function has 3 return values:

SE_ERR_OOM - System out of memory (WinXP only IIRC)
SE_ERR_FNF - File not Found
SE_ERR_NOASSOC - The file type has no associated exe


So, you...
Forum: Java Jun 19th, 2005
Replies: 4
Views: 12,904
Posted By darklordsatan
Theres an excellent open source app, called <a href="jsmooth.sf.net">JSmooth</a>. Basically, you create an exe outta your application, and you can bundle the JVM with it, and configure to use that...
Forum: PHP Jun 19th, 2005
Replies: 2
Views: 3,568
Posted By darklordsatan
Theres no such thing as running php in "offline mode". All you do is changing some variables to the apache's conf file to be run in localhost...

Basically, install apache on your machine, and then...
Forum: Posting Games Jun 15th, 2005
Replies: 7,595
Views: 663,631
Posted By darklordsatan
monk -> loneliness

PD: In my last post I meant "chimpanzee" but I ended up with a 'c' and ate an 'e', hehe
Forum: PHP Jun 14th, 2005
Replies: 8
Views: 8,906
Posted By darklordsatan
First of all, I might be drunk, but the header() functions redirects right away to the given location, so theres no need to call exit() and the include() below wont have any effect; you might wanna...
Forum: C Jun 14th, 2005
Replies: 2
Views: 1,892
Posted By darklordsatan
I dont know what you mean by "overlay program". I assume because of the reply that you simply want to make a dos/bash shell like application, am I right?
If then, I gotta tell you its complicated...
Forum: Posting Games Jun 14th, 2005
Replies: 7,595
Views: 663,631
Posted By darklordsatan
bush -> chimpance
Showing results 1 to 26 of 26

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC