Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 11-09-2003, 06:50 AM   #1
brimix
Confirmed User
 
Join Date: Oct 2001
Posts: 99
Autogallery Need H

Dear guys,
I am encountering some problems in th eset up of AutoGallery Pro Sql at my www.pleasurebank.org

Is there any good ones that can help me please?
__________________
With best regards,

Brimix
Icq 117027210
[email protected]
brimix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-09-2003, 06:54 AM   #2
XxXotic
Confirmed User
 
Join Date: Jun 2002
Location: Da Swamps
Posts: 8,500
might help if you posted the problems you're having
__________________
Oxeo - Serious Hosting For Serious Webmasters. iCQ:135.887013
XxXotic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-09-2003, 06:58 AM   #3
SYNIKAL
Confirmed User
 
Join Date: Feb 2003
Posts: 1,795
helps if you own the script too..

run init.cgi & then try setup.cgi
__________________
...........
SYNIKAL is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-09-2003, 07:09 AM   #4
brimix
Confirmed User
 
Join Date: Oct 2001
Posts: 99
Dear Guys,
I have bought th escript version 3.0 3 days ago and have had the programmer of Jimbsoft installing it on my server at www.pleasurebank.org

Since the web site is pretty new I do not have any db of galleries, but even it can be like that the main html page must not show the html tag as at www.pleasurebank.org

1) The fact is that the category are written in the right way, but as you can see at my main page the script is loading the #%name category_1# but not the category list of galleries.

2) where are the *.cgi files that you are talking about?

Please feel free to contact me via Icq and I'll be happy to send you some good Chianti wine if you solve me this shitty problem.

Thanks a lot
__________________
With best regards,

Brimix
Icq 117027210
[email protected]
brimix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-09-2003, 10:52 AM   #5
malakajoe
Confirmed User
 
Join Date: Feb 2003
Location: Sacramento
Posts: 1,751
Quote:
Originally posted by brimix
Dear Guys,
I have bought th escript version 3.0 3 days ago and have had the programmer of Jimbsoft installing it on my server at www.pleasurebank.org

Since the web site is pretty new I do not have any db of galleries, but even it can be like that the main html page must not show the html tag as at www.pleasurebank.org

1) The fact is that the category are written in the right way, but as you can see at my main page the script is loading the #%name category_1# but not the category list of galleries.

2) where are the *.cgi files that you are talking about?

Please feel free to contact me via Icq and I'll be happy to send you some good Chianti wine if you solve me this shitty problem.

Thanks a lot
1. Should be ##Category## in your HTML.

2. The CGI files should be in something like www.pleasurebank.org/cgi-bin/tgp.

Read the instructions here. http://www.jmbsoft.com/owners/ags/be...ual/index.html You are on the new 3.0 beta (which is incredibly better than 2). Looks like you are reading the instructions for ver. 2.
__________________
Selfpleasure.com for sale on auction. Closes on Tuesday March 11th at 9pm PST!!!!

Dirty enough to be good, but clean enough for everyone!
------------------------------------------------------------------

Moral Police - First graduating class coming soon! - Forcing our values across the internet
malakajoe is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-09-2003, 10:56 AM   #6
malakajoe
Confirmed User
 
Join Date: Feb 2003
Location: Sacramento
Posts: 1,751
Quote:
Originally posted by brimix
Dear Guys,
I have bought th escript version 3.0 3 days ago and have had the programmer of Jimbsoft installing it on my server at www.pleasurebank.org

Since the web site is pretty new I do not have any db of galleries, but even it can be like that the main html page must not show the html tag as at www.pleasurebank.org

1) The fact is that the category are written in the right way, but as you can see at my main page the script is loading the #%name category_1# but not the category list of galleries.

2) where are the *.cgi files that you are talking about?

Please feel free to contact me via Icq and I'll be happy to send you some good Chianti wine if you solve me this shitty problem.

Thanks a lot
To go more indepth, you need something like this at the top of your template.

Code:
<%TEMPLATE
NAME Default Text
HTML ##Date## <a href="##Gallery_URL##" target="_blank">##Category##</a><br />
%>
Then, in your table, you need to put code like this under each category. (change the CATEGORY to be the category you want at that section).

Code:
<%GALLERIES
TYPE Text
CATEGORY Group Pictures
DATE 0
AMOUNT 10
SORT Display_Date DESC, Display_Stamp DESC
HTML Default Text
%>
__________________
Selfpleasure.com for sale on auction. Closes on Tuesday March 11th at 9pm PST!!!!

Dirty enough to be good, but clean enough for everyone!
------------------------------------------------------------------

Moral Police - First graduating class coming soon! - Forcing our values across the internet

Last edited by malakajoe; 11-09-2003 at 11:01 AM..
malakajoe is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-09-2003, 11:03 AM   #7
malakajoe
Confirmed User
 
Join Date: Feb 2003
Location: Sacramento
Posts: 1,751
Add a < before the first % and a > after the ending %..same with a href.


Quote:
Originally posted by malakajoe


To go more indepth, you need something like this at the top of your template.

%TEMPLATE
NAME Default Text
HTML ##Date## a href="##Gallery_URL##" target="_blank"##Category##</a><br />
%

Then, in your table, you need to put code like this under each category. (change the CATEGORY to be the category you want at that section).

%GALLERIES
TYPE Text
CATEGORY Group Pictures
DATE 0
AMOUNT 10
SORT Display_Date DESC, Display_Stamp DESC
HTML Default Text
%
__________________
Selfpleasure.com for sale on auction. Closes on Tuesday March 11th at 9pm PST!!!!

Dirty enough to be good, but clean enough for everyone!
------------------------------------------------------------------

Moral Police - First graduating class coming soon! - Forcing our values across the internet
malakajoe is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-09-2003, 11:56 AM   #8
Vox
Confirmed User
 
Vox's Avatar
 
Industry Role:
Join Date: Mar 2002
Location: Montreal
Posts: 2,710
This is the way you need to set up your template url
PHP Code:
<a href="##Mixed-Text-Gallery_URL-1##" target="_blank" hahahahahahahaOver="window.status='##Mixed-Text-Description-1##'; return true;" hahahahahahahaOut="window.status=''; return true;">##Mixed-Text-Description-1##</a> 

This is how I use it on my site.



HAHAHA= On Mouse
__________________
Social profile assassination for hire

Last edited by Vox; 11-09-2003 at 11:59 AM..
Vox is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.