Section One BBS

Welcome, Guest.


Subject: Re: MCI and ASCII for HTML Date: Tue Sep 13 2016 10:34 am
From: Pequito To: Darryl Perry

On 09/12/16, Darryl Perry said the following...
 
 DP> Hi all!

 DP> I just wanted to share a php library I used in conjunction with the
 DP> mystic_library.php library of Frank Linhares that I updated.  I've used
 DP> it as a base for my website and now I've also created a simple library that
 DP> will convert MCI colors and ASCII characters into beautiful HTML images.

OK this is pretty sweet though do we have to have it setup similar to the way
you have it in the example?  Here is what I attemped.

<?php
  $data_path = '/mystic/data/';
  include 'mystic_library.php';
  include 'mconv.php';

    $oneliners=mystic_oneliners($data_path,10);
    foreach ($oneliners as $line1) {
      echo "<tr>";
      echo "<td>".myconv($line1['text'])."</td>";
      echo "<td>".$line1['from']."</td>";
      echo "</tr>";
    }


hmm maybe its the quotes.. will try something else. :P

--- Mystic BBS v1.12 A31 (Linux)
 * Origin: Twinkle BBS (44:100/12)

Previous Message       Next Message
In Reply To: MCI and ASCII for HTML (Darryl Perry)
Replies: MCI and ASCII for HTML (Darryl Perry)