PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  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
Rantin_26
New Member
New Member


Joined: Mar 26, 2006
Posts: 13

PostPosted: Sat Jun 17, 2006 6:54 am Reply with quote Back to top

I have my NSN GR Downloads Submitt option going, the relavtive paths created and ftp permissions set, and all seems to work great, except the download that is submitted doesn't appear in the Downloads Admin panel for approval on waiting links..

The Files are being uploaded because i checked the ftp folder that i specified they upload to and they are there, and the user says it tells them thanks they will be sent a email when the download is approved, but waiting downloads are not showing in the admin panel..???

Help?
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
whitebox
Regular
Regular


Joined: Nov 22, 2004
Posts: 52

PostPosted: Sat Jun 17, 2006 9:11 am Reply with quote Back to top

when you created category did you set it to "allow upload" and also if you create sub category you need to do that same thing.
next thing would be make sure that you site can send emails i know doesn't make any sense but you never know
View user's profile Send private message Visit poster's website
Rantin_26
New Member
New Member


Joined: Mar 26, 2006
Posts: 13

PostPosted: Sat Jun 17, 2006 9:45 am Reply with quote Back to top

Yes, I created the Catagory on my FTP, Gave it Permissions, Then when I made the Catagory on the Site, I specified the Relative Path for uploads, Allowed uploads, The File uploads, and Sends Email saying you file has been Submitted and Will Be approved Shortly..

Now When i Checked the FTP Folder For the Uploads, The File is there So means it successfully uploaded...

Now when I go to the Downloads Admin Panel on the Site to Approve the uploaded file, there are No New Submission waiting...

Thats were I am Stuck..
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Rantin_26
New Member
New Member


Joined: Mar 26, 2006
Posts: 13

PostPosted: Sun Jun 18, 2006 4:52 am Reply with quote Back to top

Srry to Bump this, But anyone who can further help me solve this?
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 4887

PostPosted: Sun Jun 18, 2006 6:48 am Reply with quote Back to top

I believe NSN downloads waiting for approval isn't the same as the default download, so it won't appear there unless you make changes to it. NSN uses a different downloads table.
View user's profile Send private message
gregexp
The Mouse Is Extension Of Arm


Joined: Feb 21, 2006
Posts: 1472
Location: In front of a screen....HELP! lol

PostPosted: Sun Jun 18, 2006 5:36 pm Reply with quote Back to top

i just had this one brought to my attention and u need to let us know a few things first...like do u have 2 downloads modules, are u tryin to see it in the submitions block...admin only block that appears when u look at ur sites index...or are u lookin in the admin panel of downloads and not seeing it under the submitted downloads section...if u answered any of these before plz forgive...i didnt understand.

If its not showin in the admin panel then u need to check ur database and make sure the structure is correct
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Rantin_26
New Member
New Member


Joined: Mar 26, 2006
Posts: 13

PostPosted: Sun Jun 18, 2006 10:55 pm Reply with quote Back to top

Well the reason I brought this to your attention DarkLord is you help me get get this NSN GR Downloads module working properly from switching from the Enhanced Downloads module,

1. I only have NSN GR Downloads module Running for Downloads
2. I am not referrer to the Submission's Block on the .index when looking for new Submitted Downloads
3. What am I suppose to be Checking in the Database to see if is all Correct?

Here is a Detailed Process of me submitting the Download..

When Submitting Download This is whats Asked for:
Only registered users can see links on this board!
Get registered or login to the forums!


Download Submitted:
Only registered users can see links on this board!
Get registered or login to the forums!


Submission Email:
Only registered users can see links on this board!
Get registered or login to the forums!


Then I go to the Specified Folder that I have Submitted Downloads to upload to on the Ftp to make Sure it's There:
Only registered users can see links on this board!
Get registered or login to the forums!


Then I go To Downloads Admin Here To Approve:
Only registered users can see links on this board!
Get registered or login to the forums!


Then I go in to Approve the Download, But there are No New Waiting Downloads:

Only registered users can see links on this board!
Get registered or login to the forums!


This is a My Database for the Downloads Module, Which one of these do I need to check Settings on?

Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
blith
Life Cycles Becoming CPU Cycles


Joined: Jul 18, 2003
Posts: 953

PostPosted: Mon Jun 19, 2006 3:15 pm Reply with quote Back to top

I have the same module and it works for me... I am trying to figure out what might have gone wrong... did you import the datasbase at install?
View user's profile Send private message Visit poster's website
blith
Life Cycles Becoming CPU Cycles


Joined: Jul 18, 2003
Posts: 953

PostPosted: Mon Jun 19, 2006 3:18 pm Reply with quote Back to top

root/nsngd.php
This file will install/destall/upgrade NSN Groups Downloads. It MUST BE run on first install or upgrades. Or you may destall the tables with it.
View user's profile Send private message Visit poster's website
Rantin_26
New Member
New Member


Joined: Mar 26, 2006
Posts: 13

PostPosted: Wed Jun 21, 2006 8:26 am Reply with quote Back to top

Ya, that option didn't work, DarkLord came once and helped me get it working Correctly, hoping he might have had the Solution has to why the Submitted downloads weren't showing for approval..
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
gregexp
The Mouse Is Extension Of Arm


Joined: Feb 21, 2006
Posts: 1472
Location: In front of a screen....HELP! lol

PostPosted: Sat Jul 01, 2006 9:26 pm Reply with quote Back to top

I have no idea why this forum went out of scope but Rantin please post the table structure for the nuke_nsngd_new table.

This should be the table structure of prefix_nsngd_new:

CREATE TABLE `nuke_nsngd_new` (
`lid` int(11) NOT NULL auto_increment,
`cid` int(11) NOT NULL default '0',
`sid` int(11) NOT NULL default '0',
`title` varchar(100) NOT NULL default '',
`url` varchar(255) NOT NULL default '',
`description` text NOT NULL,
`date` datetime NOT NULL default '0000-00-00 00:00:00',
`name` varchar(100) NOT NULL default '',
`email` varchar(100) NOT NULL default '',
`submitter` varchar(60) NOT NULL default '',
`sub_ip` varchar(16) NOT NULL default '0.0.0.0',
`filesize` bigint(20) NOT NULL default '0',
`version` varchar(20) NOT NULL default '',
`homepage` varchar(255) NOT NULL default '',
PRIMARY KEY (`lid`),
KEY `lid` (`lid`),
KEY `cid` (`cid`),
KEY `sid` (`sid`),
KEY `title` (`title`)
) TYPE=MyISAM AUTO_INCREMENT=2 ;
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
persona_non_grata



Joined:
Posts: 0

PostPosted: Sun Jul 02, 2006 6:43 am Reply with quote Back to top

ehh someone noticed this from kguske ?..
Quote:
I believe NSN downloads waiting for approval isn't the same as the default download, so it won't appear there unless you make changes to it. NSN uses a different downloads table.
View user's profile Send private message
gregexp
The Mouse Is Extension Of Arm


Joined: Feb 21, 2006
Posts: 1472
Location: In front of a screen....HELP! lol

PostPosted: Sun Jul 02, 2006 11:57 am Reply with quote Back to top

Yes persona_non_grata but I have been working with rantin to apply the nsn downloads to upgrade it and after a little review of the update script I gave him, I noticed a few small changes that should not have really affected him in this manner, but it may be possible, so I went ahead and finished the update script to that table completley to try to help him further.

Not sure whats going on, but I will continue to look into it as soon as he gets back with me.
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
persona_non_grata



Joined:
Posts: 0

PostPosted: Sun Jul 02, 2006 1:19 pm Reply with quote Back to top

well i just installed it again on a testsite and works flawless.
uploaded,showed waiting etc...no problemo...

btw any chance there might be a conflict somewhere...?
the query used are basic and simple so any new file submitted should simply show.
View user's profile Send private message
gregexp
The Mouse Is Extension Of Arm


Joined: Feb 21, 2006
Posts: 1472
Location: In front of a screen....HELP! lol

PostPosted: Sun Jul 02, 2006 2:33 pm Reply with quote Back to top

I agree but did you test the update script I made?
Or did you do a fresh install?

he originally wanted to just upgrade to nsn downloads from a nuke downloads.
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
persona_non_grata



Joined:
Posts: 0

PostPosted: Sun Jul 02, 2006 2:53 pm Reply with quote Back to top

so everything is already set to the nsn module...
well if all files are in place then its just a matter of comparing tables and change where needed...
somewhere something isnt ok yet,otherwise the uploaded file would show in the admin approval..
View user's profile Send private message
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-2008 by Raven
Proud to be listed at Lobo Links Web Directory

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 Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

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

zerosum