VISIT STORE RECOMMEND US LINK TO US CONTACT US INDUSTRY NEWS Visit our Home Page Image hosted by Photobucket.com

Go Back   CGIScript.net -- Forums > Search Forums
User Name
Password


Showing results 1 to 25 of 70
Search took 0.01 seconds.
Search: Posts Made By: Pierre
Forum: Product Help 03-13-2010, 11:02 AM
Replies: 0
Views: 1,502
Posted By Pierre
csCalendar : calendar name display

Hello,
I came back to csCalendar as internal calendar because it has all needed functionalities ;) ;)

I have to display several calendar at once: it works well.
The only problem is when we...
Forum: Product Help 10-15-2009, 07:44 PM
Replies: 0
Views: 1,627
Posted By Pierre
email validation in csFormbuilder

Hi Andy
I'm not expert in regex : in csFormbuilder I have email addresses like
robert.x.Lerman@jpmorgan.com not validating .
What should be changed in validatemail to have it pass the test ?...
Forum: Product Help 09-04-2009, 12:57 PM
Replies: 1
Views: 2,364
Posted By Pierre
php link to csGuest

HEllo
I'm using csGuest 1.8
I try to include it in a php page thus try to use the php link fro link wizard.
I get a hell of error due to server preventing url file access.
I tried ny othe way, but...
Forum: Product Help 05-26-2009, 10:35 AM
Replies: 1
Views: 2,097
Posted By Pierre
csFormbuilder - Saving file uploaded

Hello
I have defined a form with a file upload field. No problem, it is uploaded and sent as mail attachment.
But when I look at the server, I don't find it ! It seems it is not saved if sent ?...
Forum: Product Help 03-17-2009, 08:56 PM
Replies: 2
Views: 2,669
Posted By Pierre
Accented characters

Well in fact it's just as easy as adding them :rolleyes:
Forum: Product Help 03-16-2009, 08:54 PM
Replies: 2
Views: 2,669
Posted By Pierre
csTellafriend : name verification

Hi, I tested csTellafriend and noticed not "french" caracters are allowed in names : in fact you test
($in{'yourname'} =~ /[^A-Za-z0-9 \.]/)
Sorry but what would be this expression to allow...
Forum: Product Discussion and Feedback 09-04-2008, 07:43 PM
Replies: 0
Views: 10,944
Posted By Pierre
Thumbs up csFormbuilder feedback

I Andy
Long time I haven't been here. For sure because of the quality : we don't need any support ;)

Just to give a few enhancements about csFormbuilder:

Verification email: when people get the...
Forum: Product Help 01-24-2008, 08:46 PM
Replies: 2
Views: 2,710
Posted By Pierre
Datafile is corrupted as well. I sent you those...

Datafile is corrupted as well.
I sent you those for information.
Yes I guess there should have been an indigestible caracter in name.
I cleaned up the datafile and now everything is working well.
Forum: Product Help 01-24-2008, 06:16 PM
Replies: 2
Views: 2,710
Posted By Pierre
csDirectory : weird caracters inserted

Hi,
I don't know what my secretary did, but it seems very strange.

Sample of log file:
1-22-2008 17:11:21 Muriell add 2008120 Zen Attitude
01-23-2008...
Forum: Product Help 11-14-2007, 04:40 PM
Replies: 2
Views: 2,254
Posted By Pierre
Added features

Yes Andy We already talked about that : keep the id as internal but have a descriptive name (as well as for meta tags :-)

Thanks
Pierre
Forum: Product Help 10-28-2007, 09:26 PM
Replies: 4
Views: 2,753
Posted By Pierre
CFVNF !!! (Check F... Variable Name First)

Oh nooooo,
I've been caught ! :eek:

