Jump to content

logged_with_bugmenot

Members
  • Posts

    62
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.ad-sense.uni.cc

Profile Information

  • Gender
    Not Telling

logged_with_bugmenot's Achievements

Member

Member (2/5)

0

Reputation

  1. ofcourse its the secret google news works on but i am interested in those ideas which different people have about how it is done
  2. u may use magapie or simplepie to parse rss, the 2nd one is more convinient
  3. Sorry for posting in the wrong place but i trust users of forum [] I want to decode the ranking system of google news, what is their algorithm? What factors they consider in ranking news? what the weightage of each factor? etc Can anyone help please
  4. yeh i have seen the page page before but they have used vb6, i am using vista which does not support vb6, I need a solution developed in a never version of vb thanks though
  5. I want to make an application in visual basic which communicates with mysql database, can anyone help me with any dll or any other application which can be used in this???? any ideas which can help me???
  6. this one will also work "/</?php virtual/(/'//phpincs//stats.php/'/)/; /?/>"
  7. javascript.. at the moment i have this one on my enter image: onclick="window.open('http://blabla.com/', '_blank', 'channelmode=no,directories=yes,fullscreen=no,location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,top=0,left=0,height='+screen.availHeight+',width='+screen.availWidth+'');window.focus();" now i need the same popup with a timer between the stated hours :/
  8. hello... because i have no real clue of coding and some guys here can help me, i wanted to ask you something i need a java popup with a timer for my page... for example, the popup should only appear from 24:00 till 06:00 CET... when i click: enter my page, the popup should appear in behind only in this time period... can anyone help me? thanks
  9. if (eregi ("<tag>(.*)</tag>", $line, $out)) { $tag = $out[1]; break; } now $tag is the first occurence of <tag></tag> , u may put this into array and get occurences, the same example is quoted in php manual
  10. I want to search certain sites (remote) for certain type of files. I dont know from where to start. Any ideas, links..........?????????
  11. thanks guys , I found the way out following works for($b=0;$b<$a+1;$b=$b+1) { $item[$b]=new item; for($i=$itemlevel[$b];$i<$itemlevel[$b+1];$i=$i+1) { //if($item[$b]->title!="") $temp=kazmi("title",$pieces[$i]); if($temp!="")$item[$b]->$title=$temp; //if($item[$b]->$title!="") //echo $item[$b]->$title.$b."<br>"; } } echo $item[1]->$title; i thank u all
  12. ok the whole thing is like this: for($b=0;$b<$a+1;$b++) { $item[$b]=new item; for($i=$itemlevel[$b];$i<$itemlevel[$b+1];$i++) { $item[$b]->$title=kazmi("title",$pieces[$i]); } } echo $title[2];///but this is not printing anything but when i tried to print it before closing last 2 brackets, it worked- why it isnt printing here
×
×
  • 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.