@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31



Comments:

<0> so i guess it wasnt extra security
<1> actually, there are tutorials where you can literally copy the code for that
<2> tonyacunar: true, but how can i make it where it will edit the php code, so the user can edit the points on the map
<1> You could make the map an image map? and then send the x,y coordinates to the sql db?
<1> im not sure, just brainstorming
<1> and then just execute the sql statement
<0> mm it uses google maps
<1> witht he coordinate of the points
<3> citizen_blank: add it on the same way
<2> tonyacunar: okay
<4> maskd that's the inverse of extra security ;) convenient though
<1> As I said im a Java guy, im new to PHP
<2> k
<5> Lamex i think i got it
<2> tonyacunar: when you say an image map just a blank map with no pionts on it
<3> citizen_blank: ok cool



<0> haha yeah, im not thinking the best today
<1> In HTML, an image map is list of coordinates relating to a specific image, created in order to hyperlink areas of the image to various destinations (as opposed to a normal image link, in which the entire area of the image links to a single destination).
<5> Lamex if it dont work ill give you what i have done you see where i have stuff it up lol
<1> http://www.htmlhelp.com/reference/html40/special/map.html
<3> citizen_blank: ok
<1> its an image where you can get coordinates of where you actually click
<1> so that could be usefull
<1> then somehow get those coordinates, and then the SQL part is easy, you can copy/paste that part
<1> now, thinking about it, im not sure how to implement points that move...
<1> because the image would be fixed,grr nevermind.
<2> lol yea
<0> seeing code like this brings a tear to my eye: http://rafb.net/paste/results/YWWjRI50.html
<1> That ****s, well, im gonna go sleep, see you guys
<0> (i go through snippets on pastebins, good to learn new things)
<2> tonyyacunar let me send you the code caues its written under java
<1> oh
<1> ok
<1> sure
<0> good night tonyacunar
<6> !+enter
<7> Don't use the enter key as punctuation. Think in complete thoughts, then type.
<2> <head>
<2> <title>Google Map</title>
<2> <script src="http://maps.google.com/maps?file=api&v=1&key=ABQIAAAAj9FcvE7VcWDSCb1b9FxbhxQq6fGIFBXcexrQ9Xxb80mPKOb_1xSQZgnhZ6lpXYKmscusRGO03Zl2Sg"; type="text/javascript"></script>
<2> <script type="text/JavaScript">
<2> sorry got disconnected
<2> lol
<0> tdd1984: use http://www.pastebin.com
<0> you were kicked for excess flood ;)
<2> i know
<1> yeah, use pastebin and send me the link
<6> !+pastebin
<7> Submit your code to http://hashphp.org/pastebin or http://cpp.sourceforge.net or http://php.pastebin.com then tell us the URL and a summary of the problem. Don't flood by pasting in the channel.
<1> and I do java not java script, but i can still take a look, maybe point you in the right direction
<8> can anyone say the link to get dba source download ?
<2> http://pastebin.com/713036
<2> did that link show you the i pasted
<1> yeah
<2> k
<2> cool
<0> ahh ok so it does it by adding some javascript
<8> geetha: can anyone say the link to get dba source download ?
<8> any idea ?
<1> This looks kind of weird, it does it with javascript with the change marker
<2> yup
<1> but there seems to be things here that are not there
<1> i mean... haha, its too late... mm, there are functions beeing called
<1> that we dont know of
<1> in a case like this, you should use www.kasamba.com
<2> look at lines 44,45, and 46 that is the pointers i added with the coordinates
<0> yeah we do
<6> !tell tonyacunar about enter
<5> Lamex: something not right i cant see it http://rafb.net/paste/results/fADNnj54.html
<2> maskd: did you see them lines too
<1> they have actually have experts that you can pay a little big, but are really effective
<0> tonyacunar: you can see the functions that are being called in the file that is added from maps.google.com
<1> what i would do is just get the coordinates and shove them into a database, but i dont uinderstand the usefullness of that
<2> I'm thinking there is a database or something i can create that the user can edit/add the coordinates that will just change the coding
<0> tdd1984: yeah i know a way that you could somehow add the markers, but you need the exact co-ordinates, eg: new GPoint(-85.67583,40.13056);
<0> that would be the hard part
<2> well i got list of all the coordinates