Thanks Andy for this double cross check !!!
PS: Sorry to disturb you with such stupid things :( :o

Pierre (ashamed)
Forum: Product Help 10-28-2007, 07:45 PM
Replies: 4
Views: 2,753
Posted By Pierre
csMailto : variable substitution in returning page

Hi,
strange but ...
when I code a fancy page like
<html><body>
Hello<br>
FORM(firstname) FORM(lastname)
</body></html> I get variable substitution
When I use those variables in a more complex...
Forum: Product Help 10-28-2007, 07:27 PM
Replies: 5
Views: 2,453
Posted By Pierre
Hi, Now most of hosting companies also offer to...

Hi,
Now most of hosting companies also offer to parse html pages for php (thus without the need to have php extension)
They usually advise against doing it as this slightly slow your server down....
Forum: General JAVAscript Discussion 05-20-2007, 06:46 PM
Replies: 4
Views: 6,899
Posted By Pierre
Yes you are right, you have to change it a little...

Yes you are right, you have to change it a little bit:
replace last line
acePopupWindow.location='http://www.yourdomain.com/aub1.html';}
with
acePopupwinWindow.location=mypage;}
This way the called...
Forum: General JAVAscript Discussion 05-18-2007, 07:47 PM
Replies: 4
Views: 6,899
Posted By Pierre
Of course you can use multiple popup on the same...

Of course you can use multiple popup on the same page.
The script part you put between de head tags is always the same.

This script uses mypage,myname,w,h,pos,infocus as parameter.
These are :...
Forum: Product Help 05-08-2007, 07:47 PM
Replies: 4
Views: 4,021
Posted By Pierre
Thumbs up path !!!

Oooops posted too fast !! :mad:

in fact in setup file
$datapath = '/data';

I should read twice before posting : setting the correct path did it :) :D

Thanks Andy
Forum: Product Help 05-08-2007, 07:44 PM
Replies: 4
Views: 4,021
Posted By Pierre
permission ?

Hi Andy,
Thanks for quick answer :)

Of course I chmoded data directory to 777 either: same problem

I also tried to put an old pspopper.cgi file in data dir: without success

You said the other...
Forum: Product Help 05-08-2007, 07:37 PM
Replies: 4
Views: 4,021
Posted By Pierre
psPopper weird error

Hi,
I installed psPopper either in cgi-script and inside cgi-bin directory.
In both cases I got
Warning: fopen(/data/poppers.cgi) [function.fopen]: failed to open stream: No such file or directory...
Forum: Product Help 05-04-2007, 08:14 PM
Replies: 4
Views: 2,951
Posted By Pierre
Your posring will be written in your...

Your posring will be written in your "data" directory

Here also check you have permission to write you postings.

Hope this helps
Pierre
Forum: Product Help 05-02-2007, 05:53 PM
Replies: 1
Views: 2,670
Posted By Pierre
Can you check permission: "premature end of...

Can you check permission: "premature end of script" can be a permission error on the directory where the script is installed, not the script itself.
Be sure the directory is 755.
Check also the...
Forum: General Perl Discussion 04-28-2007, 08:16 AM
Replies: 2
Views: 5,143
Posted By Pierre
Wink Hey, You knock at the right door ! Just have a...

Hey, You knock at the right door !
Just have a look at csFind-N-Replace (http://www.cgiscript.net/cgi-script/csNews/csNews.cgi?database=cgi.db&command=viewone&id=63) : it does exactly what you are...
Forum: Product Help 04-25-2007, 08:28 PM
Replies: 6
Views: 4,109
Posted By Pierre
Thanks Andy; wil give it a try and post back the...

Thanks Andy; wil give it a try and post back the result.
Pierre
Forum: Product Help 04-24-2007, 08:18 PM
Replies: 6
Views: 4,109
Posted By Pierre
Well, to have additional fields, I'm using...

Well, to have additional fields, I'm using another program (kindo cart) to get them and process payments.
Now Andy, I would like that external program, once payment is done, to call your paypal.cgi...
Forum: Product Help 04-24-2007, 08:12 PM
Replies: 8
Views: 3,680
Posted By Pierre
...suite

Oooops, I also forgot to say that some Relay delays the sending on some large messages: this can be several minutes (hours ... !) depending on the workload... Maybe you can try another one if you...
Forum: Product Help 04-24-2007, 08:10 PM
Replies: 8
Views: 3,680
Posted By Pierre
html messages

Well, I also had the same problem. My conclusions are:

On some email address, I never receive anything . . . because they are treated as spam. With other, it's working perfectly. My advice would be...
Showing results 1 to 25 of 70

 
Forum Jump

All times are GMT. The time now is 11:32 PM.


Powered by: vBulletin Version 3.0.7
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.