Results 1 to 2 of 2

Thread: Lyrics Script Wanted

  1. #1
    Senior Member
    Join Date
    Apr 2007
    Location
    Secunda SA
    Posts
    622
    Thanks
    0
    Thanked 7 Times in 6 Posts
    Rep Power
    0

    Thumbs up

    Hi there ppl, listen, wonder who can help me please?

    I've been looking for a lyrics script for sometime...

    If someone could help me i'd be gr8full

    Thanx in advance
    [Only registered and activated users can see links. Click Here To Register...]
    [Only registered and activated users can see links. Click Here To Register...]

  2. #2
    Super Moderator subzero's Avatar
    Join Date
    Mar 2006
    Location
    Your Screen.
    Posts
    3,971
    Thanks
    442
    Thanked 379 Times in 180 Posts
    Blog Entries
    7
    Rep Power
    0

    Default

    What ya mean?


    get [Only registered and activated users can see links. Click Here To Register...] search for lyrics pmpl and then place in txt

    Code:
    $p = 5;
    $xfile=file('test.txt');
    $countfile=count($xfile);
    
    if ($npage == "")$npage = "1";
    echo "Tests:".$countfile." \n";
    $second = ($p * $npage);
    $first = ($p * ($npage-1));
    $npages =(int) ceil($countfile / $p);
    if ($npage <= $npages AND $npage>1) $gline_rew = "<a href=\"$PHP_SELF?npage=".($npage-1)."\">Prev</a>";
    if ($npages > 1 AND $npage<$npages) $gline_next = "<a href=\"$PHP_SELF?npage=".($npage+1)."\">Next</a> ";
    for ($i = $first; $i <= $second-1; $i++)
    { 
    $a=explode("?",$xfile[$i]);
    $test = rtrim($a[0]);
    echo "$test";
    }
    print " ".$gline_rew." ".$gline_next."
    ";
    place the copy and paste them in here ==> test.txt
    Visit: [Only registered and activated users can see links. Click Here To Register...]
    Visit: [Only registered and activated users can see links. Click Here To Register...]
    _______
    SCRIPTS FOR SALE BY SUBZERO
    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
    _______
    Info & Tips
    php.net
    w3schools.com

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Scripts Index
    By GumSlone in forum Scripts Forum
    Replies: 33
    Last Post: 26-12-11, 14:45
  2. [web] 65 Most Needed Php Scripts
    By jayasanka in forum Scripts Forum
    Replies: 19
    Last Post: 09-11-10, 15:30

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

SEO by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19