Previous Thread
Next Thread
Print Thread
Hop To
Page 1 of 2 1 2
#246278 10/14/2011 10:39 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
My server (RedHat) crashed today requiring a new master drive be initialized and a full operating system reloaded on it. My old master is attached as a slave.

What is the best way to recover the ubbthreads 7 system from the old master? I do have an sql backup that is a few days old. A full sql dump is on my local PC. The ubbthreads control panel dump is on a second drive that was on my server and will be mounted as a third drive once it comes up. I'd rather recover it from the old master if possible to be up to date.

If this is more than a medium difficulty task, is there someone I can contract to do that for me?


DennyP - www.dennyp.com
DennyP Travel
DennyP #246286 10/15/2011 1:36 AM
Joined: Jan 2008
Posts: 514
addict
addict
Joined: Jan 2008
Posts: 514
It isn't very difficult. You could just move the files over and just run the upgrade script pointing to the existing database... or you could do a full install and import your DB backup in after the process completes. Either way is fairly easy to do (especially following Gizmo's post on installing/upgrading 7.5.6p2). The instructions in the member's area will explain what files need what permissions and Gizmo's post talks about how to import your database easily enough. I figured it out using those and I am about as dumb as anyone can be figuring out SQL and linux, and I had no issues doing it myself.


smile

Dunny

DennyP #246294 10/15/2011 2:48 PM
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
When this happened on my server a while back I copied the data from the old /var/lib/mysql to the new /var/lib/mysql and then checked that the databases weren't corrupt; in my case, they where fine, and completely up to date. Then I just moved over my flat files for the site.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
DennyP #246295 10/15/2011 2:55 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
Thanks for the suggestion. I just got my server back online. As soon as I get some other things reloaded I'll give it a try.


DennyP - www.dennyp.com
DennyP Travel
DennyP #246299 10/15/2011 4:58 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
I found the old ubbthreads on the old /var/lib/mysql drive and copied them all to the same location on the operational drive.

Is there another step I have to do to make them visible to SQL? When I use phpMyAdmin to look at my databases, the ubbthreads database does not show up.

Do I have to stop and restart sql?

Thanks.


DennyP - www.dennyp.com
DennyP Travel
DennyP #246301 10/15/2011 6:01 PM
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
You'll need to ensure the chmods (folder 700, 660 for files) and owners are correct (mysql:mysql) and you'll need to make sure that you restart mysql (and run a repair on the tables). Note that I hope you understand what you're doing going this route, you can cause quite the mess...


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
DennyP #246304 10/15/2011 6:08 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
Thanks. Yes, I follow your instructions. I had looked at the old folders and files and changed the permissions/groups/owners on the new copy of the folders and files to match the old ones.

It will be a while before get to a point where I can start/stop mysql. Once I do and once I copy the flat files and repair the tables, I'll give it a try. If it doesn't work, I will reinstall ubbthreads and rebuild my databases from a backup that is just a couple of days old.

Thanks again.


DennyP - www.dennyp.com
DennyP Travel
DennyP #246305 10/15/2011 7:15 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
I restarted mysql successfully and before I ran a repair I ran theubbthreads.php and got:

Quote
Warning: require(libs/smarty/Smarty.class.php) [function.require]: failed to open stream: Operation not permitted in /var/www/vhosts/dennyp.com/httpdocs/ubbthreads/ubbthreads.php on line 55

Fatal error: require() [function.require]: Failed opening required 'libs/smarty/Smarty.class.php' (include_path='.:') in /var/www/vhosts/dennyp.com/httpdocs/ubbthreads/ubbthreads.php on line 55


Does that error mean anything to you?

So I decided that I should run a mysql repair like you suggested. I started with just one table to try my syntax in mysql. I did

repair ubbt_ADDRESS_BOOK.frm; in mysql and got a table does not exist statement. I guess I'm not sure of the syntax of the repair statement. How do you tell mysql what database the table is in?

As a side note, after I restarted mysql, the ubbthreads does appear in the phpMyAdmin database list. I can open tables and browse them with no errors. What's the best way to run a repair?

I appreciate your suggestions.


DennyP - www.dennyp.com
DennyP Travel
DennyP #246306 10/15/2011 7:53 PM
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
I wouldn't run any mysql steps through the UBB; I'd instead do it through PHPMyAdmin or the MySQL command line.

As for your error, it tells you what the problem is:
Quote
Fatal error: require() [function.require]: Failed opening required 'libs/smarty/Smarty.class.php' (include_path='.:') in /var/www/vhosts/dennyp.com/httpdocs/ubbthreads/ubbthreads.php on line 55

It's unable to read the smarty files that SHOULD be in the libs/smarty folder.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
DennyP #246307 10/15/2011 9:22 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
I am doing the SQL repair commands through the mysql console command interface and phpMyAdmin.

I got rid of the prior errors. The owner and group needed to be changed. I did that on all the files and directories. Now I get
Quote
We encountered a problem. The reason reported was
Database error only visible to forum administrators

Please click back to return to the previous page.


If it helps, I discovered that they restored a slightly higher version of Plesk on the server. This version renamed the admin userid for mysql. When I login to mysql I have to use a different userid than I used to use. Is that id stored somplace in the ubbthreads files that I need to change?

I want to repair the tables. But still get the errors listed in my prior posting. Can I find the sql error that is referred to in the error message stored someplace?

Thanks.


DennyP - www.dennyp.com
DennyP Travel
DennyP #246308 10/15/2011 9:33 PM
Joined: Jun 2006
Posts: 1,344
G
veteran
veteran
G Offline
Joined: Jun 2006
Posts: 1,344
libs/mysql.inc.php on line 283 find

Code
 $showerror = 0; 

change to

Code
 $showerror = 1; 

This will show you the error when you go to the page, but be sure to change it back to 0 so the whole world don't see the errors wink

DennyP #246309 10/16/2011 12:32 AM
Joined: Jan 2008
Posts: 514
addict
addict
Joined: Jan 2008
Posts: 514
if you have CP access you can change the name of the user and password from there and your board should be able to see your DB with the correct credentials (db,Paths,urls). If not then you can change in manually in the config script in the folder directly.

DennyP #246310 10/16/2011 12:34 AM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
The ubbthreads control panel won't work. Which folder and file do I need to manually change? Thanks.


DennyP - www.dennyp.com
DennyP Travel
DennyP #246311 10/16/2011 12:35 AM
Joined: Jan 2008
Posts: 514
addict
addict
Joined: Jan 2008
Posts: 514
One sec and I will go into mine and make sure I am right....


DennyP #246312 10/16/2011 12:37 AM
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
The config file is located in the includes/ folder; it's named config.inc.php.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
DennyP #246313 10/16/2011 12:39 AM
Joined: Jan 2008
Posts: 514
addict
addict
Joined: Jan 2008
Posts: 514
just looked it up..Gizmo got it before I did... but it is the in the first 5 lines of the config.inc.php


DennyP #246314 10/16/2011 12:44 AM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
Thank you both. I'll give it a try in the morning.


DennyP - www.dennyp.com
DennyP Travel
DennyP #246316 10/16/2011 8:30 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
I want to thank everyone above for their help. My system is up and running again with no apparent loss of data. I have one small problem that I'll list below. Before that I want to post what I did in case anyone in the future reads this topic for a similar problem. I've seen too many topics where someone posts a problem, gets some suggestions, then never comes back to say if it worked or not. In this case it did.

I did have to manually change the database password in the config.inc.php as recommended above. Once that was done, my system came up. I did get some permission errors. I missed a couple of them when I initially checked and changed them. Once I corrected the permissions, I did a rebuild on all the datases using the contrpl panel functions. They complete with no errors. I probably didn't need to do that, but I knew if I had any problems that was the first thing that would be recommended.

The only outstanding problem is that the New Post and New Topic islands are not updating. I have them as a portal entry and as an external web page. Neither are updating. They stop at that last post prior to my crash. I'm sure something has to be reset or updated somplace but I couldn't find anything in the docs or on the forum (unless I overlooked it). Any suggestions on how to reset those islands would be appreciated.

Last edited by DennyP; 10/16/2011 8:30 PM.

DennyP - www.dennyp.com
DennyP Travel
DennyP #246317 10/16/2011 8:33 PM
Joined: Jun 2006
Posts: 1,344
G
veteran
veteran
G Offline
Joined: Jun 2006
Posts: 1,344
Glad to hear your back up. Have you tried clearing your cache?

gliderdad #246322 10/16/2011 8:47 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
Originally Posted by gliderdad
Have you tried clearing your cache?
I did not do that. At your suggestion I just did that. I'll give the system some time to catch up on new posts and topics and will recheck it and will report back.

Thank you.


DennyP - www.dennyp.com
DennyP Travel
DennyP #246323 10/16/2011 8:50 PM
Joined: Jun 2006
Posts: 1,344
G
veteran
veteran
G Offline
Joined: Jun 2006
Posts: 1,344
If that don't work, ftp in to your /cache directory not cache_builders. You can copy the whole directory to your comp just in case if you want. Delete all the files inside the cache directory except for the index.html or index.htm. Than go and clear the cache again from the cp. that should force it to rebuild.

DennyP #246327 10/16/2011 9:55 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
I discovered that I missed resetting the permissions on the files within the cache_builders/custom directory to 666. I don't konw if that solved the problem. At the same time I deleted the data in the /cache builders directory per gliderdad's suggestion above. Then I cleared the cache again from the cp. My extermal islands updated right away and continue to do so.

But the portal copies of the islands are not updating. The other odd thing is that in the external portal, the times displayed are the server time. I have my preferences set for the -1 offset. All the times on the actual forum postings display correctly with the offset. I suppost that the external island has to post the server time because it doesn't know who is requesting it or if they even have a registration on the board. But the portal copy of the new post and new topic islands is not updating. I have the cache time set at 5 minutes and have waited much longer (about 30 minutes).


DennyP - www.dennyp.com
DennyP Travel
DennyP #246331 10/16/2011 10:37 PM
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
actually go in and delete everything (but the index file) from the cache/ directory; one of the files isn't being able to be written to, hence the stale data; then go and clear your cache and it should rebuild from scratch.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Gizmo #246332 10/16/2011 11:17 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
Originally Posted by Gizmo
actually go in and delete everything (but the index file) from the cache/ directory; one of the files isn't being able to be written to, hence the stale data; then go and clear your cache and it should rebuild from scratch.
I did that previously based on gliderdad's suggestion above. After I did that the external islands started working ok but not the portal ones. But I will try it again either later tonight or tomorrow and report back. Thanks.


DennyP - www.dennyp.com
DennyP Travel
DennyP #246333 10/16/2011 11:36 PM
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
I doubt it'd fix it, but you could also try making sure that the sessions/ and templates/compile/ directories are clear too; you'll need to clear cache after purging from folders manually (and the session bit will log you out)


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
DennyP #246334 10/17/2011 12:20 AM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
I deleted the files (except the index.html file) in the above directories and also in the cache directory and ran a clear cache from the cp. There was no effect on the portal islands. Also, I was not logged out of the message board when I deleted the sessions files.

Any other thoughts?


DennyP - www.dennyp.com
DennyP Travel
DennyP #246335 10/17/2011 5:28 AM
Joined: Jan 2008
Posts: 514
addict
addict
Joined: Jan 2008
Posts: 514
Did you clear the cache again after you did that?

Also make sure of the permissions on those folders as well.

Dunny

Last edited by Dunny; 10/17/2011 5:29 AM.
DennyP #246336 10/17/2011 11:14 AM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
Here is what I just did to make sure I didn't skip any steps.

Confirmed permissions as follows
  • session directory: 777
  • templates/compile directory: 777
  • templates: 777
  • cache directory: 777
  • cache_builders directory: 777
  • cache_builders/custom directory: 777
  • cache_builders/custom directory: 777
  • cache_builder/custom files: 666
Deleted all files except any index.html files found from:
  • sessions directory
  • templates/compile directory
  • templates directory
Then I used the cp to do a clear cache. The portal islands did not refresh.

When looking at the templates directory, I noticed a default subdirectory with a permission of 755 and files with permissions of 644. I did not do anything with that subdirectory or the files in that subdirectory.

Any other thoughts? Thanks.


DennyP - www.dennyp.com
DennyP Travel
DennyP #246337 10/17/2011 11:20 AM
Joined: Jun 2006
Posts: 1,344
G
veteran
veteran
G Offline
Joined: Jun 2006
Posts: 1,344
All files and directories inside ubb need to be 777 for directories and 666 for files, this includes sub directories. With most ftp programs you can right click the folder click properties and set all directories to be changed recursively than do the same for pages.

