Selling Unfinished Forum Software!

Status
Not open for further replies.

King Project

Banned
Banned
77
2010
0
0
Hello, WJunction!

I'm selling an unfinished forum software called "PhantasyBB".

No, it hasn't been released. I own it, and I am the only one with it's source code. This surely has much potential, and can be worth very much in the future.

PhantasyBB is a new PHP5 OOP forum board that supports multiple databases as a backend. it holds a very tiny mod framework for modifications to be created. PhantasyBB is full customizable with HTML, javascript and CSS. Provides unlimited forum, categories and sub-forums. Has all standard features such as profiles, groups, smilies, moderation, modcp and some some of it's own unique features.

PhantasyBB Objects;
Code:
Gaining access to objects requires every class in the whole software (including mods) to extend the Pbb_model class. Why? when extending  the class, you inherit and instalize the system wide objects. These  objects can be accessed by using the abstraction method Pbb::. Here is  an example..
 
Pbb::$db->insert();
 
or
 
Pbb::$tpl->set_switch();


How Modifications Work;

Code:
Modifications work in a very small framework based enviroment. Although  PhatasyBB has standard features, they are separated into modules, in  different categories, forums, members, modcp and portal. When you create  your mod, you have to give it a prefix in the file name and class name.  member_, portal_, modcp_ and forum_. This tells PhantasyBB where to  place the modifications. It is vital that your modification class  extends Pbb_model, this is so it inherits and iniates all forum board  objects through the system.
 
If you provide a xml file for PhantasyBB, the system will do everything  for you. it will edit the files. Before it edits the file it'll create a  automatic backup for you and store it in a BACKUP folder. If you want  restore the file, you can access the admin under Mod Manager >  BACKUP.


Features;

Code:
Multiple database support - SQLite, MySQL, Oracle, MSSQL
Unlimited forums & categories
Forum ranks
PBBcodes (BBCodes)
UTF-8 supported
Moderation center
Warnings
WYSISYG editor
Skin editor
In-built FTP
Portal
Code highlighter - Supports CSS, HTML, SQL and can be exstendable ([code="php"][slashCODE])
Modification support
Multiple skins support
Multiple language support
Two memberlist views - Simple and advanced
& lots more..

Unique Features;
Code:
[B][U][CENTER]PBBCard[/CENTER]
[/U][/B]
PBBCard allows you to export your profile settings, avatars, signatures  and the optional username and password to XML. This allows you to  either skip registration at another community that runs PhantasyBB or  upload just your profile settings, etc.
 
[URL]http://zubboo.com/images/6vpk65.png[/URL]

[B][U][CENTER]Moderation Procedures[/CENTER]
[/U][/B]
To me, this has to be one of my highlighted features and a next gen  feature for forum software. Although PhantasyBB comes with a task manager, this allows moderators and admins to do certain tasks automatically.
 
Let's say we want to Lock topic > Move topic > PM user.
 
PhantasyBB allows you to this at a given times, date or immediately. You  can achieve this using the editor or code it by XML. It contains custom  tags and separates the procedures by functions.
 
[URL]http://zubboo.com/images/zhub87.png[/URL]

XML code that would be generated:
        [QUOTE]<function name="lock">                 <topicID><![CDATA[{this.topic_id}]]></topicID>         </function>          <function name="move">                 <topicID><![CDATA[{this.topic_id}]]></topicID>                 <forumID><![CDATA[12]]></forumID>                 <trace><![CDATA[false]]></trace>         </function>          <function name="send_pm">                 <fromID><![CDATA[{this.user.u_id}]]></fromID>                 <toID><![CDATA[]]></toID>                 <title><![CDATA[Moved topic]]></title>                 <content><![CDATA[Moved topic]]></content>         </function>[/QUOTE] [B][U][CENTER]MAP system[/CENTER]
[/U][/B]
 
The MAP system allows you to change the topic from to anyway you like.  This makes it so you can turn the board you want into what it was meant  to be. If you have a bug report board, you can add fields VIA XML and  apply it to that board.
 
This is the code that is used for the default topic form (classic.xml).
  
[QUOTE] <map>     <head>     <title>Post content</title>     <onUpload set="description" append="true"/>     </head>         <body>         <line name="description">         <type>textarea</type>         <lang/>          <option>             <rows>300</rows>             <useWysiwyg/>         </option>          <result>%s</result>         </line>     </body> </map> [/QUOTE]

I will simply sell you full ownership of this software, and you can do what you wish with it. There's still quite a bit to be done, but as I said, it has very much potential.

I don't have it up and running right now for a preview, but I'd be willing to show you bits of code over teamviewer and whatnot if requested.

You may see a small preview of 2 different functions/features up above, but that's all I have for you right now.

I'd suggest that you read everything to know what I'm offering.

Please only make serious offers, I will accept the highest bidder after a while of people reviewing this and the thread getting active.

I really don't know what this will go for!

~ Thanks, King Project.
 
4 comments
I don't have it up and running right now for a preview, but I'd be willing to show you bits of code over teamviewer and whatnot if requested.

You may see a small preview of 2 different functions/features up above, but that's all I have for you right now.

I'd suggest that you read everything to know what I'm offering.

Posted this above. :3
 
Status
Not open for further replies.
Back
Top