You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!

Author Search Results: 'exfuga'

We found 245 matches.


<< < > >>

Viewing 1-30 of 245 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9

1.

None

Topic: TV show

Posted: 10/02/05 09:06 PM

Forum: Network News

This will be awesome.


2.

None

Topic: Josh Bend interview

Posted: 08/26/05 10:09 PM

Forum: Network News

What a significant person, josh bend is...


3.

None

Topic: Visual C++...

Posted: 08/23/05 09:11 PM

Forum: Programming

At 8/23/05 03:29 PM, ninojoj wrote: the diferent is only in program(eg. how it change sintax etc).

And building the programs.


4.

None

Topic: Making a site. please help.

Posted: 08/23/05 08:45 PM

Forum: Programming

Like omg HTML isn't programming. ;)


5.

None

Topic: How do you pronounce dobio?

Posted: 08/23/05 08:34 PM

Forum: General

It's pernounced how it's spelled.


6.

None

Topic: mySQL/php

Posted: 08/23/05 08:13 PM

Forum: Programming

There's nothing wrong with that buddy.


7.

None

Topic: Great American Beer Festival

Posted: 08/23/05 06:03 PM

Forum: Network News

What does drinking a lot of beer have to do with NG? I mean I guess you could make just as high quality flash when you're drunk as when you're not drunk, but I thought NG was only a web site, and not a... I dunno.


8.

None

Topic: a question

Posted: 08/20/05 02:17 PM

Forum: Programming

Is your school a jail?


9.

None

Topic: a question

Posted: 08/20/05 02:16 PM

Forum: Programming

Guess the password.


10.

None

Topic: Pascal

Posted: 08/20/05 09:30 AM

Forum: Programming

At 8/19/05 06:04 PM, TheDrunkMonkey wrote: You ever heard of Delphi?

Yeah, I've heard of Delphi and Pascal... what's your point?


11.

None

Topic: php show_source();

Posted: 08/20/05 09:27 AM

Forum: Programming

There's no porn on your site, Pilot-doofy. I used to do that to get on the top of the fan-net too. Then I realized, meh, I don't want the majority of incoming traffic on my site to be porn-wanters. :P


12.

None

Topic: Preventing image theft from site?

Posted: 08/20/05 09:23 AM

Forum: Programming

And it's not called theft... to save an image that you already were allowed to download. Lol.


13.

None

Topic: Preventing image theft from site?

Posted: 08/20/05 09:22 AM

Forum: Programming

Not possible. If you don't want people saving your images, don't display them.


14.

None

Topic: Question

Posted: 08/19/05 11:24 PM

Forum: Programming

At 8/19/05 10:12 PM, Sinnernaut wrote: Notepad = useless. Whoever thought of using notepad for a development tool was brilliant: he accomplished the task of making anybody who followed his example someone to be laughed at.

I was actually being sarcastic. I would have probably given him a better recommendation if he had done more research on the question he was asking. heh.


15.

None

Topic: Incorrectly processing data | PHP

Posted: 08/19/05 05:36 PM

Forum: Programming

I mean $_POST ... and on the second page.


16.

None

Topic: Incorrectly processing data | PHP

Posted: 08/19/05 05:34 PM

Forum: Programming

So when you do <?php print_r($_GET)?> it only displays two variables? I doubt it.


17.

None

Topic: selection of free hostings

Posted: 08/19/05 05:28 PM

Forum: Programming

That's pretty cool. Now I wanna see someone host you with Plesk, for free.


18.

None

Topic: Question

Posted: 08/19/05 05:25 PM

Forum: Programming

You can script in any program that has a text editor area with a save feature. Notepad works if you have Windows.


19.

None

Topic: Pascal

Posted: 08/19/05 05:21 PM

Forum: Programming

Ah, so like Basic but... less useless, perhaps?


20.

None

Topic: Post Your Lyrics

Posted: 08/19/05 05:20 PM

Forum: Audio

But why??


21.

None

Topic: Mysql: Using Count(*)

Posted: 08/19/05 05:19 PM

Forum: Programming

At 8/19/05 05:16 PM, Afro_Ninja wrote: so what's quicker? using a select * and counting the rows, or using a select count(*) and reading the result?

<?php
$sql = "SELECT * FROM `table` WHERE `value`='value'";
$query = mysql_query($sql);
$num = mysql_num_rows($query);
?>

That seems to be quickest in my opinion.


22.

None

Topic: I'm proud of myself :) +question

Posted: 08/19/05 05:18 PM

Forum: Programming

So you want to update a textarea to contain everything it already contains plus another string...

Check this out: http://www.quirksmode.org/dom/cms.html


23.

None

Topic: Pascal

Posted: 08/19/05 05:15 PM

Forum: Programming

Pascal is an active programming language?


24.

None

Topic: selection of free hostings

Posted: 08/19/05 05:13 PM

Forum: Programming

At 8/19/05 05:09 PM, spimoley wrote: gwgaming has a great site
Cpanel

cPanel? For free? Fuck.


25.

None

Topic: 100webspace sucks!

Posted: 08/19/05 05:11 PM

Forum: Programming

If you're looking to run a web site on a free host, then you probably only need about a month or two of skill to design your own complete site. So start learning HTML.


26.

None

Topic: selection of free hostings

Posted: 08/19/05 05:09 PM

Forum: Programming

At 8/19/05 05:07 PM, PillowBiter wrote: I would suggest that you just run apache locally though =\

Lol, not if he's on dial up. Or DSL or Cable. Lol. If he's on a T3, which he isn't, unless he's on some sort of campus, then I'd recommend running Apache locally. But fuck that idea.


27.

None

Topic: selection of free hostings

Posted: 08/19/05 05:07 PM

Forum: Programming

I bet all of them put ads on your site... which ever one has the least annoying ads is the best. Who cares how much space or bandwidth each of them offer, it's too shitty to worry about. Just which ever has the least noticable/annoying ads.


28.

None

Topic: FREE stream hosting??

Posted: 08/19/05 05:06 PM

Forum: Programming

He prolly wants a server to host a Shoutcast server or something... for free. There is a way to get this for free, make friends with someone who has access to a server with a decent amount of RAM and a fast connection.


29.

None

Topic: Mysql: Using Count(*)

Posted: 08/19/05 05:00 PM

Forum: Programming

At 8/19/05 04:53 PM, Inglor wrote: can't you either:

keep a variable?
use a counter and run untill !mysql_fetch_array ?

Uses more code to do that and more memory probably.

Here's two ways I do it.

<?php
$sql = "SELECT * FROM `table` WHERE `value`='value'";
$query = mysql_query($sql);
$num = mysql_num_rows($query);
print $num;
// and afterwards you can do a mysql_fetch_array if you want.

// and a different way:

$sql = "SELECT COUNT(*) FROM `table` WHERE `value`='value'";
$query = mysql_query($sql);
$num = mysql_result($query, 0, 0);
print $num;
?>


30.

None

Topic: php show_source();

Posted: 08/19/05 12:40 PM

Forum: Programming

PHP is a server-side language, you cannot see anyone's PHP unless you have access to the server. Your function probably isn't working because you're typing the location of the file by the URL? eh? just type of the path to the file on your server.


All times are Eastern Standard Time (GMT -5) | Current Time: 10:08 PM

<< < > >>

Viewing 1-30 of 245 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9