101
Jackwan
Re: IStat not updating!
  • 2004/9/26 13:26

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


Okay, Ok,

It is my fault. The stats are updating alright. However, I do not know how is that being done. It looks like there is a time delay and not every log on is recorded. Is there any documents explain what is going on?



102
Jackwan
Re: H1
  • 2004/9/25 23:59

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


s



103
Jackwan
Re: IStat not updating!
  • 2004/9/25 23:50

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


VERY VERY strange.

My count on the istat is now 4! While I had three registered ids (all me) login and out at least 20-30 times. WHY 4? I believe the count increases not because I have a new id or a new IP address(I have dynamic ip address on the browser side and i have forced it to change). As I can see it, it is incrementing based on 2 hours interval 12:00-12:59 14:00-14:59 etc.

I am confused. BTW I have made the changes as decribed above.

<!--
istat = new Image(1,1);
istat.src = "http://creforum.net/modules/istats/include/counter.php?sw="+screen.width+"&sc="+screen.colorDepth+"&referer="+escape(document.referer)+"&page="+location.href;
//-->



104
Jackwan
Re: Fatal Error, cannot connet to my Xoops site. Help!
  • 2004/9/25 18:17

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


the server admin should have a backup, have them restore the backup db and all.

if they do not, do you have a backup of the production code and database? try to restore them.



105
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>



106
Jackwan
Re: IStat not updating!
  • 2004/9/25 14:11

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


Quote:

kelantan wrote:
TQQuote:

smdcom wrote:
make sure u add this to ur theme.html

Quote:

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


it's work in my site... take a look...


I did insert those into theme.html and also code for style.css

Everything is done accordingly... from the xoops2_install.txt

FYI I have XOOPS 2.7 installed.

Nothing happen.

Now I am gonna try the second opinion above



I have the same problem, no updates.

my default theme is phpkaox, there are many selectable themes in my setup, in the prefernece selectable themes section my default choice is also phpkaox.

do I have to insert the above mentioned html into ALL selectable themes to make it work ?



107
Jackwan
Re: netpbm help
  • 2004/9/25 12:44

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


Quote:

nWoZemi wrote:
I also had some work to do in my first attempt.

This was my solution, hope it works for you

download
netpbm1.1-gallery1.0-linux2.2-redhat6.2-intel.tgz
from
http://sourceforge.net/project/showfiles.php?group_id=7130

Upload the NetPBM dir/files via FTP client (in binary mode) and CHMOD the directory and all the files in that directory with the following permissions: 755.



That does the trick. Thanks.



108
Jackwan
netpbm help
  • 2004/9/24 23:11

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


I am trying to install XOOPS gallery the first time and am pulling my hair out for selecting which netpbm file should I use. I tried almost every one of them to unavail.

here is what check netpbm reports on my operating system:

Linux hearts.securenet-server.net 2.6.8-1.521smp #1 SMP Mon Aug 16 09:25:06 EDT 2004 i686 i686 i386 GNU/Linux

I tried the two linux zip files and the bsd versions and none of them seems working.

error messages
Checking /home/twkinc/public_html/xbeta/netpbm/giftopnm
Error! (Expected status: 0, but actually received status: 126)

Checking /home/twkinc/public_html/xbeta/netpbm/jpegtopnm
Error! (Expected status: 0, but actually received status: 126)

Checking /home/twkinc/public_html/xbeta/netpbm/pngtopnm
Error! (Expected status: 0, but actually received status: 126)

Checking /home/twkinc/public_html/xbeta/netpbm/pnmcut
Error! (Expected status: 0, but actually received status: 126)

Checking /home/twkinc/public_html/xbeta/netpbm/pnmfile
Error! (Expected status: 0, but actually received status: 126)

Checking /home/twkinc/public_html/xbeta/netpbm/pnmflip
Error! (Expected status: 0, but actually received status: 126)

Checking /home/twkinc/public_html/xbeta/netpbm/pnmrotate
Error! (Expected status: 0, but actually received status: 126)

Checking /home/twkinc/public_html/xbeta/netpbm/pnmscale
Error! (Expected status: 0, but actually received status: 126)

Checking /home/twkinc/public_html/xbeta/netpbm/pnmtopng
Error! (Expected status: 0, but actually received status: 126)

Checking /home/twkinc/public_html/xbeta/netpbm/ppmquant
Error! (Expected status: 0, but actually received status: 126)

Checking /home/twkinc/public_html/xbeta/netpbm/ppmtogif
Error! (Expected status: 0, but actually received status: 126)

Checking /home/twkinc/public_html/xbeta/netpbm/ppmtojpeg
Error! (File /home/twkinc/public_html/xbeta/netpbm/ppmtojpeg does not exist.)

Help.



109
Jackwan
Re: Image uploads
  • 2004/9/23 3:54

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


thanks everyone, I have downloaded the gallery and wfsection as well as xcgal and several others. I will evaluate each one and see which will be most useful.

Thanks again, you are most helpful.



110
Jackwan
Re: Image uploads
  • 2004/9/23 3:49

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


Quote:

sbkiller wrote:
There is a way, you might have to fine one stand alone image upload script and port into the forums scripts or others.

I have over 20+ image uploads scripts from other author. Some are goods and some are lack of features.

Many scripts can be found here, www.hotscripts.com


thanks sbkiller,

I went to visit the script site and was impressed with the depth of varities.
However, I am no php programer, I do not know how to insert the scripts and to associate.
Besides, if I patch the current version, that means each subsequent versions I have to make the same patches, which will become a supporting problem.




TopTop
« 1 ... 8 9 10 (11) 12 13 »



Login

Who's Online

232 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 232


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