Welcome, Guest. Please Login or Register.
March 29, 2024, 08:19:33 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.1] Global Moderator center. « previous next »
Pages: 1 ... 18 19 [20] 21 22 ... 24 Reply Ignore Print
Author Topic: [Done 1.5.1] Global Moderator center.  (Read 142545 times)
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #285 on: March 05, 2003, 03:10:35 PM »
Reply with quote

Do you have phpMyAdmin?

If you do, use it to execute the query I showed above in the SQL tab.  Just replace {$db_prefix} with whatever your prefix is.  (ususally yabbse_.)

-[Unknown]
Logged
plugplay
Noobie
*
Posts: 20


I'm NOT a llama!

Re:[Done 1.5.1] Global Moderator center.
« Reply #286 on: March 05, 2003, 04:52:47 PM »
Reply with quote

I have installed phpMyAdmin and set it up. I have my  database called dssforum and when I put in

INSERT INTO {$dssforum_}settings VALUES ('gmodnews', '1'), ('gmodcensor', '1'), ('gmodreserve', '1'). ('gmodban', '1');

I get

Error

SQL-query :  

INSERT INTO {dssforum_}settings
VALUES (

'gmodnews', '1'
), (
'gmodcensor', '1'
), (
'gmodreserve', '1'
).(
'gmodban', '1'
)

MySQL said:


You have an error in your SQL syntax near '{dssforum_}settings VALUES (  'gmodnews',  '1' ), (  'gmodcensor',  '1' ), (  'g' at line 1

Any suggestions? Thanks
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #287 on: March 05, 2003, 04:54:47 PM »
Reply with quote

Take out the curly braces.  They are not needed in the query... (and are what is causing the error.)

-[Unknown]
Logged
plugplay
Noobie
*
Posts: 20


I'm NOT a llama!

Re:[Done 1.5.1] Global Moderator center.
« Reply #288 on: March 05, 2003, 05:10:23 PM »
Reply with quote

It still didn't work but I was able to manually add it in. Thank you for all your help. I truly appreciate it.

Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #289 on: March 08, 2003, 07:52:50 AM »
Reply with quote

New YaBBpak uploaded.... works with newest version of 1.5.1.

http://gbaetc.homeip.net/yypack

-[Unknown]
« Last Edit: March 08, 2003, 07:55:48 AM by [Unknown] » Logged
TheXerox
Noobie
*
Posts: 20


I'm a llama!

WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #290 on: March 11, 2003, 01:20:01 AM »
Reply with quote

Just tried to install this on my clean 1.5.1 board from the pack above and got this..

Fatal error: Cannot redeclare is_gmod() (previously declared in /home/hfstival/public_html/yabbse/Sources/Security.php:39) in /home/hfstival/public_html/yabbse/Sources/Security.php on line 43
Logged
TheXerox
Noobie
*
Posts: 20


I'm a llama!

WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #291 on: March 11, 2003, 01:29:39 AM »
Reply with quote

I put my backup sources back in, and the forums are working again, but it still says the mod is installed.. what should I do?
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #292 on: March 11, 2003, 01:29:41 AM »
Reply with quote

Looks like you installed it twice.

Try uninstalling it from the pacakage manager.

-[Unknown]
Logged
TheXerox
Noobie
*
Posts: 20


I'm a llama!

WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #293 on: March 11, 2003, 12:34:51 PM »
Reply with quote

It worked, your the man Unknown.. appreciate all the work you put into all of this :)
Logged
diversedesigns
Noobie
*
Posts: 32


<? wtf ?>

ICQ - 152924792 WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #294 on: March 30, 2003, 02:27:38 PM »
Reply with quote

Does the global moderator mod work with 1.5.1RC1??

Thx :)


Quote from: [Unknown] on March 08, 2003, 07:52:50 AM
New YaBBpak uploaded.... works with newest version of 1.5.1.

http://gbaetc.homeip.net/yypack

-[Unknown]
Logged

- Claire
//www.diversedesign.us
"Don't worry about the world ending today,  it's already tmwr in Australia"
Coyote
YaBB God
*****
Posts: 702


I love YaBB SE!

Re:[Done 1.5.1] Global Moderator center.
« Reply #295 on: April 06, 2003, 12:10:41 AM »
Reply with quote

Yep - The Yab Pack version of this mod is working fine with the 1.51 Final Release.

It installed on my board that had already been modded with the smilies mod and the Global Mod centre!

Thanks Guys!



Logged

To the world - you are just one person, but to one person you are the world!
Daubers
Noobie
*
Posts: 17


I'm a llama again! ..... Wait....

WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #296 on: April 10, 2003, 12:49:35 PM »
Reply with quote

When I tried to install this through the YaBBpak I got a 500 server error when I tried to apply the mod.

Have I done something wrong somewhere or should I contact oneandone and ask them?
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #297 on: April 10, 2003, 01:44:15 PM »
Reply with quote

Quote from: Daubers on April 10, 2003, 12:49:35 PM
When I tried to install this through the YaBBpak I got a 500 server error when I tried to apply the mod.

Have I done something wrong somewhere or should I contact oneandone and ask them?

Make sure the Packages directory, along with your source files, are all writable.
You may want to try downloading the mod with your computer, and uploading it to the Packages directory.

-[Unknown]
Logged
jack-uk
Full Member
***
Posts: 118


I'm a llamatron addict

Re:[Done 1.5.1] Global Moderator center.
« Reply #298 on: April 12, 2003, 11:33:32 PM »
Reply with quote

When I installed this from the yabbpack, it created the file Gmod.php in my Sources directory. However, the code was looking for GmodCenter.php. Have I stumbled onto something really odd?

Once I renamed Gmod.php to GmodCenter.php, it seems to work fine.
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #299 on: April 12, 2003, 11:52:09 PM »
Reply with quote

Strange....

file|^|Sources/GmodCenter.php|^|24634|^|1040730000

I don't know what to tell you.

-[Unknown]
Logged
Pages: 1 ... 18 19 [20] 21 22 ... 24 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.1] Global Moderator center. « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.018 seconds with 19 queries.