| Author |
Message |
jjmusicpro Involved


Joined: Jul 12, 2005 Posts: 283
|
Posted:
Tue Feb 27, 2007 11:21 pm |
|
On my site gamerbomb.com for some reason, its not showing how many visitors are online, it just shows nothing, not even a "0", any ideas?
I transfered the site from my old server, to my new server, and its not showing.
Also, Does anyone know why when people sign up, it wont send any emails to them?
It seems that on all my scripts that need to email someone for verification it wont send them an email.
I run php 4.3.2, thanks again! |
|
|
|
 |
kguske Site Admin

Joined: Jun 04, 2004 Posts: 6044
|
Posted:
Wed Feb 28, 2007 6:56 am |
|
For online visitors, there could be a number of issues. If you search the forums here, you'll likely find several possibilities and solutions. Also, it might help if we knew more details - like which distribution / version of PHP-Nuke you're using, and where you see the # of users online = blank (there are several possible places).
On the emails, there are also a number of possible reasons (these have also been discussed in the forums here). First, find out if your new server allows email to be sent via the PHP mail function. Your host should be able to confirm that. Also, have you confirmed that the mail is actually NOT being sent? It's very common these days for spam tools to block things like that, especially if the from email address (defined in your admin, preferences) isn't set correctly. Try registering to an email address on the gamerbomb server, and then with an account that doesn't block spam very well (e.g. yahoo) or where you can check the blocked email.
For both issues, it would also help to check your error log (usually available via the control panel) which could point you to the right direction for certain errors. |
|
|
|
 |
jakec Site Admin

Joined: Feb 06, 2006 Posts: 3038 Location: United Kingdom
|
Posted:
Wed Feb 28, 2007 6:57 am |
|
The issue with the email sounds like it maybe a problem with your new server setup, especially if you are saying other scripts are not working. Have you tried using SMTP instead, if you do a search here you should find some previous topics on this subject. |
|
|
|
 |
jjmusicpro Involved


Joined: Jul 12, 2005 Posts: 283
|
Posted:
Wed Feb 28, 2007 7:34 am |
|
How do i find out what version of phpnuke i have?
The email is registered on my server.
How do i switch email types?
Here is a picture of my error for the visitors and members online not showing up:
I also noticed this:
I did a test on another one of my sites, and it seems it will send email to people with @hotmail.com address, but other address it wont send an email to them...
However, gamerbomb.com wont send emails at all. |
|
|
|
 |
Gremmie Former Moderator in Good Standing

Joined: Apr 06, 2006 Posts: 2415 Location: Iowa, USA
|
Posted:
Wed Feb 28, 2007 10:46 am |
|
Nuke uses the standard PHP function mail() to send mail. Perhaps your new host has disabled this function.
Not sure about the members online...did you transfer all the tables? The session table?
I think there is a nuke version number in your nuke_config table. |
|
|
|
 |
jjmusicpro Involved


Joined: Jul 12, 2005 Posts: 283
|
Posted:
Wed Feb 28, 2007 11:40 am |
|
Yes, I checked my database, and i have nuke_sessions in there.
I even ran a table optimize on it, however same thing.
My nuke version is 7.5 |
|
|
|
 |
jjmusicpro Involved


Joined: Jul 12, 2005 Posts: 283
|
Posted:
Fri Mar 02, 2007 5:09 pm |
|
|
|
 |
jjmusicpro Involved


Joined: Jul 12, 2005 Posts: 283
|
Posted:
Mon Mar 05, 2007 2:03 pm |
|
|
|
 |
jjmusicpro Involved


Joined: Jul 12, 2005 Posts: 283
|
Posted:
Wed Mar 07, 2007 2:38 pm |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Thu Mar 08, 2007 6:17 am |
|
| jjmusicpro wrote: | Yes, I checked my database, and i have nuke_sessions in there.
I even ran a table optimize on it, however same thing.
My nuke version is 7.5 |
Just want to make absolutely sure there is no question here. Are you saying that you see DATA within the nuke_sessions table? It the table is empty, that would explain what you are seeing (I think).
Also, you might want to try Raven's replacement block for this, although, I suspect that it might be using the same table. |
|
|
|
 |
jjmusicpro Involved


Joined: Jul 12, 2005 Posts: 283
|
Posted:
Thu Mar 08, 2007 7:44 am |
|
Yes, there is data in the nuke_sessions table.
I see about 15+ rows of data.... |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Fri Mar 09, 2007 5:57 am |
|
Need to know what version of PHP-Nuke, then, and can you dump just the table structure for nuke_sessions here please? Thx. |
|
|
|
 |
jjmusicpro Involved


Joined: Jul 12, 2005 Posts: 283
|
Posted:
Fri Mar 09, 2007 7:34 am |
|
My nuke version is 7.5
CREATE TABLE `nuke_session` (
`uname` varchar(25) NOT NULL default '',
`time` varchar(14) NOT NULL default '',
`host_addr` varchar(4 NOT NULL default '',
`guest` int(1) NOT NULL default '0',
KEY `time` (`time`),
KEY `guest` (`guest`)
) TYPE=MyISAM; |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Sat Mar 10, 2007 7:55 am |
|
That is odd. That looks perfectly fine. I would give Raven's Site Info block a try. It is a better block anyways. |
|
|
|
 |
jjmusicpro Involved


Joined: Jul 12, 2005 Posts: 283
|
Posted:
Sat Mar 10, 2007 10:12 am |
|
where do i get his block?
I think I am running his block |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Sat Mar 10, 2007 10:33 am |
|
I already gave you a link to the download in a previous post above. |
|
|
|
 |
|
|
|
|