Pirata Nervo Wrote:I told you to use freeweb7...
However I told you to don't upload ANYTHING until january starts..lol
Freeweb7 is better! 100 000 mb of bandwith and 7000 mb of space.
cool I'll wait thanks for the tip
Your host should warn you if you exceed load limits.
I'm doubting MyPlaza would cause heavy load. Despite it's complexity, it actually runs much faster than other plugins.
And yes, it runs a lot faster than MYPS, you may be surprised to hear.
ZiNgA BuRgA Wrote:Your host should warn you if you exceed load limits.
I'm doubting MyPlaza would cause heavy load. Despite it's complexity, it actually runs much faster than other plugins.
And yes, it runs a lot faster than MYPS, you may be surprised to hear.
no no I did not to mean to say it was MyPlaza
I was just saying It sucks that I lost it with my site :(
MySQL error: 1054
Unknown column 'u.nameformat' in 'field list'
Query: SELECT s.sid, s.ip, s.uid, s.time, s.location, u.username, u.invisible, u.usergroup, u.displaygroup, u.nameformat FROM mybb_sessions s LEFT JOIN mybb_users u ON (s.uid=u.uid) WHERE s.time>'1199142723' ORDER BY u.username ASC, s.time DESC
that's what i got win i updated to v0.43 now i can get rid of it
Did you deactivate the Userformatting module? If so, you need to activate it.
witch i could
win i go in to Modules I get this
Fatal error: Call to undefined function: stripos() in /homepages/16/d200218465/htdocs/CBT/admin/myplaza.php on line 26
.:ʕΘЯg@nÊ”:.â Wrote:witch i could
win i do in to Modules I get this
Fatal error: Call to undefined function: stripos() in /homepages/16/d200218465/htdocs/CBT/admin/myplaza.php on line 26
Oops - I see you're using an older version of PHP.
Try this, in /admin/myplaza.php, near the top, there should be something like:
PHP Code:
if(isset($_SERVER['HTTP_REFERER']) && !stripos($_SERVER['HTTP_REFERER'], '/index.php?'))
define('REFERRER', $_SERVER['HTTP_REFERER']);
else
define('REFERRER', '');
require_once "./global.php";
|
Replace with:
PHP Code:
require_once "./global.php";
if(isset($_SERVER['HTTP_REFERER']) && !stripos($_SERVER['HTTP_REFERER'], '/index.php?'))
define('REFERRER', $_SERVER['HTTP_REFERER']);
else
define('REFERRER', '');
|
Thanks for pointing that one out.
Thank you man :)
its all fixed now
Thank you zinga for updating it :D
i don't have much experience in html but is the download link the codes of the plaza you using here on this forum? and is it copyright?