Dayo Posted March 9, 2010 Author Posted March 9, 2010 I would not pay for this "forum" as there's proberly's 100's of them out there like the 1 you have coded up, no offence....go on mate show me 1 forum trhat is fully intergrated with mccodes other then MTGs and the crappy one that comes with mccodes. yea you can have SMF IPB but i bet you they will be used 1/2 as much as a intergrated one ... Quote
CJ - Twitch Posted March 9, 2010 Posted March 9, 2010 I would not pay for this "forum" as there's proberly's 100's of them out there like the 1 you have coded up, no offence....go on mate show me 1 forum that is fully intergrated with mccodes other then MTGs and the crappy one that comes with mccodes. yea you can have SMF IPB but i bet you they will not be used 1/2 as much as a intergrated one ...Sorry to be a dick but... Spelling updated. xD On Topic: I agree. I don't think the users want to leave your site to talk on a forum. By the way when will it be released? Quote
Dominion Posted March 9, 2010 Posted March 9, 2010 I would not pay for this "forum" as there's proberly's 100's of them out there like the 1 you have coded up, no offence....go on mate show me 1 forum trhat is fully intergrated with mccodes other then MTGs and the crappy one that comes with mccodes. yea you can have SMF IPB but i bet you they will be used 1/2 as much as a intergrated one ...the cronwerks one? Quote
Jordan Palmer Posted March 9, 2010 Posted March 9, 2010 I would not pay for this "forum" as there's proberly's 100's of them out there like the 1 you have coded up, no offence....go on mate show me 1 forum trhat is fully intergrated with mccodes other then MTGs and the crappy one that comes with mccodes. yea you can have SMF IPB but i bet you they will be used 1/2 as much as a intergrated one ...the cronwerks one? Cronwerks one are crap -_- Quote
Dominion Posted March 9, 2010 Posted March 9, 2010 I would not pay for this "forum" as there's proberly's 100's of them out there like the 1 you have coded up, no offence....go on mate show me 1 forum trhat is fully intergrated with mccodes other then MTGs and the crappy one that comes with mccodes. yea you can have SMF IPB but i bet you they will be used 1/2 as much as a intergrated one ...the cronwerks one? Cronwerks one are crap -_- there are a few people using it i have picked not to use a forum that works in the game Quote
Dayo Posted March 9, 2010 Author Posted March 9, 2010 yea my spelling would be bad i was on my phone and as you said only a few ppl use it, how many mccodes games r there? the relese was delaed due to working 6 days a week but i have tonight and thursday to code most of it ill be adding a live version soon Quote
CJ - Twitch Posted March 9, 2010 Posted March 9, 2010 No problem. Take your time. :) What features will the lite version have? Quote
Dayo Posted March 16, 2010 Author Posted March 16, 2010 the forum should be ready within the week, in the end i have decided to sell it (under $10) as the work i have put into this i just cant give it away for free, just have to code the staff panel and tweek the coding a bit, i am looking for a largish game to test my forum on. you will receive a free licence* / instilation and free support PM me if you would like to test my forum * 1 site only Quote
CJ - Twitch Posted March 17, 2010 Posted March 17, 2010 I haven't even opened ,my site yet so I can't but I will defiatly be buying this. How about more screenies? But if you want me to test it on a offilne game I will. :rolleyes: Quote
Dayo Posted March 17, 2010 Author Posted March 17, 2010 Screen shots so far Catagorys/Forums here are the pictures of what the catagorys look like ingame All Catagorys (no staff/gang) Single Catagory Topics Here are the topics within the catagory forum Posting/Pagenation/posts Code Sample function rank($user) { $user=abs(intval($user)); $user=$this->user('`posts`', $user); $qry=mysql_query("SELECT * FROM `ranks` WHERE `posts` < ".$user['posts']." OR `posts`=".$user['posts']." ORDER BY `posts` ASC LIMIT 0, 1"); $rank=mysql_fetch_array($qry); return $rank['name']; } the above code could be used on your profile just include the class then add $class->rank($r['userid']); what do ppl think so far ? Quote
wrx Posted March 17, 2010 Posted March 17, 2010 what do ppl think so far ? i like it i voted 20$ on the poll. you posted your selling this for under 10$ ... thats kinda low imo gj wrx Quote
Dayo Posted March 17, 2010 Author Posted March 17, 2010 yea but if i sell it at $20 everyone will go and use MTGs and save themself $20 wher as if i do mine for $7.50 ($10 installed) they will be more likley to pay that and get more flexability btw the clickable bbcode if you hilight the text then click on them tags will be wraped around them also the pagenation is set to 2 posts a page in the screenshot (this is easily editable using the $class->setting('maxposts'); function :D (editable from spanel)) Quote
Zero-Affect Posted March 18, 2010 Posted March 18, 2010 Looks good Dayo why not contact MCC and sell them it, im sure they could do with alot better than what they have atm. @ WRX - lmfao at that display pic Quote
Dayo Posted March 18, 2010 Author Posted March 18, 2010 thanks crimgame. deleting there forum would be a better/cheaper way for them :D, i dont think i will contact them i would rather sell it myself that way i know it wont be on a 1000 dl sites within the morning or ppl selling it as there own Quote
CJ - Twitch Posted March 18, 2010 Posted March 18, 2010 When you release it can I buy 2 licences? Quote
Dayo Posted March 19, 2010 Author Posted March 19, 2010 yea there will be a discount for multiple licences, i will keep records of them so if you buy one for game x then make another game y you will still get a discount (very good if you are a dver for many games) im gona try and get most of the bigger games using this insted of there one they are usiong atm weather it be smf/phpbb/mtgs or even the mccodes one (if ever used) Quote
Dayo Posted March 26, 2010 Author Posted March 26, 2010 Small update on progress - BBCode secured (IMG, URL, EMAIL) * IMG bbcode will be validated as an image see example below (1st image is title.jpg, 2nd is a php file, 3rd is an external image) {IMAGE FILE} * URL will go to forum.php?url={url} * EMAIL will go to forum.php?email={email} Quote
Zero-Affect Posted March 26, 2010 Posted March 26, 2010 Dayo what method did you use to secure the image? When are you thinking about doing a demo for potential customers to preview/test, if it's secure im wanting a copy for CrimGame (just need edit it abit for me which ill do). Quote
Dayo Posted March 26, 2010 Author Posted March 26, 2010 atm its using a function withn the preg_replace (using the /e modifier) to check the image size this is only a tempoary messure a better one will be added soon, as for a demo ill probly make it this weekend, just have to make a few last ajustments, i have a small bug with the quoting and the pagenation Quote
rulerofzu Posted March 27, 2010 Posted March 27, 2010 Sounds very good im probably a taker on this to drop in as a replacement for gang forums. Quote
Dayo Posted March 27, 2010 Author Posted March 27, 2010 atm this is not a 'drop in' repacementbut i am going to work on a script to move all old posts and treads into the current version Quote
rulerofzu Posted March 28, 2010 Posted March 28, 2010 Where there is a will there is a way. If it wont drop in ill beat it with my virtual stick until it does :D Quote
Jordan Palmer Posted March 28, 2010 Posted March 28, 2010 Nice update's  I finally secured MCCode one (: Cannot Waite for these to be done Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.