234551
tjnemez
Re: newbb buggared plz help
  • 2004/9/25 18:16

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


use php myadmin to drop the tables in question and then just reinstall.



234552
bbgds
Re: Getting the webmail module to work - Here's the file!
  • 2004/9/25 18:12

  • bbgds

  • Just popping in

  • Posts: 93

  • Since: 2004/7/23


I'm having a crash problem now too.

Fatal error: Unable to connect to database in /home/christ/public_html/class/database/databasefactory.php on line 34

Is that the same error you got Kaotik?

Also, I noticed that when you go into the admin menu to make chages, it will go through the normal process, but none of the changes will actually take. You get the "Database Updated" screen, but when you re-access the admin menu, you get the default settings.



234553
bbgds
Fatal Error, cannot connet to my Xoops site. Help!
  • 2004/9/25 18:07

  • bbgds

  • Just popping in

  • Posts: 93

  • Since: 2004/7/23


Hi....

It looks like my site crashed. I get the following error when trying to point my browser to it:

Fatal error: Unable to connect to database in /home/christ/public_html/class/database/databasefactory.php on line 34

Please help!
bbgds



234554
Jackwan
Re: IStat not updating!
  • 2004/9/25 17:50

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


I am still not getting it! the count has changed from 0 to 1 and stay there. Now I have printed out the xoop2_install.txt and checked every thing on the list:
Chmod, add classes in ALL .css files in the themes subdirectory(to make it simple, I cut down the themes into three as the default installation), add footers in ALL html files in themes subdirectory. Whatelse I need to do? Oh yes, some where in one of the messages says i need to delete the xxx^theme.html in the template_c subdirectory, which I did and I saw new html has been generated by the system. Also, I have log on not as admin/webmaster, but created a user to log in/out several times. all my main subdirectory has been set 755 and the files there 644 except the cache directory in the istat subdirectory is 777 and config.php 666

BTW: does this module count the Anon traffic? cause I allow all Anon's to look at the newbb, news etc but not posting.

here is one of my html change Please note that I have changed the "refer" to "referer"

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<head>
<meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<meta name="robots" content="<{$xoops_meta_robots}>" />
<meta name="keywords" content="<{$xoops_meta_keywords}>" />
<meta name="description" content="<{$xoops_meta_description}>" />
<meta name="rating" content="<{$xoops_meta_rating}>" />
<meta name="author" content="<{$xoops_meta_author}>" />
<meta name="copyright" content="<{$xoops_meta_copyright}>" />
<meta name="generator" content="XOOPS" />
<title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<!-- RMV: added module header -->
<{$xoops_module_header}>
<script type="text/javascript">
<!--
<{$xoops_js}>
//-->
</script>
</head>
<body>
<table cellspacing="1" cellpadding="0" bgcolor="#666666">
<tr>
<td bgcolor="#DDE1DE">
<table cellspacing="0" cellpadding="0">
<tr>
<td width="285"><a href="<{$xoops_url}>"><img src="<{$xoops_imageurl}>images/logo.gif" alt="logo" align="middle" /></a></td>
<td width="100%" align="center"><div style="text-align: center; padding-top: 5px;"><{$xoops_banner}></div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<table cellspacing="0" cellpadding="0">
<tr>
<td width="20%" bgcolor="#EFEFEF">
<!-- Start left blocks loop -->
<{foreach item=block from=$xoops_lblocks}>
<table cellspacing="0" cellpadding="2">
<tr>
<td class="blockTitle">&nbsp;<{$block.title}></td>
</tr>
<tr>
<td class="blockContent"><{$block.content}></td>
</tr>
</table>
<{/foreach}>
<!-- End left blocks loop -->
</td>
<td style="padding: 0px 5px 0px;" align="center">
<!-- Display center blocks if any -->
<{if $xoops_showcblock == 1}>

<table cellspacing="0">
<tr>
<td width="100%" colspan="2">

<!-- Start center-center blocks loop -->
<{foreach item=block from=$xoops_ccblocks}>
<table cellspacing="1" cellpadding="5">
<tr>
<td class="blockTitle">&nbsp;<{$block.title}></td>
</tr>
<tr>
<td class="blockContent"><{$block.content}></td>
</tr>
</table>
<{/foreach}>
<!-- End center-center blocks loop -->

</td>
</tr>
<tr>
<td width="50%">

<!-- Start center-left blocks loop -->
<{foreach item=block from=$xoops_clblocks}>
<table cellspacing="1" cellpadding="5">
<tr>
<td class="blockTitle">&nbsp;<{$block.title}></td>
</tr>
<tr>
<td class="blockContent"><{$block.content}></td>
</tr>
</table>
<{/foreach}>
<!-- End center-left blocks loop -->

