Search found 7 matches

by Stwong
Wed Sep 13, 2006 10:20 pm
Forum: Everything else
Topic: Hi can i ask u one question?
Replies: 26
Views: 9638

I'm currently a student / internet bum, and I want to move up to being a professional internet bum (web developer) full-time rather than just part-time.
by Stwong
Wed Sep 13, 2006 5:48 am
Forum: Javascript (NodeJS, Angular, ReactJS, VueJS, etc)
Topic: No ****
Replies: 40
Views: 75957

No offense, but don't bother. It's always possible to view the page's source, whether by using a packet sniffer or by simply using a menu, and browsers like Firefox won't let you prevent them from using the **** menu. If you don't want something horribly copied and ripped, don't release it on the ...
by Stwong
Wed Sep 13, 2006 5:46 am
Forum: Webmaster related discussion
Topic: BLOGS HELP!!!
Replies: 4
Views: 2310

Check this page out.
by Stwong
Wed Sep 13, 2006 5:41 am
Forum: PHP
Topic: please. help me
Replies: 8
Views: 4284

Simple method would be to do a SELECT DISTINCT userid FROM posts WHERE thread_id = thread_id (replace all table / column names and values with appropriate ones) and then comparing it against the current user ID. If the current user's ID is not present, refuse to display the information.
by Stwong
Wed Sep 13, 2006 5:37 am
Forum: Everything else
Topic: Books: Why not?
Replies: 10
Views: 4558

You've got my vote.
by Stwong
Wed Sep 13, 2006 3:35 am
Forum: General Talk Regarding Computers
Topic: Post Your System Specs
Replies: 42
Views: 23272

Alrighty, this seems like an interesting one. I love bragging about my absolutely leet server.

100mhz Pentium Celeron
96MB of RAM
no-name motherboard
3 Realtek Ethernet cards

Again: 100mhz.

My main computer is an AMD Athlon 2100+ with 512MB of no-name RAM and some old ASUS motherboard. It's 5 ...
by Stwong
Wed Sep 13, 2006 3:32 am
Forum: Everything else
Topic: What Blog site do you use
Replies: 15
Views: 6738

I rolled my own solution. PHP5 is absolutely awesome, and I wrote a database class that basically eliminates the need for using raw SQL.