PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
jjmusicpro
Involved
Involved


Joined: Jul 12, 2005
Posts: 283

PostPosted: Tue Feb 27, 2007 11:21 pm Reply with quote Back to top

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!
View user's profile Send private message Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 6044

PostPosted: Wed Feb 28, 2007 6:56 am Reply with quote Back to top

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.
View user's profile Send private message
jakec
Site Admin


Joined: Feb 06, 2006
Posts: 3038
Location: United Kingdom

PostPosted: Wed Feb 28, 2007 6:57 am Reply with quote Back to top

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.
View user's profile Send private message
jjmusicpro
Involved
Involved


Joined: Jul 12, 2005
Posts: 283

PostPosted: Wed Feb 28, 2007 7:34 am Reply with quote Back to top

How do i find out what version of phpnuke i have?
The email
Only registered users can see links on this board!
Get registered or login to the forums!
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:
Image


I also noticed this:
Image

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.
View user's profile Send private message Visit poster's website
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA

PostPosted: Wed Feb 28, 2007 10:46 am Reply with quote Back to top

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.
View user's profile Send private message
jjmusicpro
Involved
Involved


Joined: Jul 12, 2005
Posts: 283

PostPosted: Wed Feb 28, 2007 11:40 am Reply with quote Back to top

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
View user's profile Send private message Visit poster's website
jjmusicpro
Involved
Involved


Joined: Jul 12, 2005
Posts: 283

PostPosted: Fri Mar 02, 2007 5:09 pm Reply with quote Back to top

Image
View user's profile Send private message Visit poster's website
jjmusicpro
Involved
Involved


Joined: Jul 12, 2005
Posts: 283

PostPosted: Mon Mar 05, 2007 2:03 pm Reply with quote Back to top

anyone?
View user's profile Send private message Visit poster's website
jjmusicpro
Involved
Involved


Joined: Jul 12, 2005
Posts: 283

PostPosted: Wed Mar 07, 2007 2:38 pm Reply with quote Back to top

anyone?
View user's profile Send private message Visit poster's website
montego
Site Admin


Joined: Aug 29, 2004
Posts: 9136
Location: Arizona

PostPosted: Thu Mar 08, 2007 6:17 am Reply with quote Back to top

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
Only registered users can see links on this board!
Get registered or login to the forums!
block for this, although, I suspect that it might be using the same table.
View user's profile Send private message Visit poster's website
jjmusicpro
Involved
Involved


Joined: Jul 12, 2005
Posts: 283

PostPosted: Thu Mar 08, 2007 7:44 am Reply with quote Back to top

Yes, there is data in the nuke_sessions table.
I see about 15+ rows of data....
View user's profile Send private message Visit poster's website
montego
Site Admin


Joined: Aug 29, 2004
Posts: 9136
Location: Arizona

PostPosted: Fri Mar 09, 2007 5:57 am Reply with quote Back to top

Need to know what version of PHP-Nuke, then, and can you dump just the table structure for nuke_sessions here please? Thx.
View user's profile Send private message Visit poster's website
jjmusicpro
Involved
Involved


Joined: Jul 12, 2005
Posts: 283

PostPosted: Fri Mar 09, 2007 7:34 am Reply with quote Back to top

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(4Cool NOT NULL default '',
`guest` int(1) NOT NULL default '0',
KEY `time` (`time`),
KEY `guest` (`guest`)
) TYPE=MyISAM;
View user's profile Send private message Visit poster's website
montego
Site Admin


Joined: Aug 29, 2004
Posts: 9136
Location: Arizona

PostPosted: Sat Mar 10, 2007 7:55 am Reply with quote Back to top

That is odd. That looks perfectly fine. I would give Raven's Site Info block a try. It is a better block anyways.
View user's profile Send private message Visit poster's website
jjmusicpro
Involved
Involved


Joined: Jul 12, 2005
Posts: 283

PostPosted: Sat Mar 10, 2007 10:12 am Reply with quote Back to top

where do i get his block?

I think I am running his block
View user's profile Send private message Visit poster's website
montego
Site Admin


Joined: Aug 29, 2004
Posts: 9136
Location: Arizona

PostPosted: Sat Mar 10, 2007 10:33 am Reply with quote Back to top

I already gave you a link to the download in a previous post above.
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum