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 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: cgiscript
Forum: Website Hosting 11-18-2005, 07:40 PM
Replies: 1
Views: 18,689
Posted By cgiscript
Yes.. we use cpanel which easily allows you to...

Yes.. we use cpanel which easily allows you to manage email accounts, FTP users, Mysql databases and a lot of other goodies. :D
Forum: Website Hosting 11-18-2005, 07:37 PM
Replies: 1
Views: 5,764
Posted By cgiscript
No. The scripts that come re-installed on your...

No. The scripts that come re-installed on your site are special versions. If you’ve purchased copies of the scripts out-right, then you can move those.
Forum: Website Hosting 11-18-2005, 07:04 PM
Replies: 1
Views: 4,429
Posted By cgiscript
Yes. The only difference between our hosting...

Yes. The only difference between our hosting service and anyone else is in addition to have access to perl, php, email, etc we also pre-install some of our scripts on your site.
Forum: Product Help 11-18-2005, 06:34 PM
Replies: 1
Views: 3,557
Posted By cgiscript
Yes.. In the links wizard you can create a view...

Yes.. In the links wizard you can create a view link for a calendar that has events from one or more calendars.
Forum: Product Discussion and Feedback 11-18-2005, 06:32 PM
Replies: 1
Views: 3,584
Posted By cgiscript
csNewsletter allows you to create individual...

csNewsletter allows you to create individual subscribe forms for each list so you could have a 'dealers only' webpage with that subscribe form on it and then a general page with the general subscribe...
Forum: Product Help 11-18-2005, 06:17 PM
Replies: 3
Views: 3,808
Posted By cgiscript
Usually that means there is a problem with a path...

Usually that means there is a problem with a path in the setup.cgi file. Take another look at the paths used in your setup.cgi and verify they are correct. The other problem could be directory...
Forum: Product Discussion and Feedback 11-18-2005, 06:13 PM
Replies: 1
Views: 3,610
Posted By cgiscript
Usually you have to install it on each site you...

Usually you have to install it on each site you want to do the find/replace on. However, if you have 'subsites' that are in the same directory structure as a main site.. then you could install it on...
Forum: Custom Programming 11-18-2005, 06:11 PM
Replies: 1
Views: 4,011
Posted By cgiscript
At the top of csNews.cgi you should see ###...

At the top of csNews.cgi you should see
### target for URL articles on listings.
$urltarget = '_blank';

### target for URL articles on searches
$searchtarget = '_blank';

You can change those...
Forum: Product Discussion and Feedback 11-18-2005, 06:09 PM
Replies: 1
Views: 3,607
Posted By cgiscript
Yes.. when you create a 'list', the management...

Yes.. when you create a 'list', the management screen has a form that you can copy and place onto any of your web pages for people to subscribe to that list.
Forum: Product Discussion and Feedback 11-18-2005, 06:08 PM
Replies: 1
Views: 3,602
Posted By cgiscript
If you use the SSI or php display call, then yes....

If you use the SSI or php display call, then yes. It will appear as any other web page to the outside world. Most search engines don't understand javascript so if you use the javascript display...
Forum: Product Discussion and Feedback 11-18-2005, 05:59 PM
Replies: 1
Views: 3,604
Posted By cgiscript
Normally you need to create a password protected...

Normally you need to create a password protected directory and place any files you want to protect inside that directory. If you have a unix based web server, our csPassword program might work for...
Forum: Custom Programming 11-18-2005, 05:57 PM
Replies: 1
Views: 4,057
Posted By cgiscript
Yes.. you could edit the template...

Yes.. you could edit the template (t_show_FAQ.htm) and remove the button there.
Forum: Product Discussion and Feedback 11-18-2005, 05:52 PM
Replies: 1
Views: 4,119
Posted By cgiscript
There aren't any limits set in the script but you...

There aren't any limits set in the script but you would be limited disk space on your server.
Forum: Product Discussion and Feedback 11-18-2005, 05:42 PM
Replies: 1
Views: 3,606
Posted By cgiscript
You should take a look at our csPassword program....

You should take a look at our csPassword program. Also, you might check if your website control panel (if you have one) has a feature to password protect a directory.
Forum: Custom Programming 11-18-2005, 05:39 PM
Replies: 1
Views: 3,581
Posted By cgiscript
You can with some modifications. About line 635...

You can with some modifications. About line 635 of CSMailto.cgi you will see

###export data to file
if($in{'form-extfile'} eq "YES"){
my (@af);
##export fields first if file doesn't exist
if(! -e...
Forum: Product Help 11-18-2005, 05:37 PM
Replies: 5
Views: 5,087
Posted By cgiscript
Normally what you would do is modify the look of...

Normally what you would do is modify the look of the page where you are displaying the poll. For example, you could create an html page with the background being silver and a logo at the top. Then...
Forum: Product Help 11-18-2005, 05:35 PM
Replies: 5
Views: 5,087
Posted By cgiscript
You should be able to do that with the style...

You should be able to do that with the style settings. In the config section you can choose to have custom style settings for that poll. Or, you can edit the default.css file that is in the images...
Forum: Product Help 11-18-2005, 05:33 PM
Replies: 5
Views: 5,087
Posted By cgiscript
Looks like you are installing the script in your...

Looks like you are installing the script in your cgi-bin dir. There are separate instructions for installing it in your cgi-bin which is why you are getting that particular error. Does the script...
Forum: Product Discussion and Feedback 11-18-2005, 05:18 PM
Replies: 1
Views: 3,130
Posted By cgiscript
It has 2 options, AND and OR. If you searched for...

It has 2 options, AND and OR. If you searched for 'blah1 blah2' with the AND option set, it would have to match exactly 'blah1 blah2' on the page. If you used OR, it would find pages with either...
Forum: Product Help 11-18-2005, 05:09 PM
Replies: 1
Views: 3,560
Posted By cgiscript
The password shouldn't have changed when you...

The password shouldn't have changed when you change your home computer. Its possible that your new computer is blocking cookies from the site which would prevent you from logging in. The only...
Forum: Product Help 11-18-2005, 05:06 PM
Replies: 1
Views: 3,384
Posted By cgiscript
What you need to do is CHMOD the 'forms'...

What you need to do is CHMOD the 'forms' subdirectory to 777 and all the files in the forms directory to 666 and that should allow you to save/add forms.
Forum: Product Help 11-18-2005, 05:01 PM
Replies: 1
Views: 3,526
Posted By cgiscript
If you have only one or 2 pages and the pages are...

If you have only one or 2 pages and the pages are simple html, i would suggest csCreatePro. If you want them to edit more than a couple of pages or need an advanced html editor, i would suggest...
Forum: Product Help 11-18-2005, 04:58 PM
Replies: 1
Views: 3,477
Posted By cgiscript
What you can do is in the links wizard section,...

What you can do is in the links wizard section, specify a URL for the page you want to take the person to after they have voted. You can insert the results on the page if you like or leave the...
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT. The time now is 01:50 AM.


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