Jump to content
MakeWebGames

Recommended Posts

Posted
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 ...
  • Replies 135
  • Created
  • Last Reply

Top Posters In This Topic

Posted
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?

Posted
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?
Posted
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 -_-
Posted
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
Posted

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

Posted

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

Posted

Screen shots so far

Catagorys/Forums

here are the pictures of what the catagorys look like ingame

All Catagorys (no staff/gang)

cats-all.png

Single Catagory

cats-single.png

Topics

Here are the topics within the catagory forum

forum%20posts.png

Posting/Pagenation/posts

reply-posts-pagnation.png

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 ?

Posted
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

Posted

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))

Posted

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

Posted

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)

Posted

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}

Posted

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).

Posted

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

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...