MP
R
Home
Reviews
Search Reviews
Map Reviews
Advanced Search
Create a Listing
Browse by City
Browse by State
Top Rated
Recent Reviews
Review Guidelines
Live Chat
Start Chat
Online Operators
Chat Guidelines
MP Talk
General Discussion
Community Forum
Create Topic
Search Topics
Forum Guidelines
Spa Search
Browse Spa's
Add Spa
Browse Directory
Spa Reviews
Featured Spas
New Listings
Blogs
Latest Articles
Wellness Tips
Featured Posts
Categories
Create Listing
Login
Sign Up
Sign Up
My Notes
×
Add Image
×
Add Note
Loading notes...
Friend Messenger
×
Open Full Messenger
Chat with Friends
×
A
Alice Johnson
● Online
A
Hey! How are you doing today?
2:30 PM
I'm doing great! Thanks for asking. How about you?
2:32 PM
M
A
Pretty good! Just finished a great massage session. The new therapist is amazing!
2:35 PM
// Forum page for Maine Discussion // Generated automatically for state: ME // Handle city parameter if present $currentCity = isset($_GET['city']) ? $_GET['city'] : null; $currentState = isset($_GET['state']) ? $_GET['state'] : 'maine'; // Get topics for Maine Discussion $topics = array ( 0 => array ( 'id' => 1, 'title' => 'Welcome to Maine Discussion', 'username' => 'admin', 'created_at' => '2024-12-15 10:00:00', 'views' => 31, 'reply_count' => 8, 'vote_score' => 9, 'status' => 'hot', 'badges' => array ( 0 => array ( 'name' => 'God Level', 'icon' => 'fas fa-crown', 'color' => '#000', 'bg_color' => '#ffd700', ), 1 => array ( 'name' => '500+ Posts', 'icon' => 'fas fa-fire', 'color' => '#fff', 'bg_color' => '#dc2626', ), 2 => array ( 'name' => '100+ Reviews', 'icon' => 'fas fa-star', 'color' => '#fff', 'bg_color' => '#059669', ), ), ), 1 => array ( 'id' => 2, 'title' => 'Best Massage Places in Portland', 'username' => 'moderator', 'created_at' => '2024-12-14 15:30:00', 'views' => 31, 'reply_count' => 4, 'vote_score' => 6, 'status' => 'trending', 'badges' => array ( 0 => array ( 'name' => 'Gold', 'icon' => 'fas fa-star', 'color' => '#3b82f6', 'bg_color' => '#e0e7ff', ), 1 => array ( 'name' => '200+ Comments', 'icon' => 'fas fa-comments', 'color' => '#fff', 'bg_color' => '#7c3aed', ), ), ), 2 => array ( 'id' => 3, 'title' => 'Maine Spa Recommendations', 'username' => 'admin', 'created_at' => '2024-12-13 09:15:00', 'views' => 55, 'reply_count' => 2, 'vote_score' => 9, 'status' => 'rising', 'badges' => array ( 0 => array ( 'name' => 'God Level', 'icon' => 'fas fa-crown', 'color' => '#000', 'bg_color' => '#ffd700', ), 1 => array ( 'name' => 'Forum Master', 'icon' => 'fas fa-trophy', 'color' => '#fff', 'bg_color' => '#0891b2', ), ), ), 3 => array ( 'id' => 4, 'title' => 'Controversial Discussion in Maine', 'username' => 'debater', 'created_at' => '2024-12-12 14:20:00', 'views' => 72, 'reply_count' => 10, 'vote_score' => 4, 'status' => 'controversial', 'badges' => array ( 0 => array ( 'name' => 'Member', 'icon' => 'fas fa-user', 'color' => '#fff', 'bg_color' => '#6b7280', ), ), ), 4 => array ( 'id' => 5, 'title' => 'Legendary Post - 1000+ Votes in Maine', 'username' => 'legend', 'created_at' => '2024-12-10 09:00:00', 'views' => 1100, 'reply_count' => 47, 'vote_score' => 1179, 'status' => 'legendary', 'badges' => array ( 0 => array ( 'name' => 'Legend', 'icon' => 'fas fa-crown', 'color' => '#000', 'bg_color' => '#ffd700', ), 1 => array ( 'name' => '1000+ Votes', 'icon' => 'fas fa-star', 'color' => '#fff', 'bg_color' => '#dc2626', ), ), ), ); // Real data for top posters and stats $topPosters = array ( 0 => array ( 'username' => 'admin', 'post_count' => 121, 'badges' => array ( 0 => array ( 'name' => 'God Level', 'icon' => 'fas fa-crown', 'color' => '#000', 'bg_color' => '#ffd700', ), 1 => array ( 'name' => '500+ Posts', 'icon' => 'fas fa-fire', 'color' => '#fff', 'bg_color' => '#dc2626', ), ), ), 1 => array ( 'username' => 'moderator', 'post_count' => 101, 'badges' => array ( 0 => array ( 'name' => 'Gold', 'icon' => 'fas fa-star', 'color' => '#3b82f6', 'bg_color' => '#e0e7ff', ), ), ), ); $forumStats = array ( 'topics' => 73, 'posts' => 206, 'members' => 97, 'latest_member' => 'newuser247', ); // Available cities in Maine $availableCities = array ( 0 => 'Portland', 1 => 'Lewiston', 2 => 'Bangor', 3 => 'Auburn', 4 => 'Biddeford', ); // Filter topics by city if city parameter is present if ($currentCity) { // Convert city slug back to readable name $cityName = str_replace('-', ' ', ucwords($currentCity)); // Add city-specific topics $cityTopics = [ [ "id" => 100 + array_search($cityName, $availableCities), "title" => "Welcome to " . $cityName . " Discussion", "username" => "admin", "created_at" => "2024-12-15 10:00:00", "views" => rand(20, 50), "reply_count" => rand(2, 8), "vote_score" => rand(8, 20), "status" => "hot", "badges" => [ ["name" => "God Level", "icon" => "fas fa-crown", "color" => "#000", "bg_color" => "#ffd700"], ["name" => "500+ Posts", "icon" => "fas fa-fire", "color" => "#fff", "bg_color" => "#dc2626"] ] ], [ "id" => 200 + array_search($cityName, $availableCities), "title" => "Best Massage Places in " . $cityName, "username" => "moderator", "created_at" => "2024-12-14 15:30:00", "views" => rand(15, 40), "reply_count" => rand(1, 5), "vote_score" => rand(5, 15), "status" => "trending", "badges" => [ ["name" => "Gold", "icon" => "fas fa-star", "color" => "#3b82f6", "bg_color" => "#e0e7ff"] ] ], [ "id" => 300 + array_search($cityName, $availableCities), "title" => $cityName . " Spa Recommendations", "username" => "admin", "created_at" => "2024-12-13 09:15:00", "views" => rand(30, 60), "reply_count" => rand(0, 3), "vote_score" => rand(3, 12), "status" => "rising", "badges" => [ ["name" => "God Level", "icon" => "fas fa-crown", "color" => "#000", "bg_color" => "#ffd700"] ] ] ]; // Replace topics with city-specific ones $topics = $cityTopics; } ?>
Maine Discussion Forum
Connect with members in Maine and discuss local topics, providers, and experiences
Home
Forums
Maine
Maine
Cities in Maine
Portland
Lewiston
Bangor
Auburn
Biddeford
Create New Topic
Topic Title
Topic Content
Auto-save enabled (every 5 seconds)
Last saved:
Post Topic
Save Draft
Recent Topics
Hot
New
Top
Rising
Controversial
Card View
Tree View
9
Welcome to Maine Discussion
Hot
admin
•
Dec 15, 2024
God Level
500+ Posts
100+ Reviews
31 views
8 replies
6
Best Massage Places in Portland
Trending
moderator
•
Dec 14, 2024
Gold
200+ Comments
31 views
4 replies
9
Maine Spa Recommendations
Rising
admin
•
Dec 13, 2024
God Level
Forum Master
55 views
2 replies
4
Controversial Discussion in Maine
Controversial
debater
•
Dec 12, 2024
Member
72 views
10 replies
1179
Legendary Post - 1000+ Votes in Maine
Legendary
legend
•
Dec 10, 2024
Legend
1000+ Votes
1100 views
47 replies
Forum Statistics
Topics
Posts
Members