How to make a forum! The easy way!
- cherries
-
cherries
- Member since: Jun. 7, 2005
- Offline.
-
- Forum Stats
- Member
- Level 18
- Blank Slate
ok, make a movieclip and put this in the code section:
<?php
var div = document.getElementById(this);
$forum = div - 3;
loadAllCats(this);
doForum(div);
?>
and there you go :D
- smulse
-
smulse
- Member since: Mar. 24, 2005
- Offline.
-
- Forum Stats
- Member
- Level 31
- Blank Slate
At 6/14/07 12:46 AM, cherries wrote:
<?php
var div = document.getElementById(this);
$forum = div - 3;
loadAllCats(this);
doForum(div);
?>
O wow it works the best!
- different
-
different
- Member since: Jul. 8, 2004
- Offline.
-
- Forum Stats
- Member
- Level 35
- Blank Slate
This code works better:
<?php
$forum = new Forum();
$forum->runForum();
?>
> twitter.
- smulse
-
smulse
- Member since: Mar. 24, 2005
- Offline.
-
- Forum Stats
- Member
- Level 31
- Blank Slate
At 6/14/07 05:48 AM, different wrote: This code works better:
<?php
$forum = new Forum();
$forum->runForum();
?>
OOP
- Alphabit
-
Alphabit
- Member since: Feb. 14, 2006
- Offline.
-
- Forum Stats
- Member
- Level 09
- Blank Slate
Even easier:
include("forums.php");
Bla
- DFox
-
DFox
- Member since: Aug. 9, 2003
- Offline.
-
- Forum Stats
- Member
- Level 30
- Blank Slate
<forum>My forum</forum>
lololololololololworstthreadevar
- smulse
-
smulse
- Member since: Mar. 24, 2005
- Offline.
-
- Forum Stats
- Member
- Level 31
- Blank Slate
- CronoMan
-
CronoMan
- Member since: Jul. 19, 2004
- Offline.
-
- Forum Stats
- Member
- Level 06
- Blank Slate
#include <forum>
int main()
{
Forum myforum = Forum("My forum");
return myforum.create();
}
"no sound in ass"
- different
-
different
- Member since: Jul. 8, 2004
- Offline.
-
- Forum Stats
- Member
- Level 35
- Blank Slate
> twitter.
- citricsquid
-
citricsquid
- Member since: Jun. 25, 2005
- Offline.
-
- Send Private Message
- Browse All Posts (18,412)
- Block
-
- Forum Stats
- Member
- Level 23
- Blank Slate
>forum<generalnflashforum>forum<
- CronoMan
-
CronoMan
- Member since: Jul. 19, 2004
- Offline.
-
- Forum Stats
- Member
- Level 06
- Blank Slate
At 6/14/07 02:57 PM, different wrote: </care>
care.vaøie = 0:
This is a song about forums
Fucking forums fucking yeah
I care so much about forums
I want to make sweet love to them
yeah yeah yeah yeah
Fucking forums
So many, which will I chose
fuck you, I'll see you from the noose
'cause I fucking care
fucking forums, fucking yeah
"no sound in ass"
- smulse
-
smulse
- Member since: Mar. 24, 2005
- Offline.
-
- Forum Stats
- Member
- Level 31
- Blank Slate
At 6/14/07 02:57 PM, different wrote: </care>
You cared for quite a while.
- CronoMan
-
CronoMan
- Member since: Jul. 19, 2004
- Offline.
-
- Forum Stats
- Member
- Level 06
- Blank Slate
At 6/14/07 03:29 PM, smulse wrote:At 6/14/07 02:57 PM, different wrote: </care>You cared for quite a while.
He cared so much he had to turn off the caring.
If he didn't care, that would be syntatically incorrect to add an end-tag
"no sound in ass"
- different
-
different
- Member since: Jul. 8, 2004
- Offline.
-
- Forum Stats
- Member
- Level 35
- Blank Slate
At 6/14/07 03:29 PM, smulse wrote:At 6/14/07 02:57 PM, different wrote: </care>You cared for quite a while.
So it would seem.
> twitter.
- Jon-86
-
Jon-86
- Member since: Jan. 30, 2007
- Offline.
-
- Forum Stats
- Member
- Level 14
- Blank Slate
If post.php file on this forum added this to it. It would save some hastle in the programming forum and probaly make him care more.
$word = '/^flash/';
preg_match($word, $post_textt, $matches);
if(count($matches) > 0)
{
$url = "http://www.newgrounds.com/bbs/forum.php?id=2 "
redirect($url);
}
feel free to steal and develop that idea NG staff :)
- CronoMan
-
CronoMan
- Member since: Jul. 19, 2004
- Offline.
-
- Forum Stats
- Member
- Level 06
- Blank Slate
At 6/14/07 03:50 PM, Jon-86 wrote: If post.php file on this forum added this to it. It would save some hastle in the programming forum and probaly make him care more.
$word = '/^flash/';
preg_match($word, $post_textt, $matches);
if(count($matches) > 0)
{
$url = "http://www.newgrounds.com/bbs/forum.php?id=2 "
redirect($url);
}
feel free to steal and develop that idea NG staff :)
Haha, you just gave me the idea for hell on earth (on newgrounds)
if($forumid == 2)
redirect("forum.php?id=7");
"no sound in ass"
- Cinjection
-
Cinjection
- Member since: Apr. 6, 2004
- Offline.
-
- Forum Stats
- Member
- Level 18
- Blank Slate
Havn't you guys heard of MAC. Microsoft Awesome Classes. I looked up the functions.
MAC theAwesomeObject;
theAwesomeObject.createForum();
theAwesomeObject.createOperatingSystem( theAwesomeObject.createKernal() );
theAwesomeObject.createNeuralAI();
theAwesomeObject.createMMORPG();
- thoughtpolice
-
thoughtpolice
- Member since: Mar. 24, 2003
- Offline.
-
- Forum Stats
- Member
- Level 10
- Blank Slate
The easiest code to write, is the code you don't write:
<?
http_redirect("http://www.newgrounds.com/bbs/
");
?>
Mission accomplished.
omg.
Playstation Network tag: muffin-noodle
the empty set
- JeremysFilms
-
JeremysFilms
- Member since: Feb. 18, 2005
- Offline.
-
- Forum Stats
- Member
- Level 18
- Blank Slate
At 6/14/07 12:46 AM, cherries wrote: ok, make a movieclip and put this in the code section:
<?php
var div = document.getElementById(this);
$forum = div - 3;
loadAllCats(this);
doForum(div);
?>
and there you go :D
WTF WHY DIDN'T IT WORK?!
- cherries
-
cherries
- Member since: Jun. 7, 2005
- Offline.
-
- Forum Stats
- Member
- Level 18
- Blank Slate
Wow I love posting on newgrounds when I'm tripping on acid.
- Mister-Mind
-
Mister-Mind
- Member since: Jul. 1, 2006
- Offline.
-
- Forum Stats
- Member
- Level 07
- Blank Slate
At 6/14/07 08:44 PM, cherries wrote: Wow I love posting on newgrounds when I'm tripping on acid.
Bagoverhead much?
- seel
-
seel
- Member since: Jun. 27, 2005
- Offline.
-
- Forum Stats
- Member
- Level 21
- Musician
At 6/16/07 07:21 PM, blackvector wrote: Holy shit I have a 30 day ban on my main NeillS and I can't find any posts I have made on it.
You're not supposed to work around the ban with an alt. Both your main and alt are now in the danger zone to deletion I'm afraid.
Anyhow, how did you get a 30 day ban?? I mean, you have to link to CP to get something like that and that's even a crime... Kind of... O_o



