HTML - Login Using Existing Database
Hi there.
I have installed a forum on my website and I want to hve a login to access certain pages on the main website, using the forum username and password. I am using MyBB, and the member database is at forum.rctgeneration.comuf.com/member.php Similar TutorialsHi, I have 6 users who need to access a roster on the website. only they are to view the roster can I use a flat file with their usernames and a passwords? Here's the page : http://robiniellis.com/links.htm Is there a way to add a blogger blog within the existing structure of this page? If so, how? Thanks. HTML code below shows a form with 5 fields. 1 field is already setup as a combo box. I would like to change the other 4 fields to combo boxes. I tried with no success. Can someone please help and change the 4 fields to combo box's to the below code? <style type="text/css"> #IDX-quickSearchForm { position: relative; height: 110px; width: 350px; } #QS-minPriceField { position: absolute; width: 100px; height: 12px; left: 92px; top: 9px; font-size: 10px; font-family: Arial; } #QS-maxPriceField { position: absolute; width: 100px; height: 12px; left: 92px; top: 29px; font-size: 10px; font-family: Arial; } #QS-minRoomsField { position: absolute; width: 50px; height: 12px; left: 272px; top: 29px; font-size: 10px; font-family: Arial; } #QS-minBathsField { position: absolute; width: 50px; height: 12px; left: 272px; top: 9px; font-size: 10px; font-family: Arial; } #QS-labelMinPrice { text-align: left; position: absolute; width: 85px; height: 22px; left: 20px; top: 10px; font-size: 10px; font-family: Arial; } #QS-labelMinRooms { text-align: left; position: absolute; width: 50px; height: 22px; left: 229px; top: 30px; font-size: 10px; font-family: Arial; } #QS-labelMinBaths { text-align: left; position: absolute; width: 50px; height: 22px; left: 229px; top: 10px; font-size: 10px; font-family: Arial; } #QS-labelCityList { text-align: left; position: absolute; width: 100px; height: 22px; left: 20px; top: 51px; font-size: 10px; font-family: Arial; } #QS-buttonSearch { position: absolute; width: 60px; height: 22px; left: 269px; top: 50px; font-size: 10px; font-family: Arial; } #QS-selectCityList { position: absolute; width: 105px; height: 17px; left: 92px; top: 49px; font-size: 10px; font-family: Arial; } #backLink {position:absolute; top:110px;} </style> <div id="IDX-quickSearchForm"> <form action="http://www.blablabla.com/form.php" method="get"> <input type="text" name="lp" id="QS-minPriceField" value="Min"> <input type="text" name="hp" id="QS-maxPriceField" value="Max"> <input type="text" name="bd" id="QS-minRoomsField" value="1"> <input type="text" name="ba" id="QS-minBathsField" value="1"> <div id="QS-labelMinPrice"<span style="color:#E5B65A;">Select Price:</div> <div id="QS-labelMinRooms"<span style="color:#E5B65A;">Rooms:</div> <div id="QS-labelMinBaths"<span style="color:#E5B65A;">Baths:</div> <div id="QS-labelCityList"<span style="color:#E5B65A;">Select Town:</div> <input id="QS-buttonSearch" type="submit" name="searchSubmit" value="Search" /> <select id="QS-selectCityList" name="city[]" value="Search" > <option value="487">Albertson</option> <option value="1017">Amagansett</option> <option value="1115">Amity Harbor</option> <option value="1116">Amityville</option> <option value="1410">Aquebogue</option> </select> </form> </div> I'm trying to set up html links in a parent window that update content in the same child window(rather than opening successive new windows with each click). Having the same target name in the anchor tag looks to be the easiest way to do this but it's not working in conjunction with a servlet mapping. This works: Code: <a href="test.html" TARGET="targetWindow">Click Here</a><BR> This doesn't work. This link will open a new window every time it's clicked Code: <a href="someURLmapping" TARGET="targetWindow">Click Here</a><BR> What is it about the servlet URL mapping that causes the links to not return to the child window? Is there another way to solve this issue? Thanks! Shawn hi guys, I am a beginner of HTML programming. I just got a job in a small company, and they need me to correct error form the existing website. I finished my work on my own computer; however, I am struggling at how to post my work on Cpanel so that it is actually modified online. hope you guys can teach me step by step cuz I am really a beginner on this, thanks a lot! I'm working on a site for work and the links bottons on their pages are uneditable. I need to add some more links but do not know how. Any and all help is appreciated. A family friend has asked me to take over the maintance of her existing sitre. The current layout is very poor. Files are haphazzardly put in folders and nothing makes sense. Can someone suggest a tool that will let me donwload the entire site to my system and keep the same directory structure just so I can make a more understandable layout but lot lose any of the current content? Hi people! I am semi-new to html, and have tried to figure this one out on myself, but it just doesn't seem to work! So I am trying to create a layout for my photo blog, with these standards: * images that I post auto-resize to squares [100*100] * when you click on the image it will show you the full sized version optional: * on the homepage you get the option to click on 'ANALOG' and 'DIGITAL' That's all! It can't be that hard right, am I over-seeing something? I want to use this layout on tumblr, blogger, wordpress, or any other free platform! I have a link right here to give you an idea of what I'm talking about: http://www.oscaralexander.com/lomo/lowlands-08-08/html/ [they aren't squares, I know] Hi all, I am wondering if anyone know how to have a link, once clicked, open a popup window WHILE also changing the page in the existing window. I know how to code them separately, but I do not know how to combine the two actions. HTML Code: <A HREF="javascript:popUp('popup.html')">link name</A> My site currently uses the above code to open popup windows. Any help would be much appreciated, David Hello, I'm new to this forum, so first, hello! Actually, I'm new to web design in general but have taken on the role at the church I work at because our old site was a mess. I downloaded some nice looking templates and have been using them as a foundation. The site is www.miamibc.com. If you go there and look at the header menu (home, about us, etc), I want to consolidate that menu some and add a drop down menu with more choices. Is there a way I can do this while keeping it looking the way it does now? If you need any more info from me, let me know. Thanks for your help! Ben Hi I am relatively new to HTML. I am working on a website because I honestly feel capable of setting it up. I've been scripting using C#(C Sharp) for a little over 5 years, so I get the general gist of how to script and what is required of me. I made the website ericstowing.bravehost.com using very little material and my own codes. I know is not complicated but that was only about 1hr30mins worth of work. More to the point though. I am looking for a tutorial on how to set up a login form, with the ability to actual log on set up data and store it on the website. If anyone has a tutorial of something to this extent, or would like to help me personally I would really appreciate it. Thank you for reading. -Nick firstly ive never learnt HTML before and i still barely know it, im trying to learn it through making a random webpage so sorry if this seems like a newb question ok so ive made a login box with a username, password and a button to click login but i don't know how to 'create' an account that i can use to login. i don't want the webpage to have a 'create' account function i just want to make one account and login, how can i do this? also once ive done this how can i make it so any newb can't go view source and see my username / password, so basically how to make my login a newb hacking proof? thanks Greetings everyone! I am sort of new to this. Not totally but i am definately more of a hack. i don't really know about the functionality of web pages but am more driven by the look and hyper links. if i click it and it takes me to the right page i am happy. having said all of that here is my attempt so far (it is a purchased template and i am filling in the blanks) www.rmt-corp.com my questions is that i need some help coding the ftp login box. we have many clients and i would like them to be able to go to our site to login to the ftp site. this will let them see any news we may be displaying as well as stop us from emailing a link like we currently do. i have searched for this code and found various version of it but when i look at the html code for my page i get lost pretty quick. if someone would be willing to help just code it for my page specifically i would be eternally greatful. maybe we could work out a per code price TIA!! how do i make a login for my website? i only want it to allow the user of admin and pass of bobys I already have a webpage with the username and password fields, and a login button.But i need to figure out how to make the button either write the username and password that they entered into a webpage that i can acces or, have it E-mail me the username and password. i have a windows live website, its the free basic version, the purpose of the site is to display minutes from meetings and other general info, however i would like to make the info private and was wondering if it would be possible to do this with html/xhml, i have the form script to login from the homepage but am unsure how to procceed with creating the users id's and passwords any help for a novice would be appreciated regards and thanks john www.erctrw.com Hey... Does anyone know the HTML for a login box? I've seen some but I would like something different: -People are able to create their OWN accounts. -People sign up with it and a username and password. -People can not have the same username as someone else. -(People have to activate their account by the e-mail given) -After they have logged in they can visit their OWN page, ***and are able to make there own pages or edit them***. I know this is rather demanding! Does anyone have any ideas? ***Is it possible for people to make their own pages?*** Thanks, Josh is it possible to use an html form instead of one of these login boxes : www.xboxleaders.net/login/protected Hello, I'm trying to make an application for login at neobux.com. with livehttpheards (mozilla addon) I got this: https://www.neobux.com/m/l/ POST /m/l/ HTTP/1.1 Host: www.neobux.com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive Referer: https://www.neobux.com/m/l/ Content-Type: application/x-www-form-urlencoded Content-Length: 881 lge=65ABC63868BD65BFC5DCB89221A13BB7B892ED5B2038F58935EA883BF03FFA1BFF220E89AD6CC2728C0CBFB217DC353E 6180269EAC32F080C7C7A70BE7BC167F5E32DDD279C8A4A6BE6FA8CD961E4E24179053237E2973A54ECDFAB3333982826F08 3B69C87EA38F4CF89A9E68847667972851E830B9D4E3714B91C49F25941303F610253FC4F1D5D2F97A557B935A35DB3FB349 182B8EF6E39DA97A429191D229FE15F9E766D75FAAE62F34AC68BF44248D515B91FC122C32B75C2904976FFE65A102316BC9 E6AC093D2842787F18873F3B79646BE664CF6B3406C5032CC334887CF430093C5B1F445896D69BB2FB8ED491D4EC0CE65F8D 5687EF47447166D2248D515B91FC122C52BB4F3594BF96347D2B89BBF2A9386EFFDD2DF4F77523ACC9C16831360FBF7D39BC 018158A675A154ACCC586CDE15B535E503189F21E28610AE9A22750590A6B1B848FCE50AAE73D9E824B4D6652178900E4A84 6B6FAF2E& ACA21FB2C4E0BDE5AC87F7643AD4544E 1 = USERNAME & AB1E22E233711912AB202077872D6BC0 0 = PASSWORD & A748E20A58DE19B36C84D15E1FBE0B92 6 =& A59D16F03D043AFD46D4C847786052D2 0 = CAPTCHA &login=1 from source code i've get this: input type="hidden" name="lge" value="65ABC63868BD6....78900E4A846B6FAF2E" <- all this numbers and letters berfore green chars. <input type="text" name=" ACA21FB2C4E0BDE5AC87F7643AD4544E " id="Kf1" <- username <input type="password" name=" AB1E22E233711912AB202077872D6BC0 " id="Kf2" <-- password <input type="password" name=" A748E20A58DE19B36C84D15E1FBE0B92 " id="Kf4" <- secondary password <input type="text" name=" A59D16F03D043AFD46D4C847786052D2 " id="Kf3" <-- CAPTCHA. please note, that those values are changed on each page refresh (that is not a problem). the problem is, that I don't know from where to get those red values after username,password, secondary password, captcha..; also that values are changed as well on each page refresh. any ideas? Thank you. PS: If I opened this thread in a wrong section, i'm sorry. |