Jump to content

s1yman

Members
  • Posts

    132
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Male

s1yman's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi, I am looking to have multiple RSS feeds coming populating into one list sorted by latest. Does anyone know or have any codes they are willing to share, even if it is just to get me started? Any help is much appreciated. This is for a charitable website so your time, help & expertise are much appreciated.
  2. That works .. thanks! the reason for the critera was I need the full url .. and as it's searching the embed link, I couldn't put "http" because that would pull the play url .. maybe i wanted it to cover youporn as well lol cheers for your help bro ..
  3. "learning" is always problem if you don't follow structured courses ...
  4. Hi all, I've got a code that searches a string (an embed script) and strips it down to the youtube video link. $encoded = strchr("$encoded","http://www.you"); $encoded = strrev($encoded); $encoded = strrchr("$encoded","&"); $encoded = strrev($encoded); $encoded = str_replace("-nocookie","","$encoded"); $encoded = str_replace("&","",$encoded); Might be a bit "busy" .. but I'm a rookie, still that works well enough. My problem is that it searches for http://www.you - but if it is not a youtube video it will returns blank (obviously). So my question is, how do I go about stopping it from making my string nothing when it's not a youtube vid? I have tried to play around with if statements, but I'm bit clueless .. any help really appreciated!! Thanks in anticipation
  5. Hi, can I add one to the wishlist please ... PHPFreaks used to have an old tutorial called Creating a membership system which was lost in the problems that happend a while back (so I been told.) This tutorial showed you how to create a membership system for your site. E.g. Users create logins, have password recovery, sessions, and much more. I was wondering if we could add this to the wish list in the hope that one (or more) guru(s) will share his/her powerful knowledge with us newbies. Thanks.
×
×
  • 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.