DennyP #246338 10/17/2011 11:44 AM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
I'll SSH into the directories and check/change them and try again and report back. Thanks.


DennyP - www.dennyp.com
DennyP Travel
DennyP #246339 10/17/2011 12:15 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
If I do a recursive change to 777 within the ubbthreads directory won't that also change the permissions on all the files in the subdirectories to 777 also?


DennyP - www.dennyp.com
DennyP Travel
DennyP #246340 10/17/2011 12:30 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
I changed all directories to 777 and files to 666 within the ubbthreads directory. When I went to the CP to clear cache, I can't get into the cp. I just get a blank page: http://www.dennyp.com/ubbthreads/admin/login.php.


DennyP - www.dennyp.com
DennyP Travel
DennyP #246341 10/17/2011 1:04 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
Figured the cp problem. The templates/admin directory got changed to 666 when doing one of the recursive 666 chmods. I changed it back to 777 and I got into the cp. I did a clear cache and the portal islands did not update.


DennyP - www.dennyp.com
DennyP Travel
DennyP #246346 10/17/2011 5:42 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
I've tried again by clearing the non index files in /sessions /templates/compile and /cache directories then using the cp to perform a Clear Cache. The portal New Topic and New Posts islands are still not updating but the same islands work externally. I've checked the permissions again.

Any additional suggestions?


DennyP - www.dennyp.com
DennyP Travel
DennyP #246347 10/17/2011 5:58 PM
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
I just visited your site.
www.dennyp.com
New posts island show a post from 7 minutes ago.
New topics island is yesterday.
Could it be a browser cache?


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
DennyP #246348 10/17/2011 6:29 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
Very strange. That is more up to date than what shows on my system. I am running IE9. I went into Internet Options and deleted the browsing history. That logged me off of my message board. I went to login again and the login took ok. But as soon as I clicked on any link on my forum main page I got a message saying I needed to login.

I then came back to this forum where I also was logged off. I logged back in and got the same results in that I would be returned to the main page and got a message saying I needed to login. I had to go over to a FireFox browser session to login to this board. I also could log into mine from FireFox but not from IE9. When I get to my board on FireFox, I still see the old island data.

When I get a chance I will reboot my PC (Win7) and try ID again.

Any idea why I can't stay logged in with IE?

Running ubbthreads 7.5.3


DennyP - www.dennyp.com
DennyP Travel
DennyP #246349 10/17/2011 6:40 PM
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
I was using firefox to view your site.
IE has been a bone of contention for ubb users for years.
From login issues to cache issues.
I do know Sirdude is trying his best on the next ubb release to correct as many issues with IE as he can.
In fact it is one of the top items on the list
He has identified some he thinks will be corrected in the next release. Meaning hopefully all of them.

FYI,
your version had one of the last attempts to fix the IE issues.
So hopefully SD will make some progress.

Last edited by Ruben; 10/17/2011 6:52 PM. Reason: Typo error corrected

Blue Man Group
There is no such thing as stupid questions. Just stupid answers
DennyP #246350 10/17/2011 6:52 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
Rebooting my system has allowed me to get back into this board and into my board again via IE9.

But even if I now go into my board via FireFox I still get old island data. I even cleared my FireFox browser files.


DennyP - www.dennyp.com
DennyP Travel
DennyP #246351 10/17/2011 6:59 PM
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Okay.
When i visit your site:
http://www.dennyp.com/ubbthreads/ubbthreads.php
I see the New topics island on the left;
The current post is.
Outage Report
by DennyP
Yesterday at 02:20 PM

Below that is the.
New posts Island
The current post is:
Winter WWW Arival Times
by bigdog8088
Today at 03:47 PM


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
DennyP #246352 10/17/2011 7:05 PM
Joined: Apr 2004
Posts: 232
Likes: 1
D
Enthusiast
Enthusiast
D Offline
Joined: Apr 2004
Posts: 232
Likes: 1
Yup, that sounds like correct information. That is what I see on the external islands.

Any thoughts on why I can't see it, even after a reboot?

Obviously it looks like ubbthreads is working ok in general. Just not working with my browsers - IE & FireFox.

Later when I get off work, I will create a new userid and try it.

I appreciate the feedback.


DennyP - www.dennyp.com
DennyP Travel
Page 1 of 2 1 2

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), 522 guests, and 99 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)