About Other Lands

These portraits are a menagerie of faraway lands unrelated to RhyDin or other. I hope you enjoy your visit to these fantasy worlds.

These portraits are commissioned by the people playing that particular character, please do not use them for your own characters.

Order your own custom RPG Character Portrait

$page_count ) { $requested_page = 1; } if ( $requested_page == 1 ) { $limit = 0; } else { $limit = $PAGE_LENGTH * ( $requested_page - 1 ); } // // perform database query // $result = mysqli_query( "SELECT page_name, image_url, image_width, image_height, page_id FROM other ORDER BY page_id DESC LIMIT $limit, $PAGE_LENGTH" ); // // read query result // if ( $result ) { echo '' . "\n"; $rownum=0; while( $query_data = mysqli_fetch_array( $result ) ) { $page_name=str_replace("'","\'", $query_data[page_name]); // // format data for HTML // $html = ' '; echo $html . "\n"; if ( ++$rownum % 3==0){ echo '' . "\n";} } echo '
' . $query_data[page_name] . '

 

'; mysqli_free_result( $result ); } // $nav_string = generate_pagination( $_SERVER['PHP_SELF'], $record_count, $PAGE_LENGTH, $requested_page ); /*///////////////////////////////////////////////////////////////////////////////////////////*/ ?>