GiveAways Pro not working for Registered only on 7.4

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   GiveAways Pro not working for Registered only on 7.4
DAMIAN
CZ Active Member
 Codezwiz Site Donator
DAMIAN has been a member for over 19 year's 19 Year Member
usa.gif mississippi.gif
Occupation: Net Junkie
Age: 58
Gender: Male
Fav. Sports Team: steelers
Website:
Status: Offline
Joined: Aug 08, 2004
0.02 posts per day
Posts: 177
Points: 9,848
   
I cannot get the giveaways mod to work for registered users only.
I tried replaceing mainfile, index and few others to no avail.
Reuploaded twice,
full reinstall twice,
still a no go.
Im using nuke 7.4
site is [ Register or login to view links on this board.]
Any help would be greatly appreciated, its embarrising to advertise a free giveaway, and then I cant get it to work when everyone shows up for it.
Thanks
DAMIAN




_________________
[ Register or login to view links on this board.]
[ Register or login to view links on this board.]
[ Register or login to view links on this board.]

It is better to regret something that you have done...............than to regret something that you havent done.
Back to top Reply with quote
#2   re: GiveAways Pro not working for Registered only on 7.4
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
   
What exactly is the error your getting?

It worked before correct?





_________________
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
#3   re: GiveAways Pro not working for Registered only on 7.4
DAMIAN
CZ Active Member
 Codezwiz Site Donator
DAMIAN has been a member for over 19 year's 19 Year Member
usa.gif mississippi.gif
Occupation: Net Junkie
Age: 58
Gender: Male
Fav. Sports Team: steelers
Website:
Status: Offline
Joined: Aug 08, 2004
0.02 posts per day
Posts: 177
Points: 9,848
   
it just says module isnt active, but if im logged in as admin it works, log out of admin and its back to saying module isnt active.
I even tried to set it to all visitors to no avail
Thanks




_________________
[ Register or login to view links on this board.]
[ Register or login to view links on this board.]
[ Register or login to view links on this board.]

It is better to regret something that you have done...............than to regret something that you havent done.
Back to top Reply with quote
#4   
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
   
Is it set to Registered Users in the admin panel under Modules?




_________________
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
#5   re: GiveAways Pro not working for Registered only on 7.4
DAMIAN
CZ Active Member
 Codezwiz Site Donator
DAMIAN has been a member for over 19 year's 19 Year Member
usa.gif mississippi.gif
Occupation: Net Junkie
Age: 58
Gender: Male
Fav. Sports Team: steelers
Website:
Status: Offline
Joined: Aug 08, 2004
0.02 posts per day
Posts: 177
Points: 9,848
   
yeppers tried registered and even tried all, to no avail
D




_________________
[ Register or login to view links on this board.]
[ Register or login to view links on this board.]
[ Register or login to view links on this board.]

It is better to regret something that you have done...............than to regret something that you havent done.
Back to top Reply with quote
#6   
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
   
Very strange. That message is produced by modules.php for some reason it isnt recgonizing the module.

Please make a database dump of your nuke_modules table and include it here.

Also please send me the Giveaways index.php through PM.




_________________
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: GiveAways Pro not working for Registered only on 7.4
DAMIAN
CZ Active Member
 Codezwiz Site Donator
DAMIAN has been a member for over 19 year's 19 Year Member
usa.gif mississippi.gif
Occupation: Net Junkie
Age: 58
Gender: Male
Fav. Sports Team: steelers
Website:
Status: Offline
Joined: Aug 08, 2004
0.02 posts per day
Posts: 177
Points: 9,848
   
Gotcha boss, heres the modules tables....
-- Table structure for table 'nuke_modules'
--

DROP TABLE IF EXISTS nuke_modules;
CREATE TABLE IF NOT EXISTS nuke_modules (
  mid int(10) NOT NULL auto_increment,
  title varchar(255) NOT NULL default '',
  custom_title varchar(255) NOT NULL default '',
  active int(1) NOT NULL default '0',
  view int(1) NOT NULL default '0',
  inmenu tinyint(1) NOT NULL default '1',
  mod_group int(10) default '0',
  PRIMARY KEY  (mid),
  KEY mid (mid),
  KEY title (title),
  KEY custom_title (custom_title)
) TYPE=MyISAM;