<2> this website tells me
<2> i just type in city, state, and excedra
<0> in that form?
<1> Im sorry, ive got to go, big day tomorow, its my bros graduation
<2> k
<1> goodnight, sorry i couldent help
<2> good night ton
<2> its okay
<2> maskd: I know how to add the points manually through the coding, but is there a way i can do it from like the browser(mozilla, internet explorer) by just typing in the coordinates in like a text box, and hit like a add button that will put the code into the file
<9> Woot! it is the Weekend!
<2> add the point, or delete the point
<10> lig enjoy!
<2> cause this lady needs to add points everyday, and remove them. She will not know how to edit the php, html file
<0> tdd1984: yep, would the lady be putting in large comments?
<2> I don't think so
<2> mainly just a address, and name of a business
<0> tdd1984: because you can add them to a text file, and seperate the co-ordinates and comments with a | or something, and then use explode() to get the contents of either one and then make the entries or something
<0> and seperate the entries with a \n
<2> maskd: so you know how to do what im talking about?
<2> cuase i don't understand what you just said
<0> tdd1984: i think so
<0> lol
<2> lol im sorry man
<0> nah its cool, i just dont know if i can do, i havent coded php in a fair while and i have no server to test it on
<0> do it*
<3> citizen_blank: http://rafb.net/paste/results/2JqCKr79.html
<2> maskd: what i got pictured in my head is ill give her a username, and p***word to login into another page which i know how to do, but once she logs into this page i"ll tell her taht is her database, and she can add points, remove pionts on the map by just entering the coordinates only into like a text area, and it will automatically write the rest of the snippet/code into the .html file
<2> or .php file or what
<2> whatever
<2> maskd: i have a server
<10> !tell tdd1984 about enter
<8> can anyone say the link to get dba source download ?
<8> any idea ?
<8> anybody there ?
<8> :(
<10> !+g2
<7> Guideline #2) Don't repeat.
<8> Please help me
<10> geetha dont repeat, go google.
<10> !+repeat
<7> If nobody answers your question, don't just repeat it; we all heard you the first time. more likely, nobody knows the answer (/msg php-bot ask), or you need to provide more information (/msg php-bot sicco))
<2> maskd: u there?
<0> tdd1984: sorry mate
<2> its okay
<0> tdd1984: do you have a mysql server handy?
<2> yes
<0> ok good that'll be easier than a text file
<2> lol yea
<0> well i'd say, create a database that has 3 columns; id, co-ordinates, comment, and then create a file that connects it
<11> to take off the last character in a string... i thought it was something like chop() chomp() or trim() but all of those have to do w/ whitespace... what should i be looking at (i'm looking at the string functions)
<12> www.php.net/rtrim
<2> maskd: okay hold on
<5> Lamex: thanks for all the help it worked :)
<2> maskd: im in my myadmin right now
<2> i'm under the structure tab
<0> tdd1984: make a table with 3 columns, one for unique identification, one for the coordinates and one for the comment
<2> maskd: if i give you the link with a testing p***word can you do it?
<2> so i can see a example of what your talking about
<11> damn, i forgot that rtrim also does others - THANKS
<0> tdd1984: sure
<2> maskd: thanks man
<2> im gonna message you with p***
<0> tdd1984: no problem
<12> mick_work: np ;)
<13> tdd1984: just had to identify
<2> maskd: identify?
<13> my irc name, so i can receive pm's
<2> ohh okay
<2> lol
<2> did you get my message thow?
<13> nope
<2> how about now


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #php
or
Go to some related logs:

#kde
unount example
ubuntu run-init
#gentoo
webinfuse.com
remote install ubuntu live cd
Subuntu torrent
shadowpillar
intelfb 1280x800
libstdc++.la has been moved +gentoo



Home  |  disclaimer  |  contact  |  submit quotes