Title: iG:Syntax Hiliter Plugin
Last modified: August 18, 2016

---

# iG:Syntax Hiliter Plugin

 *  [Amit Gupta](https://wordpress.org/support/users/amit/)
 * (@amit)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/)
 * I released **iG:Syntax Hiliter** Plugin yesterday. Its available at [http://blog.igeek.info/still-fresh/2004/08/06/igsyntax-hiliter-plugin-release/.](http://blog.igeek.info/still-fresh/2004/08/06/igsyntax-hiliter-plugin-release/.)
   Its for highlighting/colour coding your code snippets. The current version is
   v1.0 & at present it supports HTML, CSS, PHP, JAVA & SQL codes. This thread will
   be here for entertaining bug reports( 😮 ) and any feature requests. 🙂

Viewing 15 replies - 1 through 15 (of 103 total)

1 [2](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/page/3/?output_format=md)…
[5](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/page/5/?output_format=md)
[6](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/page/6/?output_format=md)
[7](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/page/7/?output_format=md)
[→](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/page/2/?output_format=md)

 *  [ieure](https://wordpress.org/support/users/ieure/)
 * (@ieure)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/#post-80486)
 * “Unknown host blog.igeek.info”
 *  Thread Starter [Amit Gupta](https://wordpress.org/support/users/amit/)
 * (@amit)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/#post-80504)
 * check your connection again. The webserver is online & accessible. Try [http://blog.igeek.info/](http://blog.igeek.info/)
   instead of just putting blog.igeek.info 🙂
 *  [Beel](https://wordpress.org/support/users/beel/)
 * (@beel)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/#post-80512)
 * It was inaccessible for awhile, at least the actual download. Seems fine now.
 *  [davidprince](https://wordpress.org/support/users/davidprince/)
 * (@davidprince)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/#post-80556)
 * I have followed the directions in the manual but am encountering the following
   error when trying to use the plugin.
    Fatal error: Cannot instantiate non-existent
   class: geshi in (path)/syntax_hilite.php on line 31 Any thoughts?
 *  Thread Starter [Amit Gupta](https://wordpress.org/support/users/amit/)
 * (@amit)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/#post-80592)
 * Have you followed the directions in the Manual word-to-word?
    The syntax_hilite.
   php file should be in your plugins directory. Before activating the plugin, change**
   $pPath** variable to the **_physical path_** to the directory(wp-includes recommended)
   where you uploaded the geshi directory & geshi.php, also note that relative paths
   won’t work.
 *  [davidprince](https://wordpress.org/support/users/davidprince/)
 * (@davidprince)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/#post-80626)
 * Yes I followed the directions in the manual word for word.
    The syntax_hilite.
   php file was in my plugins directory and was activated. I changed $pPath however
   I may have messed this step up, as I don’t comletely understand **_physical path_**.
   Lets say that the geshi.php and geshi directory are in [http://davidblog.ws/blog/wp-content/.](http://davidblog.ws/blog/wp-content/.)
   What should this line be. I have a feeling I have it correct at the moment because
   otherwise I recieve many more errors on all of my blog pages. But who knows, 
   I am pretty slow sometimes.
 *  [benramsey](https://wordpress.org/support/users/benramsey/)
 * (@benramsey)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/#post-80649)
 * The site’s not coming up for me, either. The domain name isn’t resolving in my
   browser, nor can I ping it. It just times out.
    Looks like your site’s either
   down, or a router is down between me and your site.
 *  Thread Starter [Amit Gupta](https://wordpress.org/support/users/amit/)
 * (@amit)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/#post-80761)
 * [@davidprince](https://wordpress.org/support/users/davidprince/):-
    _ as I don’t
   comletely understand physical path  Create a new PHP file & copy the following
   code in it. `  <?php $pPath = $\_SERVER["PATH\_TRANSLATED"]; echo $pPath; ?>
 * Name this file as path.php & place it the same directory where you have placed
   geshi.php & the geshi directory. Call this file in the browser. So if you have
   placed this file in the wp-contents directory, then you call it as [http://davidblog.ws/blog/wp-content/path.php](http://davidblog.ws/blog/wp-content/path.php)
   Copy whatever the file outputs on screen, & remove path.php from its end. Now
   you have the **physical path** of the directory where geshi.php & geshi directory
   resides. Place this path in the $pPath variable of your syntax_hilite.php file.
   Just make sure that it has no spaces at either end of it & it ends with a trailing
   slash(/).
    [@benramsey](https://wordpress.org/support/users/benramsey/):- _ Looks
   like your site’s either down, or a router is down between me and your site.  
   The site isn’t down or I would have known. I’ve got 5 website monitoring services
   checking on it all the time. 🙂 Looks there’s a problem with the router between
   you & the website.
 *  [dodo](https://wordpress.org/support/users/dodo/)
 * (@dodo)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/#post-81039)
 * hrm why isn’t my code color coded? test
    [http://pure-essence.net/index.php?p=890](http://pure-essence.net/index.php?p=890)
 *  [dodo](https://wordpress.org/support/users/dodo/)
 * (@dodo)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/#post-81040)
 * i tried apply the filter to comment_text but it seems to work differently…
 *  Anonymous
 * [21 years, 9 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/#post-81061)
 * This version conflicts with Textile 2 (improved)
    [http://jimandlissa.com/project/textilephp](http://jimandlissa.com/project/textilephp)
   Results in recursive looping output.
 *  Anonymous
 * [21 years, 9 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/#post-81062)
 * Also, is there a way you can add in functionality to make optional the prefix“
   CSS:” or “HTML:” for the block of code being hilited? I really hate that big,
   bold “CSS:” that automatically gets stuck before my code. I mean, if I’m talking
   about CSS, it’s obviously going to be CSS in the code block – no need to reiterate.
 *  Anonymous
 * [21 years, 9 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/#post-81065)
 * Yeah, I just added a little conditional jiggery-pokery along with an additional
   constant & we’re it’s all better w/ the prefix text. Any word as to the next 
   update?
 *  Thread Starter [Amit Gupta](https://wordpress.org/support/users/amit/)
 * (@amit)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/#post-81080)
 * well, as I’ve been a bit busy for the past week, the work on next version has
   really slowed down. 🙁
    But I’ll try to release it ASAP.
 *  Thread Starter [Amit Gupta](https://wordpress.org/support/users/amit/)
 * (@amit)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/#post-81091)
 * I’ve just released iG:Syntax Hiliter v2.0 Preview. It has new GeSHi core(v1.0.1)&
   has line numbering by using Ordered Lists & it prevents formatting of your code
   by WordPress. More info & download link at [http://blog.igeek.info/still-fresh/2004/09/21/igsyntax-hiliter-2-preview/](http://blog.igeek.info/still-fresh/2004/09/21/igsyntax-hiliter-2-preview/).

Viewing 15 replies - 1 through 15 (of 103 total)

1 [2](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/page/3/?output_format=md)…
[5](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/page/5/?output_format=md)
[6](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/page/6/?output_format=md)
[7](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/page/7/?output_format=md)
[→](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/page/2/?output_format=md)

The topic ‘iG:Syntax Hiliter Plugin’ is closed to new replies.

## Tags

 * [Hiliter](https://wordpress.org/support/topic-tag/hiliter/)

 * 103 replies
 * 48 participants
 * Last reply from: [jingxue](https://wordpress.org/support/users/jingxue/)
 * Last activity: [19 years, 4 months ago](https://wordpress.org/support/topic/igsyntax-hiliter-plugin/page/7/#post-81264)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