--
-- Dumping data for table 'nuke_modules'
--

INSERT INTO nuke_modules VALUES (1, 'AvantGo', 'AvantGo', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (48, 'Flash_Contacts', 'Flash Contacts', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (3, 'Downloads', 'Downloads', 0, 0, 1, 0);
INSERT INTO nuke_modules VALUES (5, 'FAQ', 'FAQ', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (6, 'Feedback', 'Feedback', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (7, 'Forums', 'Forums', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (9, 'Members_List', 'Members List', 1, 1, 1, 0);
INSERT INTO nuke_modules VALUES (10, 'News', 'News', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (11, 'Private_Messages', 'Private Messages', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (12, 'Recommend_Us', 'Recommend Us', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (27, 'PhotoGallery', 'PhotoGallery', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (26, 'FishBase', 'FishBase', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (15, 'Statistics', 'Statistics', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (16, 'Stories_Archive', 'Stories Archive', 0, 0, 1, 0);
INSERT INTO nuke_modules VALUES (17, 'Submit_News', 'Submit News', 1, 0, 0, 0);
INSERT INTO nuke_modules VALUES (23, 'Bookmarks', 'Bookmarks', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (20, 'Topics', 'Topics', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (21, 'Web_Links', 'Web Links', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (22, 'Your_Account', 'Your Account', 1, 0, 0, 0);
INSERT INTO nuke_modules VALUES (28, 'Surveys', 'Surveys', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (30, 'NukeC21', 'NukeC21', 0, 0, 1, 0);
INSERT INTO nuke_modules VALUES (31, 'ReefBase', 'ReefBase', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (33, 'CCart', 'CCart', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (34, 'Tutorials', 'Tutorials', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (35, 'mSearch', 'mSearch', 0, 0, 1, 0);
INSERT INTO nuke_modules VALUES (36, 'ZClassifieds', 'ZClassifieds', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (37, 'NukeC30', 'NukeC30', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (38, 'Donations', 'Donations', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (39, 'Encyclopedia', 'Encyclopedia', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (40, 'UPS_Rates', 'UPS Rates', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (42, 'Driving_Directions', 'Driving Directions', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (43, 'Link_To_Us', 'Link To Us', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (44, 'MS_Analysis', 'MS Analysis', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (45, 'phpSitemapNG', 'phpSitemapNG', 0, 0, 1, 0);
INSERT INTO nuke_modules VALUES (47, 'Contact', 'Contact', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (49, 'Content', 'Content', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (50, 'Donate', 'Donate', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (51, 'catalog', 'catalog', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (52, 'rockstore', 'rockstore', 0, 0, 1, 0);
INSERT INTO nuke_modules VALUES (53, 'rrstore', 'rrstore', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (54, 'Who-is-Where', 'Who-is-Where', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (55, 'Whos_Online', 'Whos Online', 1, 0, 1, 0);
INSERT INTO nuke_modules VALUES (58, 'Giveaways', 'Giveaways', 1, 1, 1, 0);




_________________
[ Register or login to view links on this board.]
[ Register or login to view links on this board.]
[ Register or login to view links on this board.]

It is better to regret something that you have done...............than to regret something that you havent done.
Back to top Reply with quote
#8   
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
   
Your menu is linked to modules.php?name=Giveaways/ should just be modules.php?name=Giveaways (No trailing slash)

icon_smile.gif




_________________
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
#9   re: GiveAways Pro not working for Registered only on 7.4
DAMIAN
CZ Active Member
 Codezwiz Site Donator
DAMIAN has been a member for over 19 year's 19 Year Member
usa.gif mississippi.gif
Occupation: Net Junkie
Age: 58
Gender: Male
Fav. Sports Team: steelers
Website:
Status: Offline
Joined: Aug 08, 2004
0.02 posts per day
Posts: 177
Points: 9,848
   
Thanks a million, figures it would be a simple oversite or simple issue, this time operator error....ME.....
Thanks
D




_________________
[ Register or login to view links on this board.]
[ Register or login to view links on this board.]
[ Register or login to view links on this board.]

It is better to regret something that you have done...............than to regret something that you havent done.
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