Conversation Between solskenn and Hall of Famer
Showing Visitor Messages 51 to 60 of 66
-
Hi there Solskenn, hows your experiencing using this script so far?
-
I was wrong! The server wasn't down, my site was under review. I was hoping they'd notice it was down and fix it so I sent a question asking why it was all white. This was their response.
"Blank page is shown when your website is under review. It can take sometime, you just need to wait."
This is an important detail that I feel should be posted somewhere that members can view it easily, but I'm not sure where to post it myself. I'm not sure if it's just free servers or all servers. But they should be notified so that next time it happens the member knows what's going on and doesn't freak out like I did when it first happened to me, or assume they have a bad server.
-
If by graduate school you mean college, then yes. Studying to be a psychologist but considering some kind of programming class as an elective lol. I used to be good with HTML, I could find a code, know where to put it, how to edit it and everything to fix it up to my needs. (Much easier than memorizing it all..) With all those people out there that needs programming help of some sort.. I could probably learn enough to at least help fix/edit codes. Just not sure if I'm going to study php js or css yet, or even what my school might offer.
I'm not sure if it's a bad host or not. I used to be with 20m.us us but after it going white on me, and me not figuring out why I joined serversfree.com they have a pretty decent free site offer, or at least I couldn't find any that were better. This is the first time it's been down since I started using it (about a week or two)
-
Well you are in graduate school, arent you? Id expect it to keep you busy enough, but still it wont hurt to spend some time on the internet and build your own site.
umm you are with a bad host, arent you? I do recommend you to evaluate the amount of downtime on your server and make a decision on whether you should switch host or not, its your call ultimately. Id say you better fix the glitches mentioned in the bug tracker, though they will all be gone by Mys v1.3.1.
-
I'm not surprised. Always striving to improve the script, running your own petsite (from some posts I'd seen while browsing) and helping others, not to mention whatever else goes on the other side of the monitor. I'm not even designing a program and I've got a full schedule most of the time xD.
I do have some questions at this time, but as my server is down I won't really be able to do anything with it till it's back up. Well, actually technically I could, but I wouldn't be ale to see the results of it. So I'm basically browsing the forum, looking at random topics.. and trying to invent new items for my site. Other than the guest adopt glitch, and the ones about the profile thing.. are the the fixes from the bug tracker things I still need to do to my own petsite?
-
Nope, you can edit the link from the ACP of your adoptables site, just change the forum url to whatever it actually is.
And no worries, I hope everyone building adoptables site here will make the best use of this script. If you have any questions, lemme know and I will see if I can help you. Do not expect me to create highly customized script for you though, since my time is quite limited after all.
-
Okay got it ^,^ is there anything else I need to do to it? Do I need to change the link back to "forum.php"? or change any settings on the forum via admin panel?
Also, thank you for taking time out to help me with this. It's very awesome that the site/program owner is taking time out to help everything get set up right ^,^
-
Oh change the first line to $mybbenabled = 1. The value 0 means you've disabled mybb forum integration, 1 means you have enabled this feature.
-
$mybbenabled = 0;
$mybbhost = 'mysql.serversfree.com';
$mybbuser = 'u787488258_pets';
$mybbpass = '.....';
$mybbdbname = 'u787488258_portal';
$mybbpath = '/forum';
$mybbprefix = 'mybb_';
I only removed the 'pass' part cause this is kinda public xD. I had /that/ part right, so posted the rest in case there is a problem elsewhere. I doubt it'd be any part of the installation tbh because fadillzzz installed it for me. He left some areas in default though (mainly the site settings) which the main reason I checked, in case he did else where too.
-
Well I was referring to the config_forum.php file in your adoptables inc directory, not the one you find for your forum config file lol.