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 353
Search took 0.02 seconds.
Search: Posts Made By: contact
Forum: Product Help 07-31-2012, 01:38 PM
Replies: 1
Views: 1,517
Posted By contact
Hi, Yes, go into the style configuration and...

Hi,

Yes, go into the style configuration and scroll down to where you see the background color settings for the labels. Clear out that field so its blank and that should do the trick. Let me know...
Forum: Product Help 07-28-2011, 02:33 PM
Replies: 5
Views: 4,903
Posted By contact
Something must have happened to the local SMTP...

Something must have happened to the local SMTP server. Most likely someone stopped the service. Can you contact your hosting service and ask them why the SMTP server on the localhost is no longer...
Forum: Product Help 07-27-2011, 01:42 PM
Replies: 5
Views: 4,903
Posted By contact
That usually means there is no longer a SMTP...

That usually means there is no longer a SMTP server listening on the local machine. What you'll need to do is edit the setup.cgi file and change the $sendmail variable to reflect a valid SMTP server...
Forum: Product Help 07-11-2011, 01:24 PM
Replies: 1
Views: 1,160
Posted By contact
I helped someone out with a script on wordpress a...

I helped someone out with a script on wordpress a long time ago. It required the wordpress javascript module but it appeared to work. If you want to give it a try before purchasing, just let me know....
Forum: Product Help 10-26-2010, 01:35 PM
Replies: 1
Views: 2,259
Posted By contact
Hi, There is no separate installation file. Its...

Hi,

There is no separate installation file. Its build into the script. Is there a setup.php file in the psGuest directory? If not, you might have to chmod the psGuest directory to 777 in order for...
Forum: Product Help 11-04-2009, 11:53 AM
Replies: 2
Views: 3,063
Posted By contact
There is a javascript plug-in for wordpress and...

There is a javascript plug-in for wordpress and if you use that along with the javascript display link for csCalendar, i believe it will work.
Forum: Product Help 10-23-2009, 06:00 PM
Replies: 9
Views: 3,734
Posted By contact
The setup.cgi configuration file in the CSMailto...

The setup.cgi configuration file in the CSMailto directory has the ip address or domain name of the SMTP server that it should use. All that's need is a domain name or ip address.. nothing else.
Forum: Product Help 10-23-2009, 05:39 PM
Replies: 9
Views: 3,734
Posted By contact
it can be either an IP address or a domain name....

it can be either an IP address or a domain name. This is on a windows server, right? You only need to use the SMTP settings if on a windows server. Otherwise, you can use the path to sendmail which...
Forum: Product Help 10-23-2009, 04:56 PM
Replies: 9
Views: 3,734
Posted By contact
It doesn't support authentication. You need to to...

It doesn't support authentication. You need to to use an SMTP server that can relay messages from hosts within the network. Your hosting service should have one available for just this purpose.
Forum: Product Help 10-22-2009, 08:54 PM
Replies: 1
Views: 1,938
Posted By contact
Hi, You should be able to edit the t_index.htm...

Hi,

You should be able to edit the t_index.htm to change how the file listing appears. As far as the uploads goes. Are you getting any errors? The first thing i would check is to make sure your...
Forum: Product Help 10-20-2009, 06:59 PM
Replies: 9
Views: 3,734
Posted By contact
Hi Elizabeth, I tried out your first form and it...

Hi Elizabeth,

I tried out your first form and it appeared to work okay. It redirected to your home page which it looks like it was supposed to do, however i did notice it flash a message that says...
Forum: Product Help 10-17-2009, 04:25 PM
Replies: 2
Views: 2,003
Posted By contact
Instead of {Date} use the mysql command...

Instead of {Date} use the mysql command now()

So, the statement would look something like

insert into submissions(submissiondate,firstname) values(now(),'{FirstName}');
Forum: Product Help 09-04-2009, 07:39 PM
Replies: 1
Views: 2,369
Posted By contact
Unfortunately you'd have the same problem with...

Unfortunately you'd have the same problem with the php version because of the way it has to include the content on the page. It has to use the url include option for it to display correctly. Do you...
Forum: Product Help 07-21-2009, 12:28 AM
Replies: 3
Views: 2,034
Posted By contact
Try (([total_yield]>1) &&...

Try

(([total_yield]>1) && ([total_yield]<99))|[total_yield]*2.75

(([total_yield]>100) && ([total_yield]<500))|[total_yield]*1.75

Let me know if that works. As far as the symbols goes, no i don't...
Forum: Product Help 05-26-2009, 02:43 PM
Replies: 1
Views: 2,102
Posted By contact
If its sent as an attachment then the file isn't...

If its sent as an attachment then the file isn't stored on the server. To change that, edit the upload field and there is an option to store the file on the server along with what directory to store...
Forum: Product Help 05-04-2009, 01:28 PM
Replies: 1
Views: 1,867
Posted By contact
Edit the vsimage.cgi file and at about line 48...

Edit the vsimage.cgi file and at about line 48 you will see
$im->line($offset,9,50+$offset,9,$black);
comment that out like
#$im->line($offset,9,50+$offset,9,$black);

and that should remove the...
Forum: Product Help 03-17-2009, 11:03 PM
Replies: 2
Views: 2,672
Posted By contact
Yes indeed! Just do something...

Yes indeed! Just do something like
($in{'yourname'} =~ /[^A-Za-z0-9 \.éàèê]/)
Forum: Product Help 12-03-2008, 07:37 PM
Replies: 2
Views: 3,267
Posted By contact
Must have been a caching issue!

Must have been a caching issue!
Forum: Product Help 11-14-2008, 11:44 AM
Replies: 3
Views: 2,829
Posted By contact
Towards the bottom of the t_add_event.htm page...

Towards the bottom of the t_add_event.htm page you'll see
function popUpCalendar(fn){
var rndURL = (1000*Math.random());
...
Forum: Product Help 11-13-2008, 04:29 PM
Replies: 3
Views: 2,829
Posted By contact
Its possible you need to click the 'x' on the bar...

Its possible you need to click the 'x' on the bar that sometimes appears at the top of the window however I have vista installed and it appears okay for me. One other thing to check is to see if your...
Forum: Product Help 09-19-2008, 06:42 PM
Replies: 3
Views: 3,474
Posted By contact
There is a separate login page for the clients....

There is a separate login page for the clients. There should be a login.htm page in the csBanner directory. You might have to change the form action to point to the correct location of csBanner.cgi
...
Forum: Product Help 09-18-2008, 12:25 PM
Replies: 3
Views: 3,474
Posted By contact
Nothing's happened.. we're still here. What can i...

Nothing's happened.. we're still here. What can i do for you?
Forum: Product Help 09-04-2008, 12:28 PM
Replies: 1
Views: 2,485
Posted By contact
Your server isn't allowing you to run perl...

Your server isn't allowing you to run perl scripts outside the cgi-bin directory. Try to reinstall the script at cgi-bin/csForum instead of cgi-script/csForum. If you don't have a cgi-bin directory,...
Forum: Product Help 09-03-2008, 10:22 PM
Replies: 3
Views: 2,825
Posted By contact
Yes.. edit the setup.cgi file and remove the...

Yes.. edit the setup.cgi file and remove the http://domainname.com part so its just something like /cgi-bin/csCalendar/csCalendar.cgi

Then, on the javascript display link, do the same thing....
Forum: Product Help 09-03-2008, 12:01 PM
Replies: 3
Views: 2,825
Posted By contact
Hi Timm, It seemed to work for me. Try access it...

Hi Timm,

It seemed to work for me. Try access it with
http://www.fismc.org/event.htm
and see if that makes a difference. Also, make sure the cookies aren't being blocked.
Showing results 1 to 25 of 353

 
Forum Jump

All times are GMT. The time now is 05:10 AM.


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