yafreax Posted February 15, 2001 Posted February 15, 2001 quote: Originally posted by yalebulldog: I am getting this error message, "file not found. The file"golf_database/FM pro" could not be found." I think it has to do with my HREF, here is my code for the search format <form action="FM Pro" method="post"> <input type="hidden" name="-db" value="golf_funraiser.fp5"> <input type="hidden" name="-lay" value="cgi"> <input type="hidden" name="-format" value="list.htm"> <input type="hidden" name="-error" value="golf_error.htm"> . . . snip. . . [FMP-record] [FMP-field:first name]<A HREF="http://255.255.255.255/golf_fundraiser.fp5/[FMP-linkrecID:format=detail.htm, layout=web form view]"> [FMP-field: last name]</a><br> [/FMP-record] [FMP-linkprevious] <img src="images/previous.gif" alt="Previous" width="14" height="14" border=0> [/FMP-linkprevious] [FMP-linknext]<img src="images/next.gif" alt="Previous" width="14" height="14" border=0> [/FMP-linknext] Any help would be appreciated. Thanks! Fritz Well, your syntax is all wrong witht the href above. Unless you want them to download your file. You should just lose the HTTP://255.255.255.255/golf_fundraiser.fp5. <A HREF="[FMP-linkrecID:format=detail.htm, layout=web form view]" should work fine. When accessing files through a link, they should look similar to the following format: http://255.255.255.255/FMPro?-db=databasename&-lay=layoutname&-format=formatpage.html&-view multiple other tags can be added. Word of advice. DONT POST YOUR IP ON THE WEB FOR 3000 MEMBERS OF THIS FORUM TO SEE AND ABUSE. PLEASE EDIT YOUR MESSAGE AND CHANGE IT!! 255.255.255.255 is a good alternative jeremy
Anatoli Posted February 15, 2001 Posted February 15, 2001 yalebulldog You should have the databases protected. I left non-destructive remark on one layout. Hackers are not so polite
yafreax Posted February 16, 2001 Author Posted February 16, 2001 quote: Originally posted by Anatoli: yalebulldog Hackers are not so polite True, but FMPro-er's sure do like to try and steal secrets huh? Anatoli just couldn't resist temptation. . . hey, niether could i, but i refrained from leaving any remarks or even thought about creating a startup script to display obscene messages!! Well, thought about it, but obviously wouldn't do that. jeremy (hacker at heart hating that i have to resist)
yalebulldog Posted February 16, 2001 Posted February 16, 2001 Thanks again for not killing my computer I am certainly glad you resisted the temptation. I tried taking out the syntax that included the IP address and still got the same message. Then I tried move the format file from the subfolder(golf_database) and now I get a message that it can't find FM pro. I know a simple search cannot not be that hard, right? Any more suggestion before I go crazy!!! Thanks!
Keith M. Davie Posted February 16, 2001 Posted February 16, 2001 Nomenclature: [FMP-linkrecID:format=detail.htm, layout=web form view] Change your layout name to web. Simplify. Spaces play havoc. Peace Keith M. Davie
Keith M. Davie Posted February 16, 2001 Posted February 16, 2001 <input type="hidden" name="-db" value="golf_funraiser.fp5"> Did you lose a "d"? Peace Keith
yalebulldog Posted February 16, 2001 Posted February 16, 2001 Please! someone help me. I am new CDML and I am having trouble getting search file to work correctly. I am getting this error message, "file not found. The file"golf_database/FM pro" could not be found." I think it has to do with my HREF, here is my code for the search format <form action="FM Pro" method="post"> <input type="hidden" name="-db" value="golf_funraiser.fp5"> <input type="hidden" name="-lay" value="cgi"> <input type="hidden" name="-format" value="list.htm"> <input type="hidden" name="-error" value="golf_error.htm"> First Name:<input type="text" name="First Name" value=""> Last Name: <input type="text" name="Last Name" value=""> Type: <select name="Type" size=1> <option selected>-make a selection- <option>Sponsor <option>Foursome <option>Donation </select> <select name="-max"> <option>5 <option selected>10 <option>20 <option>all </select> <br> <br> <input type="Submit" name="-find" value="Find"> <input type="reset" name="-reset" value="Clear"> and here is the code for the "list" format file [FMP-record] [FMP-field:first name]<A HREF="http://222.222.222.22/golf_fundraiser.fp5/[FMP-linkrecID:format=detail.htm, layout=web form view]"> [FMP-field: last name]</a><br> [/FMP-record] [FMP-linkprevious] <img src="images/previous.gif" alt="Previous" width="14" height="14" border=0> [/FMP-linkprevious] [FMP-linknext]<img src="images/next.gif" alt="Previous" width="14" height="14" border=0> [/FMP-linknext] Any help would be appreciated. Thanks! Fritz [This message has been edited by yalebulldog (edited February 15, 2001).]
Anatoli Posted February 16, 2001 Posted February 16, 2001 quote: Originally posted by yafreax: True, but FMPro-er's sure do like to try and steal secrets huh? Anatoli just couldn't resist temptation. . . hey, niether could i, but i refrained from leaving any remarks or even thought about creating a startup script to display obscene messages!! Well, thought about it, but obviously wouldn't do that. jeremy (hacker at heart hating that i have to resist) I just put the same text as here on one layout, so it wouldn't be forgotten :-) I did not opened even the script editor...
Recommended Posts
This topic is 8757 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now