[X] The "/imdbphp/1.1.3/imdbphp-1.1.3.tar.gz" file could not be found or is not available. Please select another file.

Share

More
The PhiPlan PHP Bot Icon

The PhiPlan PHP Bot

planning

by lavinpj1, phiplan


The Phi Plan is an opensource PHP and MySQL based IRC bot project. Once setup is completed, your bot will be administrable via a web based interface. No coding experience is needed to run a Phi Bot; and you can have it setup in a matter of minutes.


http://www.phiplan.com





Separate each tag with a space.

Release Date:

2007-01-01

Topic:

Operating System:

License:

Translations:

Intended Audience:

User Interface:

Database Environment:

Programming Language:

Registered:

2006-05-16

Ratings and Reviews

Be the first to post a text review of The PhiPlan PHP Bot. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Tracker artifact added

    posted by mikasfg 1054 days ago

  • Tracker artifact added

    posted by mikasfg 1054 days ago

  • Tracker artifact added

    posted by mikasfg 1054 days ago

  • Tracker artifact added

    mikasfg created the Missing before artifact

    posted by mikasfg 1056 days ago

  • PhiPlan IRC Bot 0.12 Alpha file released: PhiPlan-0.12-Easy-Win-Alpha.zip

    Changes made in Phi Plan Version 0.12 Alpha: -------------------------------------------- [Fixed] Fixed reordering function where it took only the first digit of the ID. [Added] Added new identifier: ~insertid~ which return the last auto_increment ID of your last mysql insert query. [Fixed] Events in the map now appear in the order in which they were added. [Fixed] Events in the edit events list now appear in the order in which they were added. [Fixed] When editing database events, the database select box now shows the currently selected database. [Fixed] When the bot used its alternate nickname when connecting to the server the internal own nickname variable wasn't updated. This caused loss of some functions. [Fixed] When the bots nickname was changed and it received the NICK message the value that went into the internal variable wasn't trimmed. This caused loss of some functions. Value is now trimmed. [Fixed] All input text boxes are now larger to make the entered text more readable. [Fixed] Wording on action type selection page. Previously mentioned Events when supposed to mention Actions. [Fixed] Bot now checks if a connection exists before it tries to close it. This stops it crashing if a user adds a database close event featuring a database which hasn't yet been connected to. [Added] Features to delete multiple actions/events at one time. [Fixed] The message part of raw events is now complete. Previously it was missing the first part. [Added] New identifier: ~randnick~. This will return a random nickname from the channel that the event happened in. [Fixed] There was a misplaced bracket which caused a query to be made when it wasn't supposed to be. This caused errors when adding actions with no params. This is now corrected. [Fixed] The sql statement used to delete actions and their params used an inner join between the 2 tables. This only allowed you to delete actions which have params. This caused actions with no params to be undeletable. This is now changed to a left join and the problem solved. [Added] New action: Flush Bot. This allows you to do with you previously always had to do by typing your flush command automatically. [Fixed] Line in identifiers help used to read "actions" now reads "events". [Fixed] When saving settings the wrong title was shown. This is now corrected. [Added] New identifier: ~allchans~. This will return all channels the bot is in separated by commas. This allows sending of messages to all channels. [Added] The bot now pings the server every few mins in order to establish if it is still connected. [Added] New setting to control whether the bot reconnects automatically on disconnect. [Added] All sent messages will be checked for quit commands. This will prevent the bot from reconnecting if it has disconnected itself with a quit. [Clean] Cleared up the sql class for the bot part a bit. [Added] Added new action to perform a regex replace on a variable. [Fixed] Fixed typo of "Manage Your Databses" on databases page. [Added] New identifier: ~bold~. This makes text surrounded by this tag bold. [Added] New identifier: ~underline~. This makes text surrounded by this tag underlined. [Added] New identifier: ~reverse~. This makes text surrounded by this tag reversed. [Added] New identifier: ~color:xx~. This makes text surrounded by this tag coloured xx. [Fixed] VASTLY improved the MySQL class. This now gives it full and completely working redundancy against MySQL server failure. [Fixed] Stuff taken from the database and intended to show as real text wasn't entitised. This caused some stuff to be executed as html by the browser causing adverse consequences. [Added] New identifier: ~escape:xxx~. This escapes special characters in xxx which may cause problems when doing queries. [Added] New special identifier: ~!~. This MUST be put at the start of a parameter. It negates it so that it will be true if the match doesn't occur. E.g. ~!~hello will match against anything other than hello. [Added] New identifier: ~calc:xxx~. This returns the answer to the calculation xxx. [Added] New identifier: ~,~. This is used to separate multiple values in event params. For example you can now put, in a nickname box, Fred~,~George~,~Jeff to allow Fred, George and Jeff to trigger an event. [Added] New identifier: ~rand:xx%,%xxx%,%xxxx~. This will return a random item out of xx, xxx and xxxx.

    posted 1057 days ago

  • PhiPlan IRC Bot 0.12 Alpha file released: PhiPlan-0.12-Alpha.zip

    Changes made in Phi Plan Version 0.12 Alpha: -------------------------------------------- [Fixed] Fixed reordering function where it took only the first digit of the ID. [Added] Added new identifier: ~insertid~ which return the last auto_increment ID of your last mysql insert query. [Fixed] Events in the map now appear in the order in which they were added. [Fixed] Events in the edit events list now appear in the order in which they were added. [Fixed] When editing database events, the database select box now shows the currently selected database. [Fixed] When the bot used its alternate nickname when connecting to the server the internal own nickname variable wasn't updated. This caused loss of some functions. [Fixed] When the bots nickname was changed and it received the NICK message the value that went into the internal variable wasn't trimmed. This caused loss of some functions. Value is now trimmed. [Fixed] All input text boxes are now larger to make the entered text more readable. [Fixed] Wording on action type selection page. Previously mentioned Events when supposed to mention Actions. [Fixed] Bot now checks if a connection exists before it tries to close it. This stops it crashing if a user adds a database close event featuring a database which hasn't yet been connected to. [Added] Features to delete multiple actions/events at one time. [Fixed] The message part of raw events is now complete. Previously it was missing the first part. [Added] New identifier: ~randnick~. This will return a random nickname from the channel that the event happened in. [Fixed] There was a misplaced bracket which caused a query to be made when it wasn't supposed to be. This caused errors when adding actions with no params. This is now corrected. [Fixed] The sql statement used to delete actions and their params used an inner join between the 2 tables. This only allowed you to delete actions which have params. This caused actions with no params to be undeletable. This is now changed to a left join and the problem solved. [Added] New action: Flush Bot. This allows you to do with you previously always had to do by typing your flush command automatically. [Fixed] Line in identifiers help used to read "actions" now reads "events". [Fixed] When saving settings the wrong title was shown. This is now corrected. [Added] New identifier: ~allchans~. This will return all channels the bot is in separated by commas. This allows sending of messages to all channels. [Added] The bot now pings the server every few mins in order to establish if it is still connected. [Added] New setting to control whether the bot reconnects automatically on disconnect. [Added] All sent messages will be checked for quit commands. This will prevent the bot from reconnecting if it has disconnected itself with a quit. [Clean] Cleared up the sql class for the bot part a bit. [Added] Added new action to perform a regex replace on a variable. [Fixed] Fixed typo of "Manage Your Databses" on databases page. [Added] New identifier: ~bold~. This makes text surrounded by this tag bold. [Added] New identifier: ~underline~. This makes text surrounded by this tag underlined. [Added] New identifier: ~reverse~. This makes text surrounded by this tag reversed. [Added] New identifier: ~color:xx~. This makes text surrounded by this tag coloured xx. [Fixed] VASTLY improved the MySQL class. This now gives it full and completely working redundancy against MySQL server failure. [Fixed] Stuff taken from the database and intended to show as real text wasn't entitised. This caused some stuff to be executed as html by the browser causing adverse consequences. [Added] New identifier: ~escape:xxx~. This escapes special characters in xxx which may cause problems when doing queries. [Added] New special identifier: ~!~. This MUST be put at the start of a parameter. It negates it so that it will be true if the match doesn't occur. E.g. ~!~hello will match against anything other than hello. [Added] New identifier: ~calc:xxx~. This returns the answer to the calculation xxx. [Added] New identifier: ~,~. This is used to separate multiple values in event params. For example you can now put, in a nickname box, Fred~,~George~,~Jeff to allow Fred, George and Jeff to trigger an event. [Added] New identifier: ~rand:xx%,%xxx%,%xxxx~. This will return a random item out of xx, xxx and xxxx.

    posted 1057 days ago

  • PhiPlan IRC Bot 0.12 Alpha file released: PhiPlan-0.12-Alpha.tar

    Changes made in Phi Plan Version 0.12 Alpha: -------------------------------------------- [Fixed] Fixed reordering function where it took only the first digit of the ID. [Added] Added new identifier: ~insertid~ which return the last auto_increment ID of your last mysql insert query. [Fixed] Events in the map now appear in the order in which they were added. [Fixed] Events in the edit events list now appear in the order in which they were added. [Fixed] When editing database events, the database select box now shows the currently selected database. [Fixed] When the bot used its alternate nickname when connecting to the server the internal own nickname variable wasn't updated. This caused loss of some functions. [Fixed] When the bots nickname was changed and it received the NICK message the value that went into the internal variable wasn't trimmed. This caused loss of some functions. Value is now trimmed. [Fixed] All input text boxes are now larger to make the entered text more readable. [Fixed] Wording on action type selection page. Previously mentioned Events when supposed to mention Actions. [Fixed] Bot now checks if a connection exists before it tries to close it. This stops it crashing if a user adds a database close event featuring a database which hasn't yet been connected to. [Added] Features to delete multiple actions/events at one time. [Fixed] The message part of raw events is now complete. Previously it was missing the first part. [Added] New identifier: ~randnick~. This will return a random nickname from the channel that the event happened in. [Fixed] There was a misplaced bracket which caused a query to be made when it wasn't supposed to be. This caused errors when adding actions with no params. This is now corrected. [Fixed] The sql statement used to delete actions and their params used an inner join between the 2 tables. This only allowed you to delete actions which have params. This caused actions with no params to be undeletable. This is now changed to a left join and the problem solved. [Added] New action: Flush Bot. This allows you to do with you previously always had to do by typing your flush command automatically. [Fixed] Line in identifiers help used to read "actions" now reads "events". [Fixed] When saving settings the wrong title was shown. This is now corrected. [Added] New identifier: ~allchans~. This will return all channels the bot is in separated by commas. This allows sending of messages to all channels. [Added] The bot now pings the server every few mins in order to establish if it is still connected. [Added] New setting to control whether the bot reconnects automatically on disconnect. [Added] All sent messages will be checked for quit commands. This will prevent the bot from reconnecting if it has disconnected itself with a quit. [Clean] Cleared up the sql class for the bot part a bit. [Added] Added new action to perform a regex replace on a variable. [Fixed] Fixed typo of "Manage Your Databses" on databases page. [Added] New identifier: ~bold~. This makes text surrounded by this tag bold. [Added] New identifier: ~underline~. This makes text surrounded by this tag underlined. [Added] New identifier: ~reverse~. This makes text surrounded by this tag reversed. [Added] New identifier: ~color:xx~. This makes text surrounded by this tag coloured xx. [Fixed] VASTLY improved the MySQL class. This now gives it full and completely working redundancy against MySQL server failure. [Fixed] Stuff taken from the database and intended to show as real text wasn't entitised. This caused some stuff to be executed as html by the browser causing adverse consequences. [Added] New identifier: ~escape:xxx~. This escapes special characters in xxx which may cause problems when doing queries. [Added] New special identifier: ~!~. This MUST be put at the start of a parameter. It negates it so that it will be true if the match doesn't occur. E.g. ~!~hello will match against anything other than hello. [Added] New identifier: ~calc:xxx~. This returns the answer to the calculation xxx. [Added] New identifier: ~,~. This is used to separate multiple values in event params. For example you can now put, in a nickname box, Fred~,~George~,~Jeff to allow Fred, George and Jeff to trigger an event. [Added] New identifier: ~rand:xx%,%xxx%,%xxxx~. This will return a random item out of xx, xxx and xxxx.

    posted 1057 days ago

  • File released: /PhiPlan IRC Bot/0.12 Alpha/PhiPlan-0.12-Easy-Win-Alpha.zip

    posted 1057 days ago

  • File released: /PhiPlan IRC Bot/0.12 Alpha/PhiPlan-0.12-Alpha.zip

    posted 1057 days ago

  • File released: /PhiPlan IRC Bot/0.12 Alpha/PhiPlan-0.12-Alpha.tar

    posted 1057 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

The PhiPlan PHP Bot Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks