Goto Page: 1, 2, 3, 4, 5, 6, 7
Actual Results
- dreamer7
- Forum: Programming / Scripting / Coding Forum
- Thema: help on automatic e-mail to the user
- Subject: help on automatic e-mail to the user
- Antworten: 4
- Zugriffe: 1296
- Subject: help on automatic e-mail to the user
Posted: September 5th, 2003, 7:56 am
Erm.. well what do you want it to do email or print out in the browser?
dj
dj
- dreamer7
- Forum: Programming / Scripting / Coding Forum
- Thema: Submitting webforms using jmail and perl
- Subject: Submitting webforms using jmail and perl
- Antworten: 28
- Zugriffe: 9512
Posted: September 4th, 2003, 8:30 am
Lol don't go to prowebhost whatever you do they have some like major reliability issues with their mySQl databases basically i cant use them lol i think its best to go with big companies because then at least they are reliable and have decent support behind them and (hopefully) they dont get hacked....
- dreamer7
- Forum: Programming / Scripting / Coding Forum
- Thema: How to leave (no gaps) at the top of your site??
- Subject: How to leave (no gaps) at the top of your site??
- Antworten: 20
- Zugriffe: 3064
Posted: September 3rd, 2003, 3:10 am
Well css is better than html for setting out web pages anyway isn't it lol...
dj
dj
- dreamer7
- Forum: Programming / Scripting / Coding Forum
- Thema: Submitting webforms using jmail and perl
- Subject: Submitting webforms using jmail and perl
- Antworten: 28
- Zugriffe: 9512
Posted: September 2nd, 2003, 2:06 pm
Erm out of interest yea why is it you can't use my script? because its a lot easier to use. What is the address of your host?
dj
dj
- dreamer7
- Forum: Programming / Scripting / Coding Forum
- Thema: Submitting webforms using jmail and perl
- Subject: Submitting webforms using jmail and perl
- Antworten: 28
- Zugriffe: 9512
Posted: September 2nd, 2003, 12:19 pm
- dreamer7
- Forum: Programming / Scripting / Coding Forum
- Thema: Submitting webforms using jmail and perl
- Subject: Submitting webforms using jmail and perl
- Antworten: 28
- Zugriffe: 9512
Posted: September 2nd, 2003, 11:15 am
Perhaps on the actual jmail.pl file you should change the value of $recipient from $form->param('email'); to "your@yourdomain.com"; that would stop it from taking the email address from the page so you wouldn't need the text input to enter the address into to.
dj
dj
- dreamer7
- Forum: Programming / Scripting / Coding Forum
- Thema: How to leave (no gaps) at the top of your site??
- Subject: How to leave (no gaps) at the top of your site??
- Antworten: 20
- Zugriffe: 3064
Posted: September 2nd, 2003, 11:06 am
- dreamer7
- Forum: Programming / Scripting / Coding Forum
- Thema: Submitting webforms using jmail and perl
- Subject: Submitting webforms using jmail and perl
- Antworten: 28
- Zugriffe: 9512
Posted: September 2nd, 2003, 10:39 am
Yea your package doesn't seem that good at £49.99 a year but then again if its reliable then its ok i suppose. From what i can see from the code there has to be a page to go with it because i get the feeling that there has to be a input type with the name="email" in it with a value of an email so th...
- dreamer7
- Forum: Programming / Scripting / Coding Forum
- Thema: How do I make a form which emails me the data entered?
- Subject: How do I make a form which emails me the data entered?
- Antworten: 8
- Zugriffe: 3048
Posted: August 26th, 2003, 12:43 pm
Well tell me how you want to customise it and i'll see if you can do it or not sound ok? and lol u in a counterstrike clan? i used to be in a delta force squad making sites for them so i have like a bit of experience in making squad/clan sites.
dj
dj
- dreamer7
- Forum: Programming / Scripting / Coding Forum
- Thema: How do I make a form which emails me the data entered?
- Subject: How do I make a form which emails me the data entered?
- Antworten: 8
- Zugriffe: 3048
Posted: August 25th, 2003, 2:08 pm
Well that script from matts archive i always found looked harder than the one i made up pimpmasta try this script out...
http://www.ozzu.com/viewtopic.php?t=934&sid=ed61e490dc1bb70a4143cd79f6960969
d7
http://www.ozzu.com/viewtopic.php?t=934&sid=ed61e490dc1bb70a4143cd79f6960969
d7
- dreamer7
- Forum: Programming / Scripting / Coding Forum
- Thema: Searching text with perl
- Subject: Searching text with perl
- Antworten: 3
- Zugriffe: 1897
- Subject: Searching text with perl
Posted: August 16th, 2003, 3:28 am
Yea that sounds a lot easier lol i might just do that. Thanx.
d7
d7
- dreamer7
- Forum: Programming / Scripting / Coding Forum
- Thema: Searching text with perl
- Subject: Searching text with perl
- Antworten: 3
- Zugriffe: 1897
- Subject: Searching text with perl
Posted: August 15th, 2003, 2:40 pm
Ok well its been ages since i've posted here so i thought i'd give you a treat lol :lol: ok my problem is i am making a rate my picture thing and so far i have made a javascript script which produces a random picture from an array of pictures on a web page plus an perl upload script i made to upload...
- dreamer7
- Forum: Website Design Forum
- Thema: window.close...
- Subject: window.close...
- Antworten: 23
- Zugriffe: 10663
- Subject: window.close...
Posted: Juli 11th, 2003, 9:49 am
Its true i've had a few people ask me why it doesn't work for them and i couldn't figure it out but i have IE 6 and it works for me but why wouldn't it work for IE 5??
d7
d7
- dreamer7
- Forum: Programming / Scripting / Coding Forum
- Thema: How to make a PERL script - please review
- Subject: How to make a PERL script - please review
- Antworten: 1
- Zugriffe: 6116
Posted: Juni 23rd, 2003, 10:22 am
Hey all can you tell me what else i can add to this tutorial i made please. Heres what the script looks like.. [code]#!/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); use CGI; $q = new CGI; $name = $q->param('name'); $subject = $q->param('subject'); $age = $q-&...
- dreamer7
- Forum: Programming / Scripting / Coding Forum
- Thema: Form validation
- Subject: Form validation
- Antworten: 24
- Zugriffe: 4687
- Subject: Form validation
Posted: Juni 18th, 2003, 11:16 am
lol thanx media i'm sure what you have written is a lot better than the poor javascript code i did
d7
d7

