![]() |
ImLive/Webcamwiz + CyberSEO
I managed to extract the contents of the Webcamwiz XML file but I can only get 1 image to show, the one enclosed in <HostPicture></HostPicture>.
http://i.imgur.com/N4GzCL4.jpg I want to extract all the images and they are enclosed like such: Code:
<Image> What's the solution? BTW, they have 2 options for the feed, XML Structure and Node. The one I'm using is Node. Here's the one for the XML Structure just in case it's easier: http://feeds.webcamwiz.com/Live-Sex....am.com&ptype=1 |
Quote:
|
Maybe the same as chaturbate / bonga / acwm (hope you can manage that) if we also have webcamwiz would be awesome.
|
If I am not wrong if you want to creat the models chat room embeding liver feeds from imlive you need to use this (at least this I use for my websites )
Code:
|
Quote:
Thx, but where is the webcam model name should be placed at? |
Not her screen name but her id (BHID) and goes here : " Big_Host_ID=NumHost&bhid=BHID-HERE " ! You need to change only three things in that iframe : WL domain name , Model ID and affiliate WID !
So for OP's feed the iframe for the first model in the list will be : Code:
<iframe src="http://pcash.imlive.com/releasese/activepage7139.asp?type_page=white_label&domain=livemilfwebcam.com&Big_Host_ID=NumHost&bhid=8843525925&host_next=1&wid=12345&ptype=1&queryid=&twidth=900&theight=560&lfwidth=70&bgcolor=&tcolor=&seccolor=&btntext=&btnt_size=&btnt_clr=&btnbg_clr=&offtext=&ptext=&etext=&msgt_size=&msgt_clr=&msgbg_clr=&timer=45" width="900" height="560" frameborder="0" scrolling="no"></iframe> |
Quote:
Code:
<iframe src="http://pcash.imlive.com/releasese/activepage7139.asp?&type_page=imlive&bhid=&host_next=1&wid=&linkid=1036&&queryid=&twidth=800&theight=480&lfwidth=70&bgcolor=&tcolor=&seccolor=&btntext=&btnt_size=&btnt_clr=&btnbg_clr=&offtext=&ptext=&etext=&msgt_size=&msgt_clr=&msgbg_clr=&timer=3600&bhid=8843525925" width="800" height="480" frameborder="0" scrolling="no"></iframe> |
Quote:
To get the imlive/webcamwiz iframe you first have to make it here: ImLive.com Then, add this to the Custom Field: Code:
BHID->BHID Code:
$post['guid'] = $post['custom_fields']['thumb']; I have mine set up so that if the model is offline, another model will appear on cam. Maybe that's why you are getting random models, the iframe you are working with is probably set up the same way. You can do that @ ImLive.com Now, how do I extract those images? |
Quote:
Code:
url->url Code:
$post['post_content'] = '<img src="' . $post['custom_fields']['url'][0] . '" />'; Code:
$post['post_content'] = '<img src="' . $post['custom_fields']['url'][rand(0, count($post['custom_fields']['url']) - 1)] . '" />'; |
You the man!
Thanks! |
All times are GMT -7. The time now is 11:10 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123