Search found 296 matches

by redhair
Fri Nov 17, 2006 5:14 pm
Forum: PHP - Code
Topic: Looking for "email-to-website" code
Replies: 7
Views: 1712

i found the solution with a little help from this class . All we have to do now is setup an email for each individual product like: product-bugfix@myserver.com The script I'm using will read the emails+subject sent to that address and parse them on the website, just like I wanted it to. The rest, li...
by redhair
Fri Nov 17, 2006 2:01 pm
Forum: PHP - Code
Topic: Looking for "email-to-website" code
Replies: 7
Views: 1712

Why not just have one single email address for tracking and provide different info via the subject? Then users have to specify the product in a predefined way in the subject for the script to filter out which product we are dealing with. I think my second idea would work better, where the product i...
by redhair
Fri Nov 17, 2006 11:34 am
Forum: PHP - Code
Topic: Looking for "email-to-website" code
Replies: 7
Views: 1712

The idea is so simple, as usual, but the realisation complex. I just realise that the subject line could also contain the bugfix part, so email address could just be "product"-bugfixes@mailserver.com subject: *bugfix*. So email addresses don't have to be dynamic but can be manually created...
by redhair
Fri Nov 17, 2006 10:20 am
Forum: PHP - Code
Topic: Looking for "email-to-website" code
Replies: 7
Views: 1712

Looking for "email-to-website" code

Anyone can help me where to find a system like this: * Users must be able to send bug rapports with attachments via email. The email address should look like "*product*-*bugfix*@server.com". * The email must be passed on to members on the mailing list. * The email must appear -on the or li...
by redhair
Wed May 25, 2005 12:25 am
Forum: PHP - Code
Topic: MSN via php
Replies: 15
Views: 3497

Revan wrote:I used this as a template for my web MSN version:

http://flumpcakes.co.uk/php/msn-messenger
This looks like what i need.. Thanks! I'll verify tonight.
by redhair
Tue May 24, 2005 3:17 pm
Forum: PHP - Code
Topic: MSN via php
Replies: 15
Views: 3497

Hi again :)

Thanks for the coop in this scam.
Web messenger is knowen at the computer room.
People caught using that will also get kicked out..
I do need a simular thing, yet it HAS to look like an email compose window, since they allow that,..and they know what it looks like (they think...)
by redhair
Tue May 24, 2005 2:35 pm
Forum: PHP - Code
Topic: MSN via php
Replies: 15
Views: 3497

MSN via php

Yes i have a weird question.. I want to make a webpage that acts as a msn messenger. Why? Noughty.. At school my students are not allowed to msn BUT they can email. I want to create a webpage that looks like a email message compose window, yet acts as a msn client. Is there anybody out here that kno...
by redhair
Thu Feb 03, 2005 7:50 pm
Forum: Graphics
Topic: Let the contest begin!
Replies: 74
Views: 59646

feyd wrote:... although I don't know if we'll actually do a logo change or a whole site revamp or anything...
Wait, i heard this before...
by redhair
Sat Jan 29, 2005 10:50 am
Forum: General Discussion
Topic: One more time
Replies: 10
Views: 8211

patrikG wrote:thread cleaned up again. Mass-banning will follow shortly.
I love the determination in that sentence. :twisted: Go get m Sergeant!
by redhair
Sat Jan 29, 2005 10:19 am
Forum: General Discussion
Topic: One more time
Replies: 10
Views: 8211

I browse on other forums. but this one seems the one that has most of them. I wonder where this magical attraction comes from..
by redhair
Fri Dec 31, 2004 7:31 am
Forum: General Discussion
Topic: Happy new year!
Replies: 2
Views: 3849

Happy new year!

Let's start of the right way, and put this code in your site. <?php $lang = explode(",", getenv("HTTP_ACCEPT_LANGUAGE")); $lang = strtolower($lang[0]); if (preg_match("/nl/i", $lang)) { //Dutch donations print "Steun Azie: <a href='http://www.giro555.nl/' target='_...
by redhair
Sat Oct 09, 2004 3:02 pm
Forum: Javascript
Topic: Flip/flop tables
Replies: 7
Views: 2994

twigletmac wrote:At least you got it sorted :)
Its working sweet :D
by redhair
Sat Oct 09, 2004 2:51 pm
Forum: Javascript
Topic: Flip/flop tables
Replies: 7
Views: 2994

oo yyehh :)
Thanks!
by redhair
Sat Oct 09, 2004 2:33 pm
Forum: Javascript
Topic: Flip/flop tables
Replies: 7
Views: 2994

Oh btw,..

Here is the solution :)

http://js-x.com/forum/viewtopic.php?t=441

(i just had a great conversation with myself in this topic lol)
by redhair
Mon Aug 16, 2004 6:39 pm
Forum: Linux
Topic: How do I give root privileges to a user in Linux?
Replies: 13
Views: 8675

You just need to get used to using the root password stuff. It is a security feature which was not invented for no reason. Imagine you go to the store....do you leave your frontdoor open "because when you get back, you got your hands full"? Also, once you installed all your desirable softw...