| |
| |
| |
|
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 32 33 34 35
Comments:
<0> ^([a-z0-9-]+)/?$ <1> LEADing <0> means? <1> Means you need to learn english <0> lol <0> u mean <2> PRE <0> ^/([a-z0-9-]+)/?$ <1> Oh don't EVEN break out the aolbonics <0> but its working OK <0> when i include file _member_check.php <1> jebus save me from your followers.... <0> which checks all categies if it doesnot finds the a categories <0> it includes member page <0> but include state causing apache to die <0> dats the problem
<0> $url = sprintf("%smember/home.htm?player=%s", __HOST__, $catname); <0> require_once($url); <0> or its working perfecr <0> perfect* <0> can u plz help me? <3> !tell sharmeen about AOLbonics <4> has anyone here ever wrapped his php app in a windows installer? (together with a complete wamp enviro) how reliable is that? <3> kombi, I haven't tried, but I think It'd be quite reliable, what would go wrong? <4> dunno, you find out how much can go wrong when you do it I guess..;) <5> thanks guys <5> problem solved :) <5> ++ <4> eml: guess you're right though, it would take tweaking the guy's host file and the app should run.. <6> used if (preg_match_all('<form>(.*?)</form>', $myline, $matches)) gets Warning: preg_match_all() [function.preg-match-all]: Unknown modifier '(' in /usr/prog/idan/src/submiter.php on line 17 <6> with @ and @i at the end it dosent return nothing <4> anyone experienced with php-gtk? <7> kombi i have a little bit <7> however try into #php-gtk chan <8> Jymmmm: Permission to PM? ~ <9> Zule no <8> There's a surprise :) <10> How'd I check for a "," in a string, again? <10> strstr? <8> strpos. <11> hi <12> I need some help on a design aspect of my program really quick <11> is possible to see from which function some function was called ? OR from which file some function was called ? <12> okay basically what this is is a site for my family to be able to stay in contact with eachother <3> tek_, So you want something similar to a message board, perhaps with a news section? <12> my question in a nutshell, all family members have different "objects" such as, photos, videos, blog etc... that they can upload but I want them to be able to reposition them when you look at their profile page <12> em1 with a sort of personal aspect of profiles <13> say, is this valisyntax?: <12> my question is, the features or "objects" would be hard-coded.. they would have to be but i don't know how to store an objects position without a database <13> do{whatever}while(){some more whatever} <12> so for example in their left column they want their photos, their center column they want their blog, their right column they want their videos... how do I keep track of that AND let them reposition it at any time? <3> thyko, do{whatever}while(); <13> yes <14> Cavall1: http://php.net/debug_backtrace <3> tek_, Well, I think you'll have to use a clever mix of CSS and PHP-variables. <13> but there is a line in the do that frees a mysql resource <15> later all <13> i need it to be after the while <13> because the resource is used in the while <13> you dig? <12> em1, what I have now is a database called "objects" and another one called "users_objects" <3> okay, just do{whatever}while(); mysql_free.. <3> !tell thyko about AOLbonics <16> anyone around? <12> and I just add an object like "photos" and a user can adjust the photos object in their edit screen <14> symply: No. <16> whoops <17> symply, No <16> it was stuck up further :-x <16> what is the easiest way to print information in tables? <12> and basically I thought about making 2 functions, edit($object);, and show($object); <16> out of mysql <14> tek_: Typically, portals store a module's information within the context of a page. For example, you may have a row with columns for page_id, column, row, or something like that. <12> CWhiz, that's what I have, sort of <12> CWhiz, but these "objects" or "blocks" are dynamic in a sense htat <12> everything except for the information itself is stored in a script <3> tek_, Okay, I'm not sure I fully understand what you want. But say that you have a lot of div's in your HTML, now they can all have CSS-cl***es, and in the database you store something like "usr_blog_position" that could be "lowerLeft" or similar. Am I on the right track?
<12> so like the "photos" object, all of the functionality is in a PHP cl***, the POSITIONING needs to be stored in a DB? <3> Hmm, sounds like I'm totally off track, hehe. :) <12> em1, precicsely <14> tek_: What part of the problem don't you understand? <13> eml: but i need the resource to be freed every time the loop runs :( <12> It's like this, there's a container div (of course) then there is a "Left-column" div, and in that there's "left-blocks" <12> and each one of those blocks is filled with an object, depending on what order they want it <3> thyko, Why would you want that? <12> CWhiz I have already built a CMS but this is different, these features/objects could be changing on a weekly basis. <14> symply: Adodb has some functions that do that, but we don't support third-party scripts here. The documentation for it is pretty good. <14> tek_: What have you done so far? <12> So far I have a table for the objects themselves with their description. Example: name -> photos, description -> lets users create a photo album... etc and then there is a users_objects table that basically tells me what objects go where on their "profile" page. <3> tek_, Just create CSS-cl***es and store which object inherits which CSS-cl*** (inherit might be the wrong word). <12> em1, I don't think that will work <12> em1, I thikn you're missing my point <13> eml: http://www.rafb.net/paste/results/3BiTgI76.html <12> I want to be able to ADD objects with full support <13> check that out <12> so lets say I finish hard coding the functionality for "blog", then I immediately add a "blog" object and make it active <12> then a user can move their blog where they want (or to the center column) and continue editing it in their edit screen (control panel) <12> nevermind I'll figure it out. Just wondering if anyone had any clever ideas or experience with something like this or similar <14> tek_: We all know what you want; we just don't understand where you're stuck. <14> tek_: You don't know how to do the positioning? <3> thyko, You don't have to mysql_free_result each time you use mysql_fetch_array <12> CWhiz, no, ironically, that is taken care of. <13> eml: wait a minute! <12> CWhiz, there are 2 possibilities for these objects a "edit" mode and a "display" mode, so a user can edit their photos, and then on their PROFILE it should be displayed <12> I think I just answered my own question just by typing it out <14> tek_: That's good, because I still don't understand what it is :) <12> CWhiz, I'll show you when I'm done <12> CWhiz, it's using a sort of AJAX feel drag&drop method to align the blocks <12> Working pretty nicely til I hit this wall <14> tek_: No need - I know what you want. I just don't know what your question was. <13> boom! <13> that worked! <12> CWhiz, my question was, how do I ask a good question =p <14> You want a Google IG/Netvibes. <12> Well, not that big, it's for my family =P <12> but I guess you could say that <12> I <3 netvibes <14> it'd be better if they didn't insist on having every p***word on the Internet. <12> what do you mean by that? <18> cwhiz: yeah what you mean? <3> thyko, Actually, you CAN'T start freeing a result before you're done with it. Because mysql_fetch_array uses that result as its resource to mysql. <19> anyone know a way to set a given files current final htm sourcecode as a varible <18> CWhiz: I'm really interested to hear what you meant by that. <14> Netvibes gives you lots of cool modules, but the best ones - Gmail, POP mail, Yahoo! Mail, box.net, Writely, and Flickr require you to give them the p***word for the respective service. <20> long night <3> [sellout], current final htm sourcecode? <18> CWhiz: How would you like it to work? <14> I really don't trust a single company (let alone a foreign one) with that kind of data about me. Google makes me nervous as it is. <14> Gerry: http://www.sourcelabs.com/blogs/ajb/2005/09/p***words_by_proxy.html <14> Gerry: Like that. <18> I'll take a look, thanks for the info. <12> I agree with that <19> html sourcecode <3> [sellout], I don't think anyone understood that question, you'll have to explain it. And please keep it on one line.. ;) <12> CWhiz, don't send cleartext p***words? <12> what isthat? <19> i want basically the contents of a right click>view source to be set to a php var tha ti can echo <12> CWhiz, hash a p***word WHEN its typed? <19> i want to echo a said pages html source inside of itself <3> [sellout], There's lots of server variables that can tell you what page you are running from. <21> Greetz. I was thinking (yes, actually :) - is there a limit on how big a session can be? I'm storing objects in sessions - and it has become quite a large object model now. So I want to make sure that I'm not running out of space. Also, I think it is possible to specify that sessions should be saved as cookies instead - and I'm quite sure there is a limit on the size of a cookie (something like 4096 bytes as far as I know) <19> source code* <14> tek_: Hashes only save you if they get something temporary - like a timestamp - hashed with them. Otherwise, the hash _becomes_ your p***word, and you're back where you started. <12> CWhiz, then how do you manage? because right now I have different salts for p***words <12> I have even used a persons email before <12> like, sha1($email . $p***word); <12> What are the odds that someone would be able to break that anyway? <19> in other words is there a way to echo a pages sourcecode inside of itself somewhere <12> even IF the p***word itself was just hashed with a sha1();, isn't that secure enough? <12> I mean how MUCH more secure does it need to be?
Return to
#php or Go to some related
logs:
whack each other off
remove beagle kfmclient kde link to device pmount dialog --stdout bash sharcho no route to host evolution ubuntu #asm getting scim to work on dapper drake #gaim #centos
|
|