Jump to content

darklexus2k9

Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by darklexus2k9

  1. my db is mysql auto correct on my mobile messed it up the reason I only need the key checked is because nothing of upmost security is shows on the page the pages content is eather shown to the user in browser or shown in my own application the reason I only want keys is because the keys change every time my app is opened so it is more than enough security than I need do you know how to connect to a mysql db using php and check for a specific key in the db and if the key is found run some code ?
  2. why dont you have your servers take the usernames of both parties and join them together than use a random genarated string appended to the end hash this then use that has as a salt for creating another hash and use this to store it on your system ? or the most secure way have your messanger ask the user for a password client side and then use this as a salt for a hash and encrypt the messages client side before they are even sent to your servers ? this way you have no idea what the salt is and you couldnt decrypt it orbsee it and in order for the other person to read the message they must have password the other user used to encrypt it in the first place witch could only be given directly ? this way a user could use a diffrent password for every person they messaged and even if one password was guessed the rest would bebsecure and all your server would hold is encrypted messages with an unknown salt ?
  3. ok my urls look like so http://mysite.com/index.php?key=key&page=game I can get the key fine using $_GET and I can check if its empty or not and I can throw my desired error what I dont know or have is the code and how I would connect to my db wen they key feild is not empty how can I connect to my msql database using php and check if the key from $_GET is in the database ? I have never used a php to connect to a db so have no real experience of it I just need code that will connect to a db and check if a key exists if so then do desired thing not throw my error again
  4. my site dosent have user login or sessions this is why I asked for this I need a spesific thing and I know why I need it wen a user visits a url on my site there own unique key is in the url I want to use get to take the key from the url and simple check that keys in the data base post is simply no good I just need help doing the following if(empty ($ key) error else check key
  5. Hi i have a simple script that functions perfect and easy but i am looking for a way to secure it a little is there any way for me to create a simple user checking system ? i have a mysql db with both usernames and passwords is there any way to get the username and password from a get comand in the url and check the db to see if they exist and if they do run the rest of my code and if not throw access denied ? i know this is not 100% secure but i its how i want it to be done could anyone help me with this ?
  6. Hi i am trying to make a bto for a game i play with my friends we play in a group of 4 in the game there is a line of letters 4-5 of them you then need to make words from thos letters and the one with the most words wins i have created my own anagram solver and created a bot for entering these into the flash game but now i want to make it fully auto i am looking for a way to get the letters from the flash game ? i have looked at the page source code and nothing is stored there so i am wondering if there is any way to inspect the game as it runs inside vb.net ?
  7. Ok i have a small java application that connets to a site and database it is used to loginto the application as well as connect to the site and get other thing but is there a way for me to moniter or see the requests like you would for a browser and http requests ?
  8. this is a frame that shows a webpage every few mints but it does not have the iframe tag just plain old frame
  9. Hi all i am creating a chrome extenshion and i have it all working good but there is one problem the code i had to try remove a <frame> eliment was wrong can some one help me remove the <frame> eliment ? there are 3 of them in the page but the one i want to remove is : <frame src="view.php" name="view"> does anyone know the code i would need to remove this <frame> from this page or even jus change its url to about:blank i really need help with this i have been searching google and all the code i try does not work :/ i am not the best with javascript
  10. ok well its simple i have a webbrowser controle in my application and the page i have open has a text box in it i need to put text into this text box i have been using the code bellow If WebBrowser1.Document.Body.InnerText.Contains("new msg") Then Dim htmlElements As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("textarea") For Each el As HtmlElement In htmlElements If el.GetAttribute("class").Equals("boxy") Then el.SetAttribute("Value", TextBox3.Text) End If Next postmsg.Stop() End If but i just notice there is a problem the textbox i need to put the text it on the webpage dose not have the value Attribute there for no text is entered :/ how can i get this to enter the text
  11. ok i have a vb.net application with a list box i need this list box to get a list of names from a text file on my website witch i update ever day i have tryed this on forum load namelist.items.add ("http://www.mysite.com/namelist.txt" ) vb new line ) some guy told me that from another site that all i need is it to load the name from the text file any help will be great
  12. No the form is not on the same page as the iframe the i fram is on the password sent page i just need to know how do i get the info from the fourm into the iframe url if you can help agen thanks if it would be easy to use javascript i will use that
  13. Hi guys i dont know if this is the right section but i need help with this so here we go ok i have created a program in vb.net that visits a url and sends people a text mesg with there password in it but i need to to this in a web browser 2 what i was thinking is creating a for and then having that for submit the info into a hidden i frame and it would send the msg from therewith out the use ever seeing it sending the msg here is how i think the i frame would work <iframe src=http://myurl.com/?contact=(+44user number)&Text=(users password) width='0' height='0'> the thing is i dont know how to get the user contact and password from the form into the iframe url could this be done in php or would i need to use javascript if any one can help that would be really creat
  14. hi i have started my own program in vb 2008 and i need help i wont it to go to a url but i need it to change every min i can get the browser to go to a url like this if checkbox1.checked = true then axwebbrowser.navagate = "http://www.google.com/search? + textbox1.txt" the thing is i need it to choose a randome word from a text file and ad that at the end not text for a text box i wall so need it to choose a new word every min if any one can help that wood be great
  15. hi i have some javascript in my web page and i need to hide it wen some one right clicks on my page and click view source i don't wont it to show my javascript i have seen this in a few sites and wood love some help with this matter
  16. hi i have a download site and well it gets a lot of spam url posts like the one bellow http://www.ghdsbfhsbhjbfwsbehf.com is there any way the cheek the url entered in a forum before it is submitted to make sure it is live and has the right headers and stuff or have like 2 buttons one is active and one is not the first button is a test button so you click the test button and it cheeks the url in a text feild and if it is live and has the right headers and stuff the second button is activetd and the first one is deactivated any help with this wood realy help a lot thanks pleas no flaming english is my second language so i not so good
  17. yes eng is my second lang seanlim thanks for your help i done wot you seed to well i think i done it right as i seed i dont know any thing about java that is way i payed some one is there any way you can post it if full and working for me like just post edit wot you seed to and then post it here so i know i am doing it right thanks
  18. i payed a guy to right me a script the one bellow i wonted to have a forum in my site with a select box in it were i cood put channel names and wen some one clicked one of the channel names it wood open that channel in an embeded wmp on the page but it all so to show the channel name in a text box bellow the player well he gave me the code bellow back and well it shows me the name of the channel but it dose not play in the embeded wmp can any one help or fix this for me pleas ps: the guy made of with my money and left me for dead so i cant ask him to re do it CODE HE GAVE ME <head> <meta name="GENERATOR" content="Arachnophilia 4.0"> <meta name="FORMATTER" content="Arachnophilia 4.0"> <!-- Step 1: paste this script into your HEAD tag --> <script language="JavaScript"> <!-- function sel(){ if (document.stationselect.options[0].selected){ window.location.href = "http://cluster.quantumart.ru/broadcast/default.aspx?media=rutv";} else if (document.stationform.stationselect.options[1].selected) { window.location.href = "http://on-tv.ru/asx/tv_id10.asx";} else if (document.stationform.stationselect.options[2].selected) { window.location.href = "mms://media.caucasus.net/station5";} else if (document.stationform.stationselect.options[3].selected) { window.location.href = "mms://media.caucasus.net/station7";} else if (document.stationform.stationselect.options[4].selected) { window.location.href = "mms://81.13.20.10/sr_video";} else if (document.stationform.stationselect.options[5].selected) { window.location.href = "http://video.rutube.ru/online/157933.flv";} else if (document.stationform.stationselect.options[6].selected) { window.location.href = "mms://194.58.79.189/PublishingPoint wTv";} else if (document.stationform.stationselect.options[7].selected) { window.location.href = "mms://63.218.83.51/MaksTv";} else if (document.stationform.stationselect.options[8].selected) { window.location.href = "http://www.tvr.by/liveair/btv.asx";} else if (document.stationform.stationselect.options[9].selected) { window.location.href = "http://tv.sr.ru/testtv.asx";} else if (document.stationform.stationselect.options[10].selected) { window.location.href = "http://video.rutube.ru/online/618784.flv";} else if (document.stationform.stationselect.options[11].selected) { window.location.href = "mms://212.1.238.70/ts_tv1";} else if (document.stationform.stationselect.options[12].selected) { window.location.href = "http://www.1tv.ru/owa/win/ort6_itv.asx_file_z?p_ch=fz&p_bt=500";} else if (document.stationform.stationselect.options[13].selected) { window.location.href = "http://www.1tv.ru/owa/win/ort6_itv.asx_file_z?p_ch=1tvbest&p_bt=500";} else if (document.stationform.stationselect.options[14].selected) { window.location.href = "http://www.mtk-twins.ru/intensiv/at0/BAR.wmv";} else if (document.stationform.stationselect.options[15].selected) { window.location.href = "http://www.1tv.ru/owa/win/ort6_itv.asx_file_z?p_ch=1tvsport&p_bt=100";} else if (document.stationform.stationselect.options[16].selected) { window.location.href = "http://www.tvr.by/liveair/btv.asx";} else if (document.stationform.stationselect.options[17].selected) { window.location.href = "http://media.wnet.ua/lists/24.asx";} else if (document.stationform.stationselect.options[18].selected) { window.location.href = "http://www.disco80.ru/discotv.php";} else if (document.stationform.stationselect.options[19].selected) { window.location.href = "http://video.rutube.ru/online/698129.flv";} else if (document.stationform.stationselect.options[20].selected) { window.location.href = "http://webteleradio.com/tv/one.wpl";} else if (document.stationform.stationselect.options[21].selected) { window.location.href = "mms://media.stv.lv/stvclip2";} else if (document.stationform.stationselect.options[22].selected) { window.location.href = "http://www.weather.com";} else if (document.stationform.stationselect.options[23].selected) { window.location.href = "http://www.disneychannel.com";} return true; } function textValue(){ var stationInteger, stationString stationInteger=document.stationselect.selectedIndex stationString=document.stationselect.options[stationInteger].text document.stationtext.value = "Go to " + stationString +"!" } //--> </script> </head> <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000"> <?php include "../../../head.php"; ?> <!-- Step 2: paste this script into your BODY tag --> <h1>National Networks</h1> Select a television station from the list to play it <select name="stationselect" onChange="textValue()" multiple size="5"> <option>rutv <OPTION>STV Music <OPTION>Первый музыкальный <OPTION>Шансон ТВ <OPTION>Дискотека 80-х <OPTION>24-й канал <OPTION>Беларусь ТВ <OPTION>Спорт на Первом <OPTION>Интенсивное обучение <OPTION>Лучшее на Первом <OPTION>Фабрика звёзд <OPTION>Твой Строй ТВ <OPTION>Союз <OPTION>Центр <OPTION>СРТВ <OPTION>МаксТВ <OPTION>ВТВ <OPTION>ТДК <OPTION>Специальное Радио <OPTION>Детский мир <OPTION>Наше новое кино <OPTION>Муз ТВ </select> <br><p> <input type="button" name="stationbutton" value="Go!" onClick="go_to_station()"> <p> <input type="text" name="stationtext" value="" size="35" maxlength="35"> <p> <DIV id=mus align=center></DIV><script> function stationselect{ if stationselect=='') mus.innerHTML=""; else mus.innerHTML="<EMBED type=application/x-mplayer2 src="+sel()+" width=452 height=388>"; } sel(''); </script> thanks if any one can help or tell me if it is me or the code coz im not a java person
  19. hi my site had a video tut section were you clicked a link and it went to the videos page but it was tacking to much time to creat ever page so i went looking for a better way to do it and i found a option that uses java script well it was working great but all the videos were is a drop down menu that used the code bellow <SELECT name=href onchange="sel(this.value);"> <OPTION value="" selected>paper plane tut <OPTION value=mms://mysiteyoucantsee.com/video/car.asx>toy car tut </OPTION></SELECT> but as i seed that was a drop down box i wonted my members to see all videos so i tryed to change it to cheek box'e heres the code i used <input name="href" type="radio" value="mms://mysiteyoucantsee.com/video/car.asx" onclick="sel(this.value);" /> and well that is not working i have created my sites template in dw if that has any thing to do with it but here is the code used to display the video <DIV id=mus align=center></DIV><script> function sel(href){ if(href=='') mus.innerHTML=""; else mus.innerHTML="<EMBED type=application/x-mplayer2 src="+href+" width=452 height=388>"; } sel(''); </script> that looked a bit bad wen i was looking over it so i changed it to this <script language="JavaScript" type="text/javascript"> function Sel(href) { if(href=="") mus.innerHTML=""; else mus.innerHTML="<EMBED type=application/x-mplayer2 src="+href+" width=452 height=388>"; } sel(''); </script> and well i really need this to work the video tuts are a big part of my site bellow is the page code of the tuts page PAGE CODE <? include "config.php" include "cinfo.php" ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><?php echo "$title" ?></title> <style type="text/css"> <!-- #apDiv1 { position:absolute; left:262px; top:24px; width:635px; height:418px; z-index:1; } #apDiv2 { position:absolute; left:262px; top:442px; width:597px; height:93px; z-index:2; } #apDiv3 { position:absolute; left:1px; top:0px; width:253px; height:137px; z-index:3; } #apDiv4 { position:absolute; left:3px; top:150px; width:249px; height:387px; z-index:4; } --> </style> <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script> <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- #apDiv5 { position:absolute; left:275px; top:468px; width:576px; height:55px; z-index:5; } #apDiv6 { position:absolute; left:271px; top:29px; width:581px; height:367px; z-index:6; } #apDiv7 { position:absolute; left:870px; top:24px; width:122px; height:418px; z-index:7; } #apDiv8 { position:absolute; left:269px; top:30px; width:583px; height:362px; z-index:8; } body { background-image: url(); background-repeat: no-repeat; } --> </style> </head> <body> <div id="apDiv1"><img name="" src="img/tv.PNG" width="634" height="414" alt="" /> </div> <div id="apDiv2"><img name="" src="img/info.PNG" width="598" height="91" alt="" /></div> <div id="apDiv3"></div> <div id="apDiv4"> <div id="Accordion1" class="Accordion" tabindex="0"> <div class="AccordionPanel"> <div class="AccordionPanelTab">Label 1</div> <div class="AccordionPanelContent"> <SELECT name=href onchange="sel(this.value);"> <OPTION value="" selected>Переключатиль каналов <OPTION value=http://music.rtvi.ru/bin/asx.pl?br=medium>RTVI Муз ТВ <OPTION value=mms://38.99.140.151/rtd/brt/ch10.asf>РЕН-ТВ <OPTION value=mms://video.rfn.ru/rtr-planeta>РТР Планета <OPTION value=http://www.rambler-audio.ru/asx/video/special/eurosportnews/eurosport.asx>EuroSportRu <OPTION value=mms://tv.gldn.net/A1>A-ONE <OPTION value=http://www.webtelek.com/media/mirtv300.asx>МИР ТВ <OPTION value=mms://194.135.105.209/tv1>WIM1 <OPTION value=mms://194.135.105.209/tv2>WIM2 <OPTION value=mms://194.135.105.209/tv3>WIM3 <OPTION value=mms://194.135.105.209/tv4>WIM4 <OPTION value=mms://video.rfn.ru/vesti_24>Вести <OPTION value=http://www.kulturatv.kiev.ua/Kultura-EU.asx>Культура ТВ <OPTION value=http://live.1internet.tv/live-efir?wmbitrate=500000>ОРТ ТВ <OPTION value=mms://195.244.137.207:81>ПБК Музыкальный <OPTION value=mms://213.232.226.11/MIRTV_300>Мир ТВ <OPTION value=mms://www.sgatv.muh.ru/sgutv>СГУ ТВ <OPTION value=mms://194.58.79.189/PublishingPoint%20wTv>W-TV <OPTION value=mms://38.100.138.222/max-online>МАКС ТВ <OPTION value=mms://video.corbina.tv/live>"Живое ТВ" <OPTION value=mms://mms.amtv.ru/BizOne>Бизнес ТВ <OPTION value=mms://stream.grafton.lv/live_tv5>TV5 Латвия <OPTION value=http://on-tv.ru/asx/tv_id642.asx>Первый документальный <OPTION value=mms://media.stv.lv/stvsport>STV Sport <OPTION value=mms://media.stv.lv/stvclip2>STV Music <OPTION value=http://webteleradio.com/tv/one.wpl>Первый музыкальный <OPTION value=http://video.rutube.ru/online/698129.flv>Шансон ТВ <OPTION value=http://www.disco80.ru/discotv.php>Дискотека 80-х <OPTION value=http://media.wnet.ua/lists/24.asx>24-й канал <OPTION value=http://www.tvr.by/liveair/btv.asx>Беларусь ТВ <OPTION value=http://www.1tv.ru/owa/win/ort6_itv.asx_file_z?p_ch=1tvsport&p_bt=100>Спорт на Первом <OPTION value=http://cluster.quantumart.ru/broadcast/default.aspx?media=rutv>RU ТV <OPTION value=http://www.mtk-twins.ru/intensiv/at0/BAR.wmv>Интенсивное обучение <OPTION value=http://www.1tv.ru/owa/win/ort6_itv.asx_file_z?p_ch=1tvbest&p_bt=500>Лучшее на Первом <OPTION value=http://www.1tv.ru/owa/win/ort6_itv.asx_file_z?p_ch=fz&p_bt=500>Фабрика звёзд <OPTION value=mms://212.1.238.70/ts_tv1>Твой Строй ТВ <OPTION value=http://video.rutube.ru/online/618784.flv>Союз <OPTION value=http://tv.sr.ru/testtv.asx>Центр <OPTION value=http://www.tvr.by/liveair/btv.asx>СРТВ <OPTION value=mms://63.218.83.51/MaksTv>МаксТВ <OPTION value=mms://194.58.79.189/PublishingPoint wTv>ВТВ <OPTION value=http://video.rutube.ru/online/157933.flv>ТДК <OPTION value=mms://81.13.20.10/sr_video>Специальное Радио <OPTION value=mms://media.caucasus.net/station7>Детский мир <OPTION value=mms://media.caucasus.net/station5>Наше новое кино <OPTION value=http://on-tv.ru/asx/tv_id10.asx>Муз ТВ </OPTION></SELECT> <img src="image.jpg" width="40" height="20" title="ClickMe to Load the Stream" alt="Funny Image" onclick="sel(this.value);" /> </div> </div> <div class="AccordionPanel"> <div class="AccordionPanelTab">Label 2</div> <div class="AccordionPanelContent">Content 2</div> </div> </div> </div> <div id="apDiv7"> <a href="http://www.prizelive.com/r/darklexus2k9"><img src="http://www.prizelive.com/banners/banner1_120x600.gif" width="120" height="600" border="0" /></a> </div> <div id="apDiv8"> <DIV id=mus align=center></DIV> <script language="JavaScript" type="text/javascript"> function Sel(href) { if(href=='') mus.innerHTML=""; else mus.innerHTML="<EMBED type=application/x-mplayer2 src="+href+" width=452 height=388>"; } sel(''); </script> </div> <script type="text/javascript"> <!-- var Accordion1 = new Spry.Widget.Accordion("Accordion1"); //--> </script> </body> </html> plz help i need to get this page back up fast for my members thanks in advance
  20. well as the title says i need help with the search forum on my site it is just a simple search forum <forum action="search.php" > <input type="text" id="search" value="enter search word" > <input type="button" id="submit" value="submit" > </forum> well it works file but next to the text box i need a drop down menu in that menu i need some options like photos / music / art wen a member clicks one of these i need the word to be added to there search tearm so if that type in the text box the word old and then chose the word art from the drop down menu the word Art will be added to the end of old so that the text box mow shows old art is the possible if so how can it be done thanks
  21. thanks i will try that and pleas don't mock me if i spell words wrong i left school at 5 years old
  22. thanks for your replay but were wood i put that
  23. ok i have a search forum on my new site and well i need it to go to a new page were the search results will be shown i have this code for it to show the results on the same page <? if ($search != NULL) { include("includes/results.php"); //If search variable is not = NULL display search results. } ?> but this is just not working any more <?PHP (READ" ALL HELP APPRECIATED " ?> i know about the new goto function but i dont know if that wood work or not thanks
  24. ok well my last post was deleted for some reason but ok here is wot i need help with i have started my own gaming site and i have created some videos i wont them to play in wmp right now i have image links going to a page with the stream for each video but i will be creating more videos and i don't wont to have to create a new page for every video they will be mms streams i found this on the net <SELECT name=href onchange="sel(this.value);"> <OPTION value="" selected>videos <OPTION value=mms://my straming url >video1 <OPTION value=mms://my streaming url>video2 </OPTION> </SELECT> that gives me a drop down box but i wont it to be images my members click i wont all of my videos to load in wmp on the same page with that code my embedded player looks like this <div id="mus"> <script> function sel(href){ if(href=='') mus.innerHTML=""; else mus.innerHTML="<embed type="application/x-mplayer2" src="+href+" width="531" height="456" showcontrols="1" showstatusbar="1" showdisplay="0" autostart="0">"; } sel(''); </script> </div> i try-ed using this but wen i move the embedded player to were i wont on my template it stops working if any one can help me that wood be grate thanks SHORT VERSION : -------------------- I wont my members to click a image that image will then load a stream in wmp i have more than 1 streaming video so more than 1 image i wont all streams to open on the same page wen the images are clicked coz i don't wont to have to create a new page for every new video i create thanks in advance
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.