Dreamsubmitter error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • riosluts
    Confirmed User
    • Sep 2003
    • 5250

    #1

    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

  • sixxxth_sense
    So Fucking Banned
    • Nov 2003
    • 2430

    #2
    RTFM!

    Comment

    • riosluts
      Confirmed User
      • Sep 2003
      • 5250

      #3
      Originally posted by sixxxth_sense
      RTFM!
      do u think the solution would be there

      Comment

      • Strife
        Confirmed User
        • Aug 2001
        • 4534

        #4
        the field is a dropdown menu?

        do you have "SELECT DROPDOWN" selected as the element type?
        Buy & Sell Ads on The Most Sexy Advertising Network on the Planet

        Comment

        • riosluts
          Confirmed User
          • Sep 2003
          • 5250

          #5
          Originally posted by Strife
          the field is a dropdown menu?

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

          Comment

          • WarChild
            Let slip the dogs of war.
            • Jan 2003
            • 17263

            #6
            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.
            .

            Comment

            • riosluts
              Confirmed User
              • Sep 2003
              • 5250

              #7
              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

              Comment

              • riosluts
                Confirmed User
                • Sep 2003
                • 5250

                #8
                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.

                Comment

                • WarChild
                  Let slip the dogs of war.
                  • Jan 2003
                  • 17263

                  #9
                  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.
                  .

                  Comment

                  • riosluts
                    Confirmed User
                    • Sep 2003
                    • 5250

                    #10
                    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

                    Comment

                    • Nifield
                      Confirmed User
                      • Mar 2003
                      • 1345

                      #11
                      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

                      Comment

                      • WarChild
                        Let slip the dogs of war.
                        • Jan 2003
                        • 17263

                        #12
                        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.
                        .

                        Comment

                        • WarChild
                          Let slip the dogs of war.
                          • Jan 2003
                          • 17263

                          #13
                          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.
                          .

                          Comment

                          • riosluts
                            Confirmed User
                            • Sep 2003
                            • 5250

                            #14
                            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

                            Comment

                            • riosluts
                              Confirmed User
                              • Sep 2003
                              • 5250

                              #15
                              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

                              Comment

                              • WarChild
                                Let slip the dogs of war.
                                • Jan 2003
                                • 17263

                                #16
                                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.
                                .

                                Comment

                                • riosluts
                                  Confirmed User
                                  • Sep 2003
                                  • 5250

                                  #17
                                  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

                                  Comment

                                  • WarChild
                                    Let slip the dogs of war.
                                    • Jan 2003
                                    • 17263

                                    #18
                                    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.
                                    .

                                    Comment

                                    • riosluts
                                      Confirmed User
                                      • Sep 2003
                                      • 5250

                                      #19
                                      Originally posted by WarChild
                                      Give me the URL of the submission form please. Make this much easier.
                                      http://freexxx.ws/cgi-bin/submit.cgi

                                      Comment

                                      • WarChild
                                        Let slip the dogs of war.
                                        • Jan 2003
                                        • 17263

                                        #20
                                        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.
                                        .

                                        Comment

                                        • riosluts
                                          Confirmed User
                                          • Sep 2003
                                          • 5250

                                          #21
                                          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

                                          Comment

                                          • WarChild
                                            Let slip the dogs of war.
                                            • Jan 2003
                                            • 17263

                                            #22
                                            Originally posted by riosluts
                                            ahh it works. Thanks alot for your help Warchild
                                            No prob. You owe me a beer next convention.
                                            .

                                            Comment

                                            • Nifield
                                              Confirmed User
                                              • Mar 2003
                                              • 1345

                                              #23
                                              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

                                              Comment

                                              Working...