• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

help with guilds.php

Boyegas

New Member
Joined
Jan 27, 2009
Messages
159
Reaction score
1
Hello, i want to add guild wars to my server but everytime I add what im supposed to to my guilds.php I dont get it right in the website. Can someone add it for me?

I deleted the first part because the message was to long.
this is my guild.php


View attachment guilds.txt



I want to add STEP 4 from this
Code:
http://otland.net/629404-post547.html

Thanks.
 
Hello, i want to add guild wars to my server but everytime I add what im supposed to to my guilds.php I dont get it right in the website. Can someone add it for me?

I deleted the first part because the message was to long.
this is my guild.php


View attachment 3732



I want to add STEP 4 from this
Code:
http://otland.net/629404-post547.html

Thanks.


I had same problem ^_^

Speedyshare - Guilds.php

just remove your guilds.php and replace it with this one if it don't work tell me.
 
Thank you but I get this error, I dont know if its because of guilds.php but here it is

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'g.logo_gfx_name' in 'field list'' in C:\xampp\htdocs\wars.php:56 Stack trace: #0 C:\xampp\htdocs\wars.php(56): PDO->query('?? SELECT g....') #1 C:\xampp\htdocs\index.php(195): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\wars.php on line 56
 
SQL query:
Code:
ALTER TABLE `guilds` ADD `description` TEXT NOT NULL DEFAULT "";
ALTER TABLE `guilds` ADD `logo_gfx_name` VARCHAR( 255 ) NOT NULL DEFAULT "";
 
Back
Top