</td><td width="50%">

<!-- Start center-right blocks loop -->
<{foreach item=block from=$xoops_crblocks}>
<table cellspacing="1" cellpadding="5">
<tr>
<td class="blockTitle">&nbsp;<{$block.title}></td>
</tr>
<tr>
<td class="blockContent"><{$block.content}></td>
</tr>
</table>
<{/foreach}>
<!-- End center-right blocks loop -->

</td>
</tr>
</table>

<{/if}>
<!-- End display center blocks -->

<div id="content">
<{$xoops_contents}>
</div>
</td>

<{if $xoops_showrblock == 1}>
<td width=20% bgcolor=#efefef align=center>
<!-- Start right blocks loop -->
<{foreach item=block from=$xoops_rblocks}>
<table cellspacing="0" cellpadding="2">
<tr>
<td class="blockTitle">&nbsp;<{$block.title}></td>
</tr>
<tr>
<td class="blockContent"><{$block.content}></td>
</tr>
</table>
<br />
<{/foreach}>
<!-- End right blocks loop -->
<{/if}>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="30" valign="middle" bgcolor="#DDE1DE" align="center"><div style="text-align: center; padding-top: 2px; font-size: 10px"><{$xoops_footer}></div></td>
</tr>

<table width="100%" cellspacing="0">
<tr id="footerbar">
<td><a href="https://xoops.org/" target="_blank"><img src="<{$xoops_imageurl}>poweredby.gif" alt="" /></a>
<{if $xoops_isadmin != 1}>
<script type="text/Javascript">
<!--
istat = new Image(1,1);
istat.src = "http://creforum.net/modules/istats/include/counter.php?sw="+screen.width+"&sc="+screen.colorDepth+"&referer="+escape(document.referrer)+"&page="+location.href;
//-->
</script>
<{/if}>

</td>
</tr>
</table>
</body>
</html>



234555
icepick66
Re: newbb buggared plz help
  • 2004/9/25 17:36

  • icepick66

  • Just popping in

  • Posts: 20

  • Since: 2004/9/25


Thankyou soo much ill try from windows
it woudent bother me too much if i lose all post's but at least i got a forum
Cross fingers



234556
-Page
Re: http:// is NOT http://www.
  • 2004/9/25 17:23

  • -Page

  • Just popping in

  • Posts: 74

  • Since: 2004/7/16


This was the ticket for me too! - and SOO easy!

Quote:
$whathost=$_SERVER["HTTP_HOST"];
if($whathost != "www.aviary.info")
{
header("HTTP/1.1 301 Moved Permanently");
header("Location:http://www.aviary.info".$_SERVER["REQUEST_URI"]);
exit();
}


- You bad Chad!!~




234557
BenG1
Random Images
  • 2004/9/25 17:13

  • BenG1

  • Just popping in

  • Posts: 16

  • Since: 2004/8/30


I was wondering if someone could help me out. I would like to be able to add a random image to the logo of xoops. I am using the <? include("filename.php") ?> in the themes "theme.html" file. But it doesn't work. I also made a test.html page and loaded the same script on that page. And it STILL wont load. Is there something I am doing wrong?



234558
WeasHell
Re: Webmaster Problem
  • 2004/9/25 17:09

  • WeasHell

  • Just popping in

  • Posts: 9

  • Since: 2004/7/8 1


But the installing look like a much risky. I must to do this with knowledge someone



234559
flyingtux
Re: Getting the webmail module to work - Here's the file!
  • 2004/9/25 17:09

  • flyingtux

  • Not too shy to talk

  • Posts: 146

  • Since: 2004/9/6 1


Hello All!
Concerning Bassman:
I yesterday switched off my site and ran, for testing WebMailFX and the whole website in php debug mode. I didn't get any php warning. Are you using the last, code cleaned, version (0.82)? Just uninstall the old one, install this and let us know!
BTW: send me your e-mail adddress, I'll include you in the php file notice.
Other stuff:
-the file is now also among downloads in xoops.org: cool!
-kaotik: any further development? Do you have a 0.83 (testing as we sayd) to download and test?
Have you looked at the new notice in all php, with license, credits and so on? What do you think?
Cheers,
ft



234560
WeasHell
Re: Webmaster Problem
  • 2004/9/25 16:56

  • WeasHell

  • Just popping in

  • Posts: 9

  • Since: 2004/7/8 1


thxi iam trying now your orders sir :)







Login

Who's Online

140 user(s) are online (92 user(s) are browsing Support Forums)


Members: 0


Guests: 140


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits