Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
Forums ⇒ CMS (All) ⇒ CVS Info :: Archives ⇒ Downloads Pro added to CVS :: Archived


Downloads Pro added to CVS :: Archived
Global information regarding the state of our CVS and changes committed. Members are only allowed to reply to these topics.
Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
Post new topic    Revive this topic    Printer Friendly Page     Forum Index ⇒  CVS Info

Topic Archived View previous topic :: View next topic  
Author Message
HawkMan
Newbie
Newbie

Offline Offline
Joined: Mar 01, 2005
Posts: 3

PostPosted: Thu Jul 21, 2005 4:07 am
Post subject: Re: Downloads Pro added to CVS

I have a different problem that no "downloads" section/link is added to the admin menu. and if I try to go to "/admin.php?op=Downloads" manually, I just get permission denied.

it's hard to add downloads without categories, wich I can't add anywhere as I can't configure the downloads


HawkMan's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
unknown atm
Back to top
View user's profile Visit poster's website
Bionicman
Newbie
Newbie

Offline Offline
Joined: Aug 05, 2005
Posts: 2

PostPosted: Fri Aug 05, 2005 9:28 pm
Post subject: Re: Downloads Pro added to CVS

I am trying to change the way this looks in my site. I need to edit {DL_MENU}, but I can't find it. Can anyone point me in the right direction?

Thank You,


Bionicman's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Current
Back to top
View user's profile Visit poster's website
Bionicman
Newbie
Newbie

Offline Offline
Joined: Aug 05, 2005
Posts: 2

PostPosted: Sat Aug 06, 2005 6:02 pm
Post subject: Re: Downloads Pro added to CVS

never mind, found it Smile


Bionicman's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Current
Back to top
View user's profile Visit poster's website
mobileguy
Heavy poster
Heavy poster

Offline Offline
Joined: Jul 31, 2004
Posts: 189
Location: New Zealand
PostPosted: Fri Aug 26, 2005 11:43 am
Post subject: Re: Downloads Pro added to CVS

a page or so back this was asked and there is no answer

Quote::
Could not obtain file information for: file name

Do we know what causes this

Any news when this mod will be finished

Big grin


mobileguy's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
FreeBSD neptune 4.9-RELEASE - Apache 10333100 / MySQL 4.0.18 / PHP 4.3.10 / CPG Dragonfly 9.0.6.1
Back to top
View user's profile Send e-mail Visit poster's website ICQ Number
DaveTomneyUK
Gold Supporter
Gold Supporter

Offline Offline
Joined: Aug 14, 2004
Posts: 215
Location: UK, England
PostPosted: Tue Sep 13, 2005 11:16 pm
Post subject: Downloads Pro

On this site at the bottom of the main categories page of the downloads section you have.

"7 Latest Downloads" - "Top 7 Downloads" as well as "Certified Secure" on some downloads.

How is this done I don't see nothing in the Admin section" of the Downloads.

PS - I also noticed that on the "Statistics page of my Downloads Pro it does not count the hits.


DaveTomneyUK's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / Apache2.2.8 / MySQL5.0.45 / PHP5.2.6 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger
Head-e
Silver Supporter
Silver Supporter

Offline Offline
Joined: Apr 20, 2004
Posts: 937

PostPosted: Tue Sep 13, 2005 11:38 pm
Post subject: Re: Downloads Pro

please provide a link


Head-e please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile Photo Gallery
DaveTomneyUK
Gold Supporter
Gold Supporter

Offline Offline
Joined: Aug 14, 2004
Posts: 215
Location: UK, England
PostPosted: Tue Sep 13, 2005 11:48 pm
Post subject: Re: Downloads Pro

dragonflyresources.net


DaveTomneyUK's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / Apache2.2.8 / MySQL5.0.45 / PHP5.2.6 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger
DaveTomneyUK
Gold Supporter
Gold Supporter

Offline Offline
Joined: Aug 14, 2004
Posts: 215
Location: UK, England
PostPosted: Wed Sep 14, 2005 12:33 am
Post subject: Re: Downloads Pro added to CVS

I am using Downloads Pro and I have 2 small errors well at least I think they are. When I download and check th statistics it says "Hits" 0 meaning its not counting and also in my database I have this where it is adding 0 to all the filesizes instead of what they should be.

Code::
CREATE TABLE `cms_downloads_downloads` (
  `lid` int(11) NOT NULL auto_increment,
  `cid` int(11) NOT NULL default '0',
  `active` tinyint(4) NOT NULL default '1',
  `access` tinyint(4) NOT NULL default '0',
  `title` varchar(100) NOT NULL default '',
  `screen` int(11) NOT NULL default '0',
  `desc_short` varchar(255) NOT NULL default '',
  `desc_long` text NOT NULL,
  `notes` text NOT NULL,
  `date` int(10) unsigned NOT NULL default '1126467215',
  `updated` int(10) unsigned NOT NULL default '0',
  `name` varchar(100) NOT NULL default '',
  `email` varchar(100) NOT NULL default '',
  `submitter` varchar(60) NOT NULL default '',
  `filesize` int(11) NOT NULL default '0',
  `version` varchar(10) NOT NULL default '',
  `homepage` varchar(200) NOT NULL default '',
  `compat` varchar(255) NOT NULL default '',
  `pick` int(1) NOT NULL default '0',
  PRIMARY KEY  (`lid`),
  KEY `lid` (`lid`),
  KEY `cid` (`cid`)
) ENGINE=MyISAM AUTO_INCREMENT=5;

INSERT INTO `cms_downloads_downloads` VALUES (1, 3, 1, 0, 'Dragonfly CMS', 0, 'The new advanced content management system from the CPG-Nuke Development Team. Dragonfly CMS includes a better photo gallery, forums, and a lot more from an easy-to-administer web interface.', 'The default core contains modules to manage\r\n\r\n- Bulletin Board\r\n- Members\r\n- News\r\n- Photo Gallery\r\n- Private Messaging\r\n- Sponsors/Affiliates\r\n- Groups\r\n\r\nIt also contains an advanced statistics module that monitors how many visitors you have on a hourly basis and which browser and operating system is used.', '', 1126486067, 0, 'CPG-Nuke Development Team', 'webmaster@dragonflycms.org', '2', 0, '9.0.6.1', 'http://dragonflycms.org', 'MySQL 4.0.18 / PHP 4.3.x', 1);
INSERT INTO `cms_downloads_downloads` VALUES (2, 4, 1, 0, 'Downloads Pro', 0, 'This is a new Downloads Pro module.', 'Features include:\r\n\r\n- Uploading of files and screenshots\r\n- Mirror system\r\n- Anti-leech tools that really work!\r\n- Security code for download access\r\n- Group-based permissions\r\n- Caching of category data\r\n- Unlimited custom fields\r\n- plus much more!', '', 1126651602, 0, 'Trevor Eckart & DJMaze', 'teckart@gmail.com', '2', 0, '3.0.0.4', 'http://mountainrush.net/', 'Dragonfly CMS 9.x', 0);
INSERT INTO `cms_downloads_downloads` VALUES (3, 4, 1, 0, 'FAQ', 0, 'A simple and easy to use FAQ module for Dragonfly CMS.', '', '', 1126652332, 0, 'CPG-Nuke Development Team', 'webmaster@dragonflycms.org', '2', 0, '2.0.2', 'dragonflycms.org', 'Dragonfly CMS 9.x', 0);
INSERT INTO `cms_downloads_downloads` VALUES (4, 4, 1, 0, 'Web Links', 0, 'A Web Links module for your Dragonfly CMS.', 'Link in categories and subcategories. Read the install file about the self installer, move the files to the right folder and have fun.', '', 1126652835, 0, 'CPG-Nuke Development Team', 'webmaster@dragonflycms.org', '2', 0, '2.0.1.2', 'dragonflycms.org', 'Dragonfly CMS 9.x', 0);


DaveTomneyUK's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / Apache2.2.8 / MySQL5.0.45 / PHP5.2.6 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger
bigern75
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: Aug 18, 2004
Posts: 2102
Location: River Valley - FS AR
PostPosted: Wed Sep 14, 2005 12:37 am
Post subject: Re: Downloads Pro

admin.php?op=Downloads
Downloads Administration
Categories | Add Download | Configuration | Custom Fields | Pending Downloads (0) | Pending Reviews (0) | Broken Mirrors (0)

_________________
iPad 1

bigern75's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/2.2.6/5.0.86/5.2.8/9.3.2
Back to top
View user's profile Visit poster's website
DaveTomneyUK
Gold Supporter
Gold Supporter

Offline Offline
Joined: Aug 14, 2004
Posts: 215
Location: UK, England
PostPosted: Wed Sep 14, 2005 12:44 am
Post subject: Re: Downloads Pro added to CVS

Been there but it says nothing about the "Latest Downloads" or "Top Downloads"



DaveTomneyUK's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / Apache2.2.8 / MySQL5.0.45 / PHP5.2.6 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger
NEMINI
Diamond Supporter
Diamond Supporter

Offline Offline
Joined: Apr 22, 2004
Posts: 4551

PostPosted: Wed Sep 14, 2005 12:49 am
Post subject: Re: Downloads Pro added to CVS

Number of Downloads to rank on front page

Ask yourself what is ranked on the front page of the downloads section. Answer latest and top Wink

_________________
NEMINI.org, NEMINI.us, NEMINI.info, NYMINI.org

NEMINI's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
1.3.34 (Unix)/4.1.18-standard/4.4.2 /9.1.0.8 CVS
Back to top
View user's profile Visit poster's website Photo Gallery
DaveTomneyUK
Gold Supporter
Gold Supporter

Offline Offline
Joined: Aug 14, 2004
Posts: 215
Location: UK, England
PostPosted: Wed Sep 14, 2005 12:53 am
Post subject: Re: Downloads Pro added to CVS

If you are logged in as admin dont they show as when I am logged in as admin the top downloads and new downloads dont show.


DaveTomneyUK's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / Apache2.2.8 / MySQL5.0.45 / PHP5.2.6 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger
DaveTomneyUK
Gold Supporter
Gold Supporter

Offline Offline
Joined: Aug 14, 2004
Posts: 215
Location: UK, England
PostPosted: Wed Sep 14, 2005 12:55 am
Post subject: Re: Downloads Pro added to CVS

see? dragonflyresources.net...loads.html they dont show sorry for the above post but it wont let me edit my posts here.


DaveTomneyUK's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / Apache2.2.8 / MySQL5.0.45 / PHP5.2.6 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger
DaveTomneyUK
Gold Supporter
Gold Supporter

Offline Offline
Joined: Aug 14, 2004
Posts: 215
Location: UK, England
PostPosted: Wed Sep 14, 2005 4:10 am
Post subject: Downloads Pro

Hi,

I am using Downloads Pro but on the bottom of the index it does not show "Top Downloads" & "Latest Downloads" like on this site does anyone know why?


DaveTomneyUK's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / Apache2.2.8 / MySQL5.0.45 / PHP5.2.6 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: Wed Sep 14, 2005 5:14 am
Post subject: Re: Downloads Pro

how about we keep all your posts in the same place.


Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website Photo Gallery
Display posts from previous:   
Post new topic    Revive this topic    Printer Friendly Page    Forum Index ⇒  CVS Info
Page 7 of 9
All times are GMT
Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next

Archive Revive
Username:
This is an archived topic - your reply will not be appended here.
Instead, a new topic will be generated in the active forum.
The new topic will provide a reference link to this archived topic.
 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

lesa meira...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy