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 07-04-2004, 11:02 PM   #1
riosluts
Confirmed User
 
Join Date: Sep 2003
Posts: 5,250
Dreamsubmitter error

I keep getting this

FORM TAG "cat" -SELECT DROPDOWN DID NOT MATCH
/form error


The category fills correctly and also all the category selections match in the Category Properties.

Anyone know how to fix this
__________________

riosluts is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:02 PM   #2
sixxxth_sense
So Fucking Banned
 
Join Date: Nov 2003
Location: T.O.
Posts: 2,430
RTFM!
sixxxth_sense is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:06 PM   #3
riosluts
Confirmed User
 
Join Date: Sep 2003
Posts: 5,250
Quote:
Originally posted by sixxxth_sense
RTFM!
do u think the solution would be there
__________________

riosluts is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:11 PM   #4
Strife
Confirmed User
 
Join Date: Aug 2001
Location: Canada
Posts: 4,534
the field is a dropdown menu?

do you have "SELECT DROPDOWN" selected as the element type?
Strife is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:20 PM   #5
riosluts
Confirmed User
 
Join Date: Sep 2003
Posts: 5,250
Quote:
Originally posted by Strife
the field is a dropdown menu?

do you have "SELECT DROPDOWN" selected as the element type?
yes i do
__________________

riosluts is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:25 PM   #6
WarChild
Let slip the dogs of war.
 
WarChild's Avatar
 
Industry Role:
Join Date: Jan 2003
Location: Bermuda
Posts: 17,263
I think /form means the html is not terminated properly with /form .. That is the site you're trying to submit to is fucked up .. there are a few like that.
WarChild is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:26 PM   #7
riosluts
Confirmed User
 
Join Date: Sep 2003
Posts: 5,250
ok i fixed the SELECTED DROPDOWN error by recreating the list and now it works. But for some other TGPs i get this error

FORM TAG "dsc" -FILL RESULT MISMATCH
/form error
__________________

riosluts is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:27 PM   #8
riosluts
Confirmed User
 
Join Date: Sep 2003
Posts: 5,250
Quote:
Originally posted by WarChild
I think /form means the html is not terminated properly with /form .. That is the site you're trying to submit to is fucked up .. there are a few like that.
thats what i am starting to think. is there any way to disable this error checking which prevents the auto submittion.
__________________

riosluts is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:30 PM   #9
WarChild
Let slip the dogs of war.
 
WarChild's Avatar
 
Industry Role:
Join Date: Jan 2003
Location: Bermuda
Posts: 17,263
Quote:
Originally posted by riosluts
thats what i am starting to think. is there any way to disable this error checking which prevents the auto submittion.
I don't know if there's a fix for this yet. I'll pester Nifield for you, see if he can't get /form ignored.
WarChild is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:32 PM   #10
riosluts
Confirmed User
 
Join Date: Sep 2003
Posts: 5,250
Quote:
Originally posted by WarChild
I don't know if there's a fix for this yet. I'll pester Nifield for you, see if he can't get /form ignored.
one more question. Would you happen to know how to get it to select a button. For instance I want it to click
"Let the script select a thumbnail for you"
the form id is Thumb_Source

102 - INPUT BUTTON - Thumb_Source "Select"

in M3 i put

Thumb_Source
Select

and still doesnt select it
__________________

riosluts is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:39 PM   #11
Nifield
Confirmed User
 
Join Date: Mar 2003
Location: vancouver
Posts: 1,345
Sounds like you might not have the correct description length matched up, contact me in icq and i can work with you personally on any problem you have.
__________________
ICQ9635421
Nifield is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:39 PM   #12
WarChild
Let slip the dogs of war.
 
WarChild's Avatar
 
Industry Role:
Join Date: Jan 2003
Location: Bermuda
Posts: 17,263
Quote:
Originally posted by riosluts
one more question. Would you happen to know how to get it to select a button. For instance I want it to click
"Let the script select a thumbnail for you"
the form id is Thumb_Source

102 - INPUT BUTTON - Thumb_Source "Select"

in M3 i put

Thumb_Source
Select

and still doesnt select it
It's a numeric value. You need to do a translation. I use C11 for this.

Go to the site in your database. If you put it in M3, then it should say Thumb_Source .. Like you have. Now hit the yellow folder icon beside M3

You will need an entry for each of the numeric values you might use. Typically upload file = 0 , script select = 1, crop =2.
Hit the Live Update .. It'll add three new rows. Just make sure they are TYPE: Radial Button and have the Values "1", "2" and "3" as I said above.

Does that make sense? Sort of hard to explain.
WarChild is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:40 PM   #13
WarChild
Let slip the dogs of war.
 
WarChild's Avatar
 
Industry Role:
Join Date: Jan 2003
Location: Bermuda
Posts: 17,263
Quote:
Originally posted by Nifield
Sounds like you might not have the correct description length matched up, contact me in icq and i can work with you personally on any problem you have.
The man himself has arrived. You'll be in good hands now.
WarChild is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:42 PM   #14
riosluts
Confirmed User
 
Join Date: Sep 2003
Posts: 5,250
Quote:
Originally posted by WarChild
It's a numeric value. You need to do a translation. I use C11 for this.

Go to the site in your database. If you put it in M3, then it should say Thumb_Source .. Like you have. Now hit the yellow folder icon beside M3

You will need an entry for each of the numeric values you might use. Typically upload file = 0 , script select = 1, crop =2.
Hit the Live Update .. It'll add three new rows. Just make sure they are TYPE: Radial Button and have the Values "1", "2" and "3" as I said above.

Does that make sense? Sort of hard to explain.
the M3 doesnt have the folder icon option. Should I put it in like C11 instead
__________________

riosluts is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:43 PM   #15
riosluts
Confirmed User
 
Join Date: Sep 2003
Posts: 5,250
Quote:
Originally posted by Nifield
Sounds like you might not have the correct description length matched up, contact me in icq and i can work with you personally on any problem you have.
alright ill load up my ICQ. Thanks for your help Warchild
__________________

riosluts is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:44 PM   #16
WarChild
Let slip the dogs of war.
 
WarChild's Avatar
 
Industry Role:
Join Date: Jan 2003
Location: Bermuda
Posts: 17,263
Quote:
Originally posted by riosluts
the M3 doesnt have the folder icon option. Should I put it in like C11 instead
Yeah use one of the C#'s for this .. you're going to need to change this value on lots of sites, if you get a large submit list. So make it a standard variable.
WarChild is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:46 PM   #17
riosluts
Confirmed User
 
Join Date: Sep 2003
Posts: 5,250
Quote:
Originally posted by WarChild
Yeah use one of the C#'s for this .. you're going to need to change this value on lots of sites, if you get a large submit list. So make it a standard variable.
Yeah I put Thumb_Source in C11 and clicked the LiveUpdate button and nothing showed up
__________________

riosluts is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:47 PM   #18
WarChild
Let slip the dogs of war.
 
WarChild's Avatar
 
Industry Role:
Join Date: Jan 2003
Location: Bermuda
Posts: 17,263
Quote:
Originally posted by riosluts
Yeah I put Thumb_Source in C11 and clicked the LiveUpdate button and nothing showed up
Give me the URL of the submission form please. Make this much easier.
WarChild is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-04-2004, 11:50 PM   #19
riosluts
Confirmed User
 
Join Date: Sep 2003
Posts: 5,250
Quote:
Originally posted by WarChild
Give me the URL of the submission form please. Make this much easier.
http://freexxx.ws/cgi-bin/submit.cgi
__________________

riosluts is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-05-2004, 12:09 AM   #20
WarChild
Let slip the dogs of war.
 
WarChild's Avatar
 
Industry Role:
Join Date: Jan 2003
Location: Bermuda
Posts: 17,263
Quote:
Originally posted by riosluts
http://freexxx.ws/cgi-bin/submit.cgi
Okay do this:

Make sure you have a value for C11 in your Submission Que.

Go to Submission Que. Hit the Yellow Folder next to C11.

If there is nothing in the grid: Right click and select "Add"

Type in "Select" .. It will then have the name "Select" And the No. Submission URLS matched will say "0"

You can add another value for upload, if you like, by repeating the above procedure.

You will have to Generate the HTML now: Options --> Gallery HTML Generator

Make sure to selection a value for C11 in the Submission Que in the Gallery Generator. Make your galleries and exit the gallery generator.

Go to the Databse for the submission URL http://freexxx.ws/cgi-bin/submit.cgi

Fill the box next to C11 with "Thumb_Source" and hit the Yellow folder beside it when you've filled it out.

Right Click in the Grid and select "Add"

".match Submission Que" you will fill out to be the same as the entries we added earlier in the Submission Que. In this case fill it out as "Select".

"HTML form field value" you will set to be "2"

".element type" will have to be "RADIO BUTTON"

I have it working in my database now. Let me know if you still can't get it.
WarChild is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-05-2004, 12:28 AM   #21
riosluts
Confirmed User
 
Join Date: Sep 2003
Posts: 5,250
Quote:
Originally posted by WarChild
Okay do this:

Make sure you have a value for C11 in your Submission Que.

Go to Submission Que. Hit the Yellow Folder next to C11.

If there is nothing in the grid: Right click and select "Add"

Type in "Select" .. It will then have the name "Select" And the No. Submission URLS matched will say "0"

You can add another value for upload, if you like, by repeating the above procedure.

You will have to Generate the HTML now: Options --> Gallery HTML Generator

Make sure to selection a value for C11 in the Submission Que in the Gallery Generator. Make your galleries and exit the gallery generator.

Go to the Databse for the submission URL http://freexxx.ws/cgi-bin/submit.cgi

Fill the box next to C11 with "Thumb_Source" and hit the Yellow folder beside it when you've filled it out.

Right Click in the Grid and select "Add"

".match Submission Que" you will fill out to be the same as the entries we added earlier in the Submission Que. In this case fill it out as "Select".

"HTML form field value" you will set to be "2"

".element type" will have to be "RADIO BUTTON"

I have it working in my database now. Let me know if you still can't get it.
ahh it works. Thanks alot for your help Warchild
__________________

riosluts is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-05-2004, 12:30 AM   #22
WarChild
Let slip the dogs of war.
 
WarChild's Avatar
 
Industry Role:
Join Date: Jan 2003
Location: Bermuda
Posts: 17,263
Quote:
Originally posted by riosluts
ahh it works. Thanks alot for your help Warchild
No prob. You owe me a beer next convention.
WarChild is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-05-2004, 10:52 AM   #23
Nifield
Confirmed User
 
Join Date: Mar 2003
Location: vancouver
Posts: 1,345
Good stuff, i couldnt have said it better myself. Seems you really have a good handle on our software. I'll have to buy you a beer as well

thanks!

__________________
ICQ9635421
Nifield 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.