top sites module?

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   top sites module?
jaded
CZ Newbie
jaded has been a member for over 20 year's 20 Year Member
Gender: Female
Status: Offline
Joined: Nov 13, 2003
0.00 posts per day
Posts: 8
Points: 502
   
Hello,

I am in need of a top sites module that will work with nuke 7.0. I cannot find one. I see that you have one here but I am unsure if this site is a 7.0 site. Any help would be appreciated. We recently upgraded and now need a replacement. I was using the one from matty scripts.
Thank you in advance icon_smile.gif



Back to top Reply with quote
#2   re: top sites module?
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Taut has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.72 posts per day
Posts: 5530
Points: 481,695
   
I dont see why the old Top Sites wouldn't work. all those upgrades were only for the vulnerability fixes not the file changes.


taut



Back to top Reply with quote
#3   re: top sites module?
jaded
CZ Newbie
jaded has been a member for over 20 year's 20 Year Member
Gender: Female
Status: Offline
Joined: Nov 13, 2003
0.00 posts per day
Posts: 8
Points: 502
   
they do not work because the databases are not configured to work with the changes in the 7.0 nuke. Does anyone know of a Top Sites that will work?



Back to top Reply with quote
#4   
Staffie
CZ Revered Member
 Codezwiz Site Donator
Staffie has been a member for over 20 year's 20 Year Member
uk.gif
Occupation: Investigation Officer
Age: 39
Gender: Male
Website:
Status: Offline
Joined: May 27, 2003
0.19 posts per day
Posts: 1454
Points: 401,085
   
telli may be able to help you out there, if you wait til he comes on i am sure he will tal to you about it.




_________________
Back to top Reply with quote
#5   re: top sites module?
jaded
CZ Newbie
jaded has been a member for over 20 year's 20 Year Member
Gender: Female
Status: Offline
Joined: Nov 13, 2003
0.00 posts per day
Posts: 8
Points: 502
   
That would be very helpful. I will look for a reply from him. Thank you icon_smile.gif



Back to top Reply with quote
#6   Re: re: top sites module?
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   


Originally posted by jaded:

they do not work because the databases are not configured to work with the changes in the 7.0 nuke. Does anyone know of a Top Sites that will work?



I dont see why it wouldnt work. It has nothing to do with any nuke tables except the nuke_users and thats only to associate the top site and the user submitting it. Unless of course im missing something which is allways possible. icon_mrgreen.gif

Have you tried re-installing it?




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#7   re: top sites module?
jaded
CZ Newbie
jaded has been a member for over 20 year's 20 Year Member
Gender: Female
Status: Offline
Joined: Nov 13, 2003
0.00 posts per day
Posts: 8
Points: 502
   
perhaps if i give you more detail you will be able to help... first the top sites shows on the site as it did before. At the bottom of the list it shows the error:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/******/public_html/includes/sql_layer.php on line 286

this is preventing anyone from signing up and or accessing their information as well as it prevents the sites from popping up correctly for visitors.
Here are the sql files for this top sites.

# --------------------------------------------------------
#
# Table structure for table 'nuke_mstopsites'
#

CREATE TABLE nuke_mstopsites (
   memberid int(11) unsigned NOT NULL auto_increment,
   uname varchar(25) NOT NULL,
   sitename varchar(60) NOT NULL,
   url varchar(75) NOT NULL,
   buttonurl varchar(75),
   email varchar(75) NOT NULL,
   description text NOT NULL,
   category varchar(30) NOT NULL,
   regdate datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
   startdate datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
   curdate datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
   daysold int(11) unsigned DEFAULT '0' NOT NULL,
   hitsin int(11) unsigned DEFAULT '0' NOT NULL,
   hitsout int(11) unsigned DEFAULT '0' NOT NULL,
   hitstotal int(11) unsigned DEFAULT '0' NOT NULL,
   hitstoday int(11) unsigned DEFAULT '0' NOT NULL,
   rating int(11) unsigned DEFAULT '0' NOT NULL,
   rank int(11) unsigned DEFAULT '0' NOT NULL,
   PRIMARY KEY (memberid)
);

# --------------------------------------------------------
#
# Table structure for table 'nuke_mstopsites_cnf'
#

CREATE TABLE nuke_mstopsites_cnf (
   id int(11) NOT NULL auto_increment,
   webmaster_email varchar(100) NOT NULL,
   webmaster_url varchar(100) NOT NULL,
   topsite_name varchar(100) NOT NULL,
   img_button varchar(100) NOT NULL,
   categories text NOT NULL,
   img_visible int(10) unsigned DEFAULT '25' NOT NULL,
   pp int(5) unsigned DEFAULT '10' NOT NULL,
   webmaster_sendmail tinyint(1) unsigned DEFAULT '1' NOT NULL,
   bmaxdisplay int(5) unsigned DEFAULT '10' NOT NULL,
   bmaxbutton int(5) unsigned DEFAULT '3' NOT NULL,
   ranking tinyint(1) unsigned DEFAULT '0' NOT NULL,
   allow_reset tinyint(1) unsigned DEFAULT '0' NOT NULL,
   nbrdays int(3) unsigned DEFAULT '30' NOT NULL,
   begindate varchar(10) DEFAULT '2003-01-04' NOT NULL,
   resetflag tinyint(1) unsigned DEFAULT '0' NOT NULL,
   logip tinyint(1) unsigned DEFAULT '0' NOT NULL,
   copyright varchar(25) DEFAULT 'Maty Scripts' NOT NULL,
   version varchar(25) DEFAULT 'MS Top-Sites v1.0' NOT NULL,
   PRIMARY KEY (id)
);

# --------------------------------------------------------
#
# Table structure for table 'nuke_mstopsites_ip'
#

CREATE TABLE nuke_mstopsites_ip (
   id int(11) unsigned NOT NULL auto_increment,
   ip varchar(20) NOT NULL,
   memberid int(11) unsigned DEFAULT '0' NOT NULL,
   PRIMARY KEY (id)
);


i hope that this helps. I would really like to get this working again. I have uninstalled and reinstalled a few times it is always the same thing. It worked perfectly before the upgrade. Your assistance is greatly appreciated.
Thank you in advance, Jaded icon_neutral.gif


Back to top Reply with quote
#8   re: top sites module?
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
attach the index.php for the mstopsites.




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
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
You cannot attach files in this forum
You cannot download files in this forum