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: 'WoogieNoogie'

We found 3,284 matches.


<< < > >>

Viewing 1-30 of 3,284 matches. 1 | 2 | 3 | 4 | 5 | 6 | 758110

1.

None

Topic: The Cybersecurity Act of 2009

Posted: 10/15/09 06:29 PM

Forum: Politics

At 10/14/09 09:33 PM, TheShrike wrote: This isn't about controlling you. This is about protecting us.

I can see how that is. It's just not good enough for me. It's just like that amendment that was going through around the same time as the elections about the definition of life. It was a good idea, but the wording had too much wiggle room for extremists.


2.

None

Topic: The Cybersecurity Act of 2009

Posted: 10/08/09 09:04 PM

Forum: Politics

I'll agree, there are certain situations, but unfortunately, it's too wordy to be that specific. It's basically just another step in the direction of government controlled everything, even if it doesn't appear that way at first, it does have the possibility. It only takes one incident for a chain of events to happen for a legal government takeover.

The idea in theory is great. In practice, it seems to be too dangerous.

Besides...if our defense grid can be hit by a DDoS attack, I'm kinda disappointed.


3.

None

Topic: The Cybersecurity Act of 2009

Posted: 10/08/09 08:15 PM

Forum: Politics

There is a new bill going through congress that will, in any case that the government deems, allow them to shut down all private internet functions and put anyone they want in a position to oversee any private "cyber" sector.

This seemed like the best quick summary of what can go wrong with this bill, and why it's a horrible idea. 96% of opencongress.org users do not approve of this bill, which seems to be what I think an accurate representation of what I would think America would think...if they knew about it. Apparently it's being snuck through, to hide from the public, because they know we won't like it.

This isn't an "anti-obama" thing. This is an "anti-I don't want my government to control my internet usage whenever they feel like it" thing.

Get informed, then let's discuss this.


4.

None

Topic: Programming Regs Lounge

Posted: 09/26/09 07:38 PM

Forum: Programming

By the way, if everyone hasn't seen this yet, this is awesome.

My Xbox 360 can blog. It's awesome.


5.

None

Topic: Programming Regs Lounge

Posted: 09/08/09 12:55 AM

Forum: Programming

At 9/7/09 08:42 PM, DanielZ wrote: I was brainwashed from an early age with cartoons that indicated that the UK lives on tea.

They do.


6.

None

Topic: Php: Users Online

Posted: 08/21/09 04:14 AM

Forum: Programming

At 8/20/09 11:00 PM, bgraybr wrote: Whats the point of the time thing? Couldn't you make the "users" table have a column called "online" and change the value to "1" when they log in and "0" when they log out? Then all you would have to do is select from users where online=1.

People don't log out...they close their browsers. Without a full out applet, you're not going to be able to tell when someone logs out without them actually going through the log out process. You have to get the last time they loaded a page.


7.

None

Topic: Php: Users Online

Posted: 08/20/09 09:46 PM

Forum: Programming

At 8/19/09 12:14 AM, DrRobot wrote: Basically, I'm looking to output all the users that are signed in, and guests that are viewing the page.
"XX members are logged in:

For that, you'll just need to set things like this tutorial has. Timestamps of last page loaded in the user's table in the database, then to a cross check count of how many have a timestamp within the last few minutes.

member1, member2, member3 ...

This is a simple list from a MySQL query about the actual users that have those same timestamps.

XX guests are viewing."

This one is a little more difficult...the only way I could think of, is if a page load happens, check if it's a user, and if it's not, put a timestamp somewhere with the guests' IP. Then count them.

I'd like to o something like that. I can modify/add any DB's that are needed, and add/remove any rows too.

Should just need to add a timestamp to the user stuff, and maybe the guest IP stuff.


8.

Elated

Topic: Programming Regs Lounge

Posted: 08/20/09 09:32 PM

Forum: Programming

Happy page 500!


9.

None

Topic: PHP user system.

Posted: 08/16/09 05:50 PM

Forum: Programming

At 8/16/09 05:43 PM, rj1525 wrote: Dude I don't want no google shit, I am making my own site. Please, anyone?

You mean you're coding your own user system, or you want to find some other system online that uses accounts? Such as one that you would end up finding on Google. Therefore, Google.


10.

None

Topic: Problem with Sql Query

Posted: 08/14/09 02:46 AM

Forum: Programming

At 8/14/09 02:43 AM, VigilanteNighthawk wrote: I doubt it's the functions, though it's worth looking at. I would check that the database is actually being selected when you run mysql_select_db.

Yeah, that seems to be the most likely thing. Make sure that the database name is what you think it is. Hosts will sometimes at stuff to the beginning.


11.

None

Topic: Problem with Sql Query

Posted: 08/14/09 02:40 AM

Forum: Programming

All I can guess is that your function is causing your connection to close. Try removing that and see if it works.


12.

None

Topic: Building Forum, Updated Posts?

Posted: 08/14/09 02:28 AM

Forum: Programming

Your best bet would likely be putting a timestamp in the user's data in your database whenever an action takes place by the user. Then when a user stops taking action, it'll stop updating the timestamps.

Use the same timestamps for all posts, and do an "if a is greater than b" thing.


13.

None

Topic: Women

Posted: 05/12/09 04:36 PM

Forum: Programming

At 5/12/09 09:43 AM, CronoMan wrote: I've experienced some core dumps though

Ewwwwwwwwwwwwwwwwwwwwwwwwww.


14.

None

Topic: $_files['file'][' type']=='zip';

Posted: 05/07/09 09:27 PM

Forum: Programming

That's not the only filetype zip can be.


15.

None

Topic: The Angry Face, How Do They Do It?

Posted: 05/06/09 04:17 AM

Forum: Programming

I never knew HOW that actually happened. I just noticed it randomly once. Didn't know it had to do with cursor over the face.


16.

None

Topic: Women

Posted: 05/06/09 04:16 AM

Forum: Programming

The programming language of the Woman operating system is just like any other.

You think you understand it, and you can code it really well...then EVERYTHING STARTS FUCKING UP FOR APPARENT REASON :P


17.

None

Topic: PHP email script

Posted: 05/05/09 12:58 AM

Forum: Programming

No. Not at all.


18.

None

Topic: Php: Loops

Posted: 05/04/09 01:33 AM

Forum: Programming

Okay, I don't know if I'm just having trouble, but I REALLY can't understand what you need. Please be specific with exactly what you're doing. That would help immensely.

Honestly, if what I think you need is what you actually need...just use the query to filter the results. Like the last guy said.


19.

None

Topic: php: gd

Posted: 05/04/09 01:22 AM

Forum: Programming

Does your host have the GD Library installed?


20.

None

Topic: $_files['file'][' type']=='zip';

Posted: 05/03/09 03:07 PM

Forum: Programming

At 5/3/09 02:27 AM, VigilanteNighthawk wrote: While I could be wrong about this, I believe that script execution begins after all user input has been fully received by the server. Therefore, your upload will be complete before the first line of code ever executes.

Yeah, that's what DFox was saying as well. I'd just be wary about trying to open the file, honestly.


21.

None

Topic: $_files['file'][' type']=='zip';

Posted: 05/02/09 10:04 PM

Forum: Programming

At 5/2/09 02:23 PM, DFox wrote: Actually, that was the most useful post so far. If you just use the open method of that class, it'll tell you if it's a zip file for sure...

It would be pretty difficult to determine if it was a zip file before it was uploaded with that method.


22.

None

Topic: Speed test of code

Posted: 05/02/09 10:00 PM

Forum: Programming

I'm pretty sure there's some timer function, but I can't find it. So, quick fix...

$var1 = microtime();
while (condition) {
loop;
}
$var2 = microtime();
$timeItTook = $var2 - $var1;

Yay pseudocode.


23.

None

Topic: $_files['file'][' type']=='zip';

Posted: 05/02/09 05:03 AM

Forum: Programming

The ZIP mimetype can be any of these.

application/zip
application/x-zip
application/x-zip-compressed
application/octet-stream
application/x-compress
application/x-compressed
multipart/x-zip

Just make a check against it, like...

$filetype = "application/zip";
if {
$filetype !== $_FILES['data']['type'];
die()
}
At 5/2/09 02:50 AM, Nano256 wrote: http://us3.php.net/zip

Wow, what a useless post.


24.

None

Topic: Naming uploaded files?

Posted: 05/01/09 10:41 PM

Forum: Programming

$_FILES['data']['name'] = putstuffhere

25.

None

Topic: Programming Regs Lounge

Posted: 04/29/09 03:54 AM

Forum: Programming

At 4/29/09 02:30 AM, Zendra wrote: That's nice. And what kind of business you want to get started? Programming Crew? :P

Hahaha, I'd almost forgotten about that...too bad it never went anywhere.

I'm looking into Custom PC's, Web Programming, Home Networking...the like.


26.

None

Topic: Programming Regs Lounge

Posted: 04/29/09 01:50 AM

Forum: Programming

I'm working at Starbucks, and taking some Emergency Medical Technician classes.

I'm also starting a business :O

Alot of stuff on my plate too.


27.

None

Topic: Programming Regs Lounge

Posted: 04/29/09 12:43 AM

Forum: Programming

I drop in from time to time.

What's happening Zendra?


28.

None

Topic: Displaying posts

Posted: 04/27/09 03:20 PM

Forum: Programming

Like he said...this is pretty much the first thing you learn if you've looked up MySQL and PHP.


29.

None

Topic: mysql/php pagination help?

Posted: 04/26/09 01:45 AM

Forum: Programming

You're doing it backwards here.

// to check the total number of records
$query         = mysql_query(" SELECT * FROM links ") or die (mysql_error());
$total_rows     = mysql_num_rows($query);

while($linelink2=mysql_fetch_array($resultlink2)) {
echo "<table align=center width=550>"; echo "<tr>
		<td>$linelink2[linktitle]</td>
		<td><a class=\"link1\" href=\"<?=\$linelink2[linkurl]?>\" target=\"_blank\"><?=\$linelink2[linkurl]?></a></td>
	</tr> ";
    echo "</table>";
}


//select the record with limitation   SELECT * FROM `links` WHERE linkid ORDER BY RAND() LIMIT 15
$query         = mysql_query(" SELECT * FROM `links` limit $eu, $limit") or die (mysql_error());
echo "<table align=center width=550>";

You're putting out all the HTML before you're limiting anything.


30.

None

Topic: mysql/php pagination help?

Posted: 04/25/09 12:33 AM

Forum: Programming

Your SQL query must be capitalized.

$query         = mysql_query(" SELECT * FROM `links` limit $eu, $limit") or die (mysql_error());

That line...needs fixed with the spacing anyway...but needs to be this.

$query  = mysql_query(" SELECT * FROM `links` LIMIT $eu, $limit") or die (mysql_error());

All times are Eastern Standard Time (GMT -5) | Current Time: 11:35 PM

<< < > >>

Viewing 1-30 of 3,284 matches. 1 | 2 | 3 | 4 | 5 | 6 | 758110