Current location: Hot Scripts Forums » Programming Languages » PHP » Myspace GIG Parser problem


Myspace GIG Parser problem

Reply
  #1 (permalink)  
Old 06-26-06, 11:33 AM
themanmathias themanmathias is offline
Newbie Coder
 
Join Date: Dec 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Myspace GIG Parser problem

With the ever increasing popularity of Myspace, someone has built a Gig Parser, which in principle is a great idea. Only having to update one gig list would be a great time saver for the bands website, BUT I am struggling to style the box to my band colours.

My bands site is www.decatone.com/new.php

The code I am using is:

PHP Code:

<?php

   
echo "<table class=\"myspace\">";
$handle fopen("http://www.myspace.com/decatone""rb");
$contents '';
while (!
feof($handle)) {
  
$contents .= fread($handle8192);
}
fclose($handle);
$pieces explode("<table bordercolor=\"#6699cc\" cellspacing=\"0\" cellpadding=\"0\" width=\"440\" bgcolor=\"#6699cc\" border=\"0\">"$contents);

$pieces2 explode("<table bordercolor=\"000000\" cellspacing=\"3\" cellpadding=\"0\" width=\"435\" align=\"center\" bgcolor=\"ffffff\" border=\"0\">"$pieces[1]);

echo 
"<table bordercolor=\"6699CC\" cellspacing=\"0\" cellpadding=\"0\" width=\"440\" bgcolor=\"3399CC\" border=\"0\">";
echo 
$pieces2[0];
?>

Last edited by nico_swd; 06-26-06 at 11:35 AM. Reason: [php] wrappers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
BB Code Parser and PHP 5 Problem ozwald PHP 1 05-12-05 02:24 AM
Dedicated Server with Bandwidth at $0.075 per Gig Newbie2000 General Advertisements 0 11-23-04 02:18 PM
Count problem kasic ASP.NET 1 10-20-04 01:23 AM
Asp and Microsoft Access 2002 problem gop373 ASP 2 10-06-04 10:13 AM
Free Myspace Toolbar (spyware not included) LuckyPimp General Advertisements 1 06-21-04 05:50 PM


All times are GMT -5. The time now is 01:02 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.