Previous Thread
Next Thread
Print Thread
Hop To
Joined: Sep 2009
Posts: 95
journeyman
journeyman
Joined: Sep 2009
Posts: 95

I have seen it around before and would lik to implement it on my site as well...

I have signed up and have google adwords on my site in some areas, but have been trying to add them to an island that is visble on like the second or third box on every page "IF" you are not a member of the site...

1st) Is this possible...

2nd) Is it farily easy to understand how do do

-OR- Do have have to pester Sir Dude for help again?

:lol:

THANKS!
Tom


Log in to our virtual campfire: www.CampingPA.com
Come On Over, We'll keep the fire burning for ya!

ALSO visit our newest forums - www.ATVingpA.com/forums
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
1. you create the adsense custom island
2. for each forum you set the 'Guest' permission to 'Must view ad island' to 1... (actually to ANY other user group as well..) those that don't need to see the advert, are set to 0
3. specify the custom island you just created (best bet is to use a horizontal type advert) for the forum as well..
4. repeat #2,3 for each forum.. rinse / repeat

clear cache, just cuz...

Done smile

Joined: Sep 2009
Posts: 95
journeyman
journeyman
Joined: Sep 2009
Posts: 95
Hey man...

This is what I am trying to paste in the box...

what am I doing wrong?

CODE IN CUSTOM FORUM

/* PHP CODE HERE */

<script type="text/javascript"><!--
google_ad_client = "pub-6945528347275755";
/* 468x60, created 2/11/10 */
google_ad_slot = "7389678928";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>/

EOF;


Log in to our virtual campfire: www.CampingPA.com
Come On Over, We'll keep the fire burning for ya!

ALSO visit our newest forums - www.ATVingpA.com/forums
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
looks good...

Joined: Sep 2009
Posts: 95
journeyman
journeyman
Joined: Sep 2009
Posts: 95
well then why wont it work...

it gives me an error...



Log in to our virtual campfire: www.CampingPA.com
Come On Over, We'll keep the fire burning for ya!

ALSO visit our newest forums - www.ATVingpA.com/forums
Joined: Sep 2009
Posts: 95
journeyman
journeyman
Joined: Sep 2009
Posts: 95
Parse error: syntax error, unexpected '<' in c:\domains\campingpa.com\wwwroot\forums\cache_builders\custom\portal_box_3.php on line 4


Log in to our virtual campfire: www.CampingPA.com
Come On Over, We'll keep the fire burning for ya!

ALSO visit our newest forums - www.ATVingpA.com/forums
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
You're missing the opening $body tag. It should look like this:

PHP Code

$body = <<<EOF

<script type="text/javascript"><!--
google_ad_client = "pub-6945528347275755";
/* 468x60, created 2/11/10 */
google_ad_slot = "7389678928";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>/

EOF;
 

Joined: Sep 2009
Posts: 95
journeyman
journeyman
Joined: Sep 2009
Posts: 95
Still getting:

Parse error: syntax error, unexpected '<' in c:\domains\campingpa.com\wwwroot\forums\cache_builders\custom\portal_box_4.php on line 2

THIS IS WHAT I HAVE NOW...

$body = <<<EOF

<script type="text/javascript"><!--
google_ad_client = "pub-6945528347275755";
/* 728x90, created 2/11/10 */
google_ad_slot = "7884709848";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

EOF;


Log in to our virtual campfire: www.CampingPA.com
Come On Over, We'll keep the fire burning for ya!

ALSO visit our newest forums - www.ATVingpA.com/forums
Joined: May 2008
Posts: 753
Likes: 1
Old Hand
Old Hand
Joined: May 2008
Posts: 753
Likes: 1
that is identical to my code... not sure why you are getting that error.


"No matter where you go, there you are."
"If you can't do something smart, Do something right"
"There are three kinds of people in the world, those who can count, and those who can't"
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
no, you didn't have that.. i fixed your Portal 3 to be what i'd expect it to be wink

have a looksee smile

you had a trailing / also after the closing script tag.. not needed there smile

Joined: Sep 2009
Posts: 95
journeyman
journeyman
Joined: Sep 2009
Posts: 95
WHAT THE HECK...

Nothing like screwing up someone who already doesn't know what they are doing...



Log in to our virtual campfire: www.CampingPA.com
Come On Over, We'll keep the fire burning for ya!

ALSO visit our newest forums - www.ATVingpA.com/forums
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
sorry.. i thought you wanted it to work with no error..

i'll back out frown

Joined: Sep 2009
Posts: 95
journeyman
journeyman
Joined: Sep 2009
Posts: 95
No... I didnt see your post before I sent that... :-)

I see what you did, but what did I miss...

And... where will it show up...

Do I have to go out and tell it where to go?


Log in to our virtual campfire: www.CampingPA.com
Come On Over, We'll keep the fire burning for ya!

ALSO visit our newest forums - www.ATVingpA.com/forums
Joined: May 2008
Posts: 753
Likes: 1
Old Hand
Old Hand
Joined: May 2008
Posts: 753
Likes: 1
too many fingers in the pie! lol


"No matter where you go, there you are."
"If you can't do something smart, Do something right"
"There are three kinds of people in the world, those who can count, and those who can't"
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
yah.. see my 1st post... you've done step 1.

now 2 and 3 need to be done wink

you NOW need to specify for each forum what groups (guests? ) are FORCED to view the island and also reference it in the custom island drop down..

Joined: Sep 2009
Posts: 95
journeyman
journeyman
Joined: Sep 2009
Posts: 95
Originally Posted by Sirdude
yah.. see my 1st post... you've done step 1.

now 2 and 3 need to be done wink

you NOW need to specify for each forum what groups are FORCED to view the island and also reference it in the custom island drop down..

I did that when I originally set them up...

The only ones that are not 0 and are 1 are guests

Let me see what I can plug around with...


Log in to our virtual campfire: www.CampingPA.com
Come On Over, We'll keep the fire burning for ya!

ALSO visit our newest forums - www.ATVingpA.com/forums
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
good.. so really it's just to step 3 for each forum and bada bing! wink

Joined: Sep 2009
Posts: 95
journeyman
journeyman
Joined: Sep 2009
Posts: 95
HMMM... Nothing Showing...

Go to Forum Settings, Details, Custom Inserts...

Then select Custom Island #3 at the bottom...

Where should it appear?


Log in to our virtual campfire: www.CampingPA.com
Come On Over, We'll keep the fire burning for ya!

ALSO visit our newest forums - www.ATVingpA.com/forums
Joined: Sep 2009
Posts: 95
journeyman
journeyman
Joined: Sep 2009
Posts: 95
Originally Posted by Bad Frog
too many fingers in the pie! lol

Sorry Bad Frog... :lol: missed this...

Didnt mean to ignore ya !


Log in to our virtual campfire: www.CampingPA.com
Come On Over, We'll keep the fire burning for ya!

ALSO visit our newest forums - www.ATVingpA.com/forums
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
it's there dude for guests.. just logout! wink

since you are logged IN, you aren't a guest and won't see the advert laugh

Joined: Sep 2009
Posts: 95
journeyman
journeyman
Joined: Sep 2009
Posts: 95
I am in it in my fire fox, but logged out on my IE, to use as comparrison, to different screens and programs, so I should be able to see them...



Log in to our virtual campfire: www.CampingPA.com
Come On Over, We'll keep the fire burning for ya!

ALSO visit our newest forums - www.ATVingpA.com/forums
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
dunno how the sessions is with IE / FF running at same time..

just logout in FF... one time... then view

This Thread

and you will see your lovely google adsense between posts 1 and 2 wink

Joined: Sep 2009
Posts: 95
journeyman
journeyman
Joined: Sep 2009
Posts: 95
HUH ! Why I'll be...

What the heck ?

THANKS!

It should have known the difference I would have thought...


Log in to our virtual campfire: www.CampingPA.com
Come On Over, We'll keep the fire burning for ya!

ALSO visit our newest forums - www.ATVingpA.com/forums
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
your board looks real nice in the rounded light blue theme laugh

Joined: Sep 2009
Posts: 95
journeyman
journeyman
Joined: Sep 2009
Posts: 95
HAHAHA ! Thanks man...

Thanks for all your help...

One more thing I was fighting with was try to get my Tweets to show up in the twitter box on the right column...

Ever do that before?


Log in to our virtual campfire: www.CampingPA.com
Come On Over, We'll keep the fire burning for ya!

ALSO visit our newest forums - www.ATVingpA.com/forums
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
if there is a twitter feed or some twitter code that they supply, a custom island should handle it..

i've never tried it before with twitter, but did a facebook dealio that works fine..

same concept..

i'd just need your twitter feed info.. i assume twitter makes that available..

Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1

Joined: Sep 2009
Posts: 95
journeyman
journeyman
Joined: Sep 2009
Posts: 95
yeh, its an rss feed...

Also trying to center the google adsense in the forums...

I tried <center> before and after code in a few places and it didnt work...




Log in to our virtual campfire: www.CampingPA.com
Come On Over, We'll keep the fire burning for ya!

ALSO visit our newest forums - www.ATVingpA.com/forums
Joined: Sep 2009
Posts: 95
journeyman
journeyman
Joined: Sep 2009
Posts: 95
Twitter Code...

<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:georss="http://www.georss.org/georss">
<channel>
<title>Twitter / CampingPA with friends</title>
<link>http://twitter.com/CampingPA/with_friends</link>
<atom:link type="application/rss+xml" href="http://twitter.com/statuses/friends_timeline/65118064.rss" rel="self"/>
<description>Twitter updates from CampingPA.com / CampingPA and folks.</description>
<language>en-us</language>
<ttl>40</ttl>
<item>
<title>goLancasterPA: Biz Stone Promoting Twitter in 2006 @ http://seonix.org/2010/02/11/biz-stone-promoting-twitter-in-2006/ #funny #crazy #twitter #1337</title>
<description>goLancasterPA: Biz Stone Promoting Twitter in 2006 @ http://seonix.org/2010/02/11/biz-stone-promoting-twitter-in-2006/ #funny #crazy #twitter #1337</description>
<pubDate>Thu, 11 Feb 2010 19:42:31 +0000</pubDate>
<guid>http://twitter.com/goLancasterPA/statuses/8974694064</guid>
<link>http://twitter.com/goLancasterPA/statuses/8974694064</link>
</item>
<item>
<title>idlewildpark: I posted 6 photos on Facebook in the album "SnowZone 2/11/10" http://fb.me/5FyaSZY</title>
<description>idlewildpark: I posted 6 photos on Facebook in the album "SnowZone 2/11/10" http://fb.me/5FyaSZY</description>
<pubDate>Thu, 11 Feb 2010 19:42:24 +0000</pubDate>
<guid>http://twitter.com/idlewildpark/statuses/8974690374</guid>
<link>http://twitter.com/idlewildpark/statuses/8974690374</link>
</item>
<item>
<title>VisitErie1: Erie Fun Fact: The Niagara Falls Thunder hockey team relocated from Niagara Falls, Ontario to Erie in 1996,... http://bit.ly/db623j</title>
<description>VisitErie1: Erie Fun Fact: The Niagara Falls Thunder hockey team relocated from Niagara Falls, Ontario to Erie in 1996,... http://bit.ly/db623j</description>
<pubDate>Thu, 11 Feb 2010 19:28:08 +0000</pubDate>
<guid>http://twitter.com/VisitErie1/statuses/8974178153</guid>
<link>http://twitter.com/VisitErie1/statuses/8974178153</link>
</item>
<item>
<title>visitPA: Sweets 4 ur sweetie. Take a tour, chocolate tour 4 this Valentine's Day wknd...like a giant box of candy http://ow.ly/16qVW via @visitphilly</title>
<description>visitPA: Sweets 4 ur sweetie. Take a tour, chocolate tour 4 this Valentine's Day wknd...like a giant box of candy http://ow.ly/16qVW via @visitphilly</description>
<pubDate>Thu, 11 Feb 2010 19:22:41 +0000</pubDate>
<guid>http://twitter.com/visitPA/statuses/8973982178</guid>
<link>http://twitter.com/visitPA/statuses/8973982178</link>
</item>
<item>
<title>SusqRiverValley: The Susquehanna Valley Chorale has a BRAND NEW website -- and it's a beauty! www.svcmusic.org</title>
<description>SusqRiverValley: The Susquehanna Valley Chorale has a BRAND NEW website -- and it's a beauty! www.svcmusic.org</description>
<pubDate>Thu, 11 Feb 2010 19:19:21 +0000</pubDate>
<guid>http://twitter.com/SusqRiverValley/statuses/8973861400</guid>
<link>http://twitter.com/SusqRiverValley/statuses/8973861400</link>
</item>
<item>
<title>Nemacolin: RT @ResortsLodges: Calling all Travelers: RT @Nemacolin: Check out this Pet Resort!http://nemacolinwooflands.com/</title>
<description>Nemacolin: RT @ResortsLodges: Calling all Travelers: RT @Nemacolin: Check out this Pet Resort!http://nemacolinwooflands.com/</description>
<pubDate>Thu, 11 Feb 2010 19:19:20 +0000</pubDate>
<guid>http://twitter.com/Nemacolin/statuses/8973860760</guid>
<link>http://twitter.com/Nemacolin/statuses/8973860760</link>
</item>
<item>
<title>lakeraystown: Check out our Newest Adventure! We are now home to SEATOW! Its like AAA for Boaters. http://bit.ly/aMPRRA</title>
<description>lakeraystown: Check out our Newest Adventure! We are now home to SEATOW! Its like AAA for Boaters. http://bit.ly/aMPRRA</description>
<pubDate>Thu, 11 Feb 2010 19:16:43 +0000</pubDate>
<guid>http://twitter.com/lakeraystown/statuses/8973766771</guid>
<link>http://twitter.com/lakeraystown/statuses/8973766771</link>
</item>
<item>
<title>PAGreatOutdoors: Perfect time to learn to how to cross country ski....take a class: http://bit.ly/d2eals http://bit.ly/bg9e2M</title>
<description>PAGreatOutdoors: Perfect time to learn to how to cross country ski....take a class: http://bit.ly/d2eals http://bit.ly/bg9e2M</description>
<pubDate>Thu, 11 Feb 2010 19:15:36 +0000</pubDate>
<guid>http://twitter.com/PAGreatOutdoors/statuses/8973726984</guid>
<link>http://twitter.com/PAGreatOutdoors/statuses/8973726984</link>
</item>
<item>
<title>visitPA: Chainsaw Art!!! Ridgway Chainsaw Rendezvous carves out a week of fun & art. Starts 2/20 It helps make the PA Wilds http://ow.ly/16qA1</title>
<description>visitPA: Chainsaw Art!!! Ridgway Chainsaw Rendezvous carves out a week of fun & art. Starts 2/20 It helps make the PA Wilds http://ow.ly/16qA1</description>
<pubDate>Thu, 11 Feb 2010 19:09:25 +0000</pubDate>
<guid>http://twitter.com/visitPA/statuses/8973506771</guid>
<link>http://twitter.com/visitPA/statuses/8973506771</link>
</item>
<item>
<title>StateCollegecom: Thank you for submitting photos of the storm. Check... { "errorCode": 503, "errorMessage": "Service unavailable.", "statusCode": "ERROR" }</title>
<description>StateCollegecom: Thank you for submitting photos of the storm. Check... { "errorCode": 503, "errorMessage": "Service unavailable.", "statusCode": "ERROR" }</description>
<pubDate>Thu, 11 Feb 2010 19:07:42 +0000</pubDate>
<guid>http://twitter.com/StateCollegecom/statuses/8973446136</guid>
<link>http://twitter.com/StateCollegecom/statuses/8973446136</link>
</item>
<item>
<title>pacrafts: New blog post! http://www.pacraftsblog.org/be-inspired/</title>
<description>pacrafts: New blog post! http://www.pacraftsblog.org/be-inspired/</description>
<pubDate>Thu, 11 Feb 2010 19:06:11 +0000</pubDate>
<guid>http://twitter.com/pacrafts/statuses/8973393115</guid>
<link>http://twitter.com/pacrafts/statuses/8973393115</link>
</item>
<item>
<title>patourismpr: PA loves snow! RT @visitPA: WeJustGotBack.com giveaway 4 all inclusive SkyTop Lodge family winter escape. http://ow.ly/16q5d</title>
<description>patourismpr: PA loves snow! RT @visitPA: WeJustGotBack.com giveaway 4 all inclusive SkyTop Lodge family winter escape. http://ow.ly/16q5d</description>
<pubDate>Thu, 11 Feb 2010 19:05:02 +0000</pubDate>
<guid>http://twitter.com/patourismpr/statuses/8973349879</guid>
<link>http://twitter.com/patourismpr/statuses/8973349879</link>
</item>
<item>
<title>PAWines: Clover Hill in Robesonia is celebrating Valentines' Day on February 13th or 14th with a wine and chocolate sampling. http://bit.ly/60TTv9</title>
<description>PAWines: Clover Hill in Robesonia is celebrating Valentines' Day on February 13th or 14th with a wine and chocolate sampling. http://bit.ly/60TTv9</description>
<pubDate>Thu, 11 Feb 2010 19:01:12 +0000</pubDate>
<guid>http://twitter.com/PAWines/statuses/8973210981</guid>
<link>http://twitter.com/PAWines/statuses/8973210981</link>
</item>
<item>
<title>TheGoodSamClub: Florida Winter #RV Samboree Feb 17 - 21 Withlocoochee Festival Grounds, Dunnellon, FL http://ow.ly/16ma8</title>
<description>TheGoodSamClub: Florida Winter #RV Samboree Feb 17 - 21 Withlocoochee Festival Grounds, Dunnellon, FL http://ow.ly/16ma8</description>
<pubDate>Thu, 11 Feb 2010 19:00:05 +0000</pubDate>
<guid>http://twitter.com/TheGoodSamClub/statuses/8973165860</guid>
<link>http://twitter.com/TheGoodSamClub/statuses/8973165860</link>
</item>
<item>
<title>allegrowines: So.....what would you do with over three feet of snow and the keys to a winery?</title>
<description>allegrowines: So.....what would you do with over three feet of snow and the keys to a winery?</description>
<pubDate>Thu, 11 Feb 2010 18:49:45 +0000</pubDate>
<guid>http://twitter.com/allegrowines/statuses/8972798447</guid>
<link>http://twitter.com/allegrowines/statuses/8972798447</link>
</item>
<item>
<title>PerformanceJobs: The Performance Group has job openings that can fit you perfectly. Check out the full listing of jobs at http://www.ppstaffing.com/</title>
<description>PerformanceJobs: The Performance Group has job openings that can fit you perfectly. Check out the full listing of jobs at http://www.ppstaffing.com/</description>
<pubDate>Thu, 11 Feb 2010 18:45:29 +0000</pubDate>
<guid>http://twitter.com/PerformanceJobs/statuses/8972647711</guid>
<link>http://twitter.com/PerformanceJobs/statuses/8972647711</link>
</item>
<item>
<title>StateCollegecom: Get a Talor Battle figurine at the Game of the Week!... http://bit.ly/dhsG72</title>
<description>StateCollegecom: Get a Talor Battle figurine at the Game of the Week!... http://bit.ly/dhsG72</description>
<pubDate>Thu, 11 Feb 2010 18:41:32 +0000</pubDate>
<guid>http://twitter.com/StateCollegecom/statuses/8972505124</guid>
<link>http://twitter.com/StateCollegecom/statuses/8972505124</link>
</item>
<item>
<title>hybridcycles: Great article: Welcome to Bike-a-delphia | http://ow.ly/16pMx -- "When you're riding a bike, you're really living."</title>
<description>hybridcycles: Great article: Welcome to Bike-a-delphia | http://ow.ly/16pMx -- "When you're riding a bike, you're really living."</description>
<pubDate>Thu, 11 Feb 2010 18:39:47 +0000</pubDate>
<guid>http://twitter.com/hybridcycles/statuses/8972441498</guid>
<link>http://twitter.com/hybridcycles/statuses/8972441498</link>
</item>
<item>
<title>VasqueFootwear: Here is Backpacker Magazine's Hike of the Day. Anyone hit up Delaware Water Gap in PA? http://bit.ly/9ZQW4L</title>
<description>VasqueFootwear: Here is Backpacker Magazine's Hike of the Day. Anyone hit up Delaware Water Gap in PA? http://bit.ly/9ZQW4L</description>
<pubDate>Thu, 11 Feb 2010 18:34:12 +0000</pubDate>
<guid>http://twitter.com/VasqueFootwear/statuses/8972238149</guid>
<link>http://twitter.com/VasqueFootwear/statuses/8972238149</link>
</item>
<item>
<title>VisitBucksPA: Ever wanted 2 taste local Bucks Cty cuisine? Head over 2 the new Earl's Bucks County in Peddlers Village! http://bit.ly/2NM1x3 #buckscounty</title>
<description>VisitBucksPA: Ever wanted 2 taste local Bucks Cty cuisine? Head over 2 the new Earl's Bucks County in Peddlers Village! http://bit.ly/2NM1x3 #buckscounty</description>
<pubDate>Thu, 11 Feb 2010 18:30:49 +0000</pubDate>
<guid>http://twitter.com/VisitBucksPA/statuses/8972115105</guid>
<link>http://twitter.com/VisitBucksPA/statuses/8972115105</link>
</item>
</channel>
</rss>


Log in to our virtual campfire: www.CampingPA.com
Come On Over, We'll keep the fire burning for ya!

ALSO visit our newest forums - www.ATVingpA.com/forums
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
i added centering to your custom island.. just look @ it and you'll see what needed to be done

--

also that twitter feed is just RSS.. so you'd need to have your island consume the RSS and display it nicely..

just the same idea that was don't for your index.html page to show the latest forum topics..

Joined: Sep 2009
Posts: 95
journeyman
journeyman
Joined: Sep 2009
Posts: 95
Cool...

Thanks a barzillion...

You are awesome...

ALL HAIL SIR DUDE !

Thanks man... I am so happy !


Log in to our virtual campfire: www.CampingPA.com
Come On Over, We'll keep the fire burning for ya!

ALSO visit our newest forums - www.ATVingpA.com/forums

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
1 members (Havenofsobriety), 458 guests, and 91 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)