Come on guys I need more support then this..
152 2006-04-10 00:52
Topic: OpenWings? Wow! Again? (2 replies, posted in PunBB 1.2 show off)
Rumours said that OpenWings would open back. Well they aren?t rumours anymore because several of us meaning the staff members of OpenWings took a decision. I told them it would be one of the last time I do something to make OpenWings work and will sell/give it away the next time.
Now for a little quick summary of what OpenWings was and what it will be. OpenWings had once a total of 1523 members last time recorded before changing web host. Now, you know the rest. We changed our hosting company to zephyrhosting which they satisfy my needs and I like them very much. The only thing that went wrong was we had forgotten to redirect the old site to our new site which caused some confusion. So we lost about ¾ of the members and had no idea what to do with the site. So I decided to take it down for a while. I then decided to turn the site into a programming forum which did not work very well. I then decided to take down the site once more and a month later I turned into a gfx?s forum. As the story goes it did not turn out to good. We now took a decision about what we should do about the site and I?ve turned it into a public site. I put a few games onto the homepage. I?ve restarted the forums which aren?t complete just yet. We are trying to reach about 20 members in a month so please we need your help. Sign up for the forums even though they aren?t finish. They will be after 20 members register.
Please don?t forget about us and visit the site. Don?t forget about us. Visit the site once every week even though you don?t want to. Force yourself you will help our community.
Link: http://openwings.ca.tt
Original Link: http://openwings.zephyrhosting.net/
153 2006-04-07 00:37
Re: Need Help Please (2 replies, posted in PunBB 1.2 discussion)
Trial and error is the best way to learn.
thats what I'm doing right now. But theres a border I can't get to change :@
154 2006-04-06 21:24
Topic: Need Help Please (2 replies, posted in PunBB 1.2 discussion)
It's about skinning punbb as my homepage.
Homepage:
http://www.openwings.zephyrhosting.net/
Forums:
http://www.openwings.zephyrhosting.net/forum
Can anyone do it for me or help me out. I'm having like so much trouble. thanks
155 2006-02-07 02:36
Topic: Style Help (0 replies, posted in PunBB 1.2 troubleshooting)
I've been tyring to creat a similiar type of modified style of Novin. I would like to look it similar to http://reinet.co.uk/. I wanted the bar on top and stuff to be set to default and i wanted to take off the image and and set the bar around the h2 thing to blue. I have no blue where to look. Where should I start?
156 2006-01-30 00:57
Re: Open Wings (6 replies, posted in PunBB 1.2 show off)
Forums had loads of bugs fixed them.
157 2006-01-20 23:47
Re: MYSQL not working like before? (9 replies, posted in PunBB 1.2 troubleshooting)
****************FIXED
158 2006-01-20 22:12
Re: MYSQL not working like before? (9 replies, posted in PunBB 1.2 troubleshooting)
wtf? Follow the instructions on the install script, it isn't hard? :s
I just get a pop up saying to enter my MSQL username, password, dataname, admin username, email adress. I just get that nothing esle.
159 2006-01-20 00:48
Re: MYSQL not working like before? (9 replies, posted in PunBB 1.2 troubleshooting)
getting pissed not; The file 'config.php' doesn't exist or is corrupt. Please run install.php to install PunBB first.
160 2006-01-19 00:42
Re: MYSQL not working like before? (9 replies, posted in PunBB 1.2 troubleshooting)
Scripter wrote:strange i don't have config.php
The install screen gives you code to paste into a new file called config.php
Did you do so?
Didn't get the message i'll fix it now i know what it is. I have a hard tiem reading errors when I know what the errors mean i can fix it.
161 2006-01-19 00:36
Re: MYSQL not working like before? (9 replies, posted in PunBB 1.2 troubleshooting)
The issue is with MySQL: your username/pass for that (in config.php) isn't correct anymore
strange i don't have config.php
162 2006-01-19 00:34
Re: the Windshapers Holt forum (4 replies, posted in PunBB 1.2 show off)
I love how you placed your logo.
164 2006-01-19 00:29
Re: User Group Color (2 replies, posted in PunBB 1.2 troubleshooting)
sorry for not using the search, i usually do but this community is so fast in replying I don't bother. I'll use the search button more often
165 2006-01-19 00:21
Topic: MYSQL not working like before? (9 replies, posted in PunBB 1.2 troubleshooting)
An error occured on line 55 in file /home/*****/public_html/include/dblayer/mysqli.php.
PunBB reported: Unable to connect to MySQL and select database. MySQL reported: Access denied for user '*****'@'localhost' (using password: YES)
so i go check in that file, and i never touched it. I unstalled my old punbb forums may that be the problem?
Edit: I've put the minportal before installation could that cause the problem?
167 2006-01-18 12:31
Topic: Private Message (10 replies, posted in PunBB 1.2 troubleshooting)
Parse error: parse error, unexpected '}' in /home/scripter/public_html/forum/profile.php on line 1061
What did I do wrong?
168 2006-01-18 12:13
Topic: User Group Color (2 replies, posted in PunBB 1.2 troubleshooting)
I've been trying this code;
<style>
.g_1 a:link, .g_1 a:visited {
color: red;
}
.g_1 a:active, .g_1 a:hover {
font-weight: bold;
color: red;
}
.g_2 a:link, .g_2 a:visited {
color: green;
}
.g_2 a:active, .g_2 a:hover {
font-weight: bold;
color: green;
}
.g_5 a:link, .g_5 a:visited {
color: blue;
}
.g_5 a:active, .g_5 a:hover {
font-weight: bold;
color: blue;
}
.g_6 a:link, .g_6 a:visited {
color: YellowGreen;
}
.g_6 a:active, .g_6 a:hover {
font-weight: bold;
color: YellowGreen;
}
.g_7 a:link, .g_7 a:visited {
color: Olive;
}
.g_7 a:active, .g_7 a:hover {
font-weight: bold;
color: Olive;
}
.g_8 a:link, .g_8 a:visited {
color: Black;
}
.g_8 a:active, .g_8 a:hover {
font-weight: bold;
color: Black;
}
</style>
I've put this is my tlp but when I go on my forums I see no colors. I login and out. Right now I took it off but when I know what to do from you guys i'll put it back.
By the way the forums are: http://open-wings.co.nr
169 2006-01-06 16:49
Re: Open Wings (6 replies, posted in PunBB 1.2 show off)
I've got a new theme installed check it out.
170 2006-01-05 16:37
Topic: Open Wings (6 replies, posted in PunBB 1.2 show off)
http://www.openwings.zephyrhosting.net
We provide lots of help in Visual Basic 6.0 because they is what we are aiming for but we need users to ask questions
171 2006-01-05 02:25
Re: Bad HTTP_REFERER (2 replies, posted in PunBB 1.2 troubleshooting)
Thanks, it was my firewall.
172 2006-01-05 02:04
Topic: Bad HTTP_REFERER (2 replies, posted in PunBB 1.2 troubleshooting)
Bad HTTP_REFERER. You were referred to this page from an unauthorized source. If the problem persists please make sure that 'Base URL' is correctly set in Admin/Options and that you are visiting the forum by navigating to that URL. More information regarding the referrer check can be found in the PunBB documentation.