![]() |
update on my youtube rss grabber need help. [NO FLAME]
please don't flame me for the code i know it's messy but i coded out my ass so some things just came on the page :P i will fix it later so please try to just focus on helping me thank you in advance! PHP Code:
the script is also available on PasteBin.be |
What's going wrong?
-m |
Still not sure what the specific problem is, whether it's a php problem, whether it's the way things are being displayed... but you have a lot of typo's in there that may be changing things from the way you expect to see them.
In your css, for #videotitle, #all, #videodescription and .p the 'height' attribute is missing the letter e. -m |
you see that i get 2 thumbnails :S
that is one of the problems. and then the limit of description text is not working :S ps, i fixed the height typo.. |
Where is the $item object being created? It's not included in your source up there, so when I run the script locally I get a bunch of undefined errors.
-m |
foreach($xml->channel->item as $item) {
$location = "http://youtube.com/rss/global/top_rated.rss"; $contents = file_get_contents($location); $xml = new SimpleXMLElement($contents); |
I stripped a lot of your formatting out to debug this, and this is what I came up with that works just fine (without styles):
PHP Code:
|
delayedinsanity, thank you but you stripped out the functions to let only see the so many items you click for example u press 4 you only see top 4.
i will try fix it my way but thank you for the pointers. |
I didn't strip out any functions, just orphaned variables and css.
Either way some of the points still stand... such as your description limit wasn't working because you never sent it to the screen. -m |
why isn't this working.
PHP Code:
|
Well, you're using "," instead of "." at the beginning with $item->link
|
you can do that.
|
i tryed this, but now the $item->title is not working :S
PHP Code:
|
i fixed it now :D
just add "'..'" PHP Code:
|
| All times are GMT. The time now is 02:38 AM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0