docpile we 0.2.4
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 55
docpile:we 0.2.4
docpile:we is a PHP-based document management system. more>>
docpile:we is a PHP-based document management system that allows multiple people to share documents and keep track of revisions.
In docpile:we users can upload and download documents, -user, or -folder access privileges, grant per-file and send notification emails when documents are being updated.
Administrators can create access groups, each responsible for a different set of folders and users.
Enhancements:
- This release adds a search function to docpile:we and fixes minor bugs.
<<lessIn docpile:we users can upload and download documents, -user, or -folder access privileges, grant per-file and send notification emails when documents are being updated.
Administrators can create access groups, each responsible for a different set of folders and users.
Enhancements:
- This release adds a search function to docpile:we and fixes minor bugs.
Download (0.36MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
969 downloads
DocPile 3.1.2
DocPile is a PHP-based document management system. more>>
Docpile (SDMS clone) is a PHP-based document management system that allows multiple people to share documents and keep track of revisions.
Users can upload and download documents, grant per-file, -user, or -folder access privileges, and send notification emails when documents are being updated.
Administrators can create access groups, each responsible for a different set of folders and users.
Folder Access Privileges
Each user can have individual access privileges which include Read, Write, Modify, and Access. If none of these flags is checked then DocPile assumes "default" folder access privileges.
There are several ways that you can restrict users from using specific folders.
- One way to restrict users from using a folder is to uncheck all flags from the folder default access privileges, and then give privileges to individual users. This works but its time consuming and may get very complicated if you decide to change the access privileges for all users.
- Another way to do that is to create a Group, and then make the folder part of that group along with the users that should have access to it. That way, only users that belong to the group can access it, and users that DO NOT belong to the group will NOT have access.
Add a user
In access level :
- Value 0 should be used for an admin user profile
- Value 255 should be used for a public user profile
- Values between 0 and 255 should be used for standard user profile
Document Mime Types
Mime types are determined when the file is uploaded (the browser sends the mime information in the header along with the file). Once the document is uploaded, the mime type is stored in the Document->type variable, which is internally stored in the "documents" table.
If the mime type is not determined during upload, there are several ways to fix this problem. The easiest would be to use the mime type discovery php function right after the file is uploaded (docs-doc-update.php -- line 43, docs-doc-new.php -- line 41), or when the file is requested for download (docs-doc-download.php -- after line 21).
If you are using PHP >= 4.3.0, there is a built-in function mime_content_type(String filename) http://www.php.net/manual/en/function.mime-content-type.php that will do the trick.
Version restrictions:
- email FROM field is NOT correct
- While trying to retrieve a document from email and being logged out. the urlencode is url=%2Fdocs%2Fdocs-doc-view.php%3Fdoc_id%3D2 but after login the page shows as /docs/docs-doc-view.php?doc_id without the =2 at the end and causes an Access Denied. I looked through the code but being new to php I did not find an area to fix this issue. Will try to find the culprit and any other suggestions would be appreciated.
<<lessUsers can upload and download documents, grant per-file, -user, or -folder access privileges, and send notification emails when documents are being updated.
Administrators can create access groups, each responsible for a different set of folders and users.
Folder Access Privileges
Each user can have individual access privileges which include Read, Write, Modify, and Access. If none of these flags is checked then DocPile assumes "default" folder access privileges.
There are several ways that you can restrict users from using specific folders.
- One way to restrict users from using a folder is to uncheck all flags from the folder default access privileges, and then give privileges to individual users. This works but its time consuming and may get very complicated if you decide to change the access privileges for all users.
- Another way to do that is to create a Group, and then make the folder part of that group along with the users that should have access to it. That way, only users that belong to the group can access it, and users that DO NOT belong to the group will NOT have access.
Add a user
In access level :
- Value 0 should be used for an admin user profile
- Value 255 should be used for a public user profile
- Values between 0 and 255 should be used for standard user profile
Document Mime Types
Mime types are determined when the file is uploaded (the browser sends the mime information in the header along with the file). Once the document is uploaded, the mime type is stored in the Document->type variable, which is internally stored in the "documents" table.
If the mime type is not determined during upload, there are several ways to fix this problem. The easiest would be to use the mime type discovery php function right after the file is uploaded (docs-doc-update.php -- line 43, docs-doc-new.php -- line 41), or when the file is requested for download (docs-doc-download.php -- after line 21).
If you are using PHP >= 4.3.0, there is a built-in function mime_content_type(String filename) http://www.php.net/manual/en/function.mime-content-type.php that will do the trick.
Version restrictions:
- email FROM field is NOT correct
- While trying to retrieve a document from email and being logged out. the urlencode is url=%2Fdocs%2Fdocs-doc-view.php%3Fdoc_id%3D2 but after login the page shows as /docs/docs-doc-view.php?doc_id without the =2 at the end and causes an Access Denied. I looked through the code but being new to php I did not find an area to fix this issue. Will try to find the culprit and any other suggestions would be appreciated.
Download (0.16MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1642 downloads
KDoodle 0.2.4
KDoodle started out as a small Kdialog frontend to doodle. more>>
KDoodle started out as a small Kdialog frontend to doodle. After a short while of messing around with bash script I found that to be limiting possibilities. Starting to work with QT/C++ was the next challenge.
After 3 weeks of studying I have something working which might be usable to others. Have a go at it.
KDoodle is made as a frontend to doodle. Some extra features where added in the frontend. Doodle is an indexing tool which checks file content as well as filenames/directories etc..
Main features:
- Open search files from the frontend with an associated program and save the association
- Create a configuration file containing which directories to index
Installation:
Installation should be fairly easy
Install doodle and its dependencies
Have a working version of QT (Developped in QT3)
run qmake
run make...
copy KDoodle to your bin-directories
<<lessAfter 3 weeks of studying I have something working which might be usable to others. Have a go at it.
KDoodle is made as a frontend to doodle. Some extra features where added in the frontend. Doodle is an indexing tool which checks file content as well as filenames/directories etc..
Main features:
- Open search files from the frontend with an associated program and save the association
- Create a configuration file containing which directories to index
Installation:
Installation should be fairly easy
Install doodle and its dependencies
Have a working version of QT (Developped in QT3)
run qmake
run make...
copy KDoodle to your bin-directories
Download (0.020MB)
Added: 2006-05-16 License: GPL (GNU General Public License) Price:
1257 downloads
Dlume 0.2.4
Dlume is handy and easy to use addressbook. more>>
Dlume is handy and easy to use addressbook.
Dlume is nice, Gtk 2-based address book. You can easily add, edit, and delete records from an XML database. A Quick-search makes it easy to find entries, and exporting to CSV and HTML formats is also possible.
<<lessDlume is nice, Gtk 2-based address book. You can easily add, edit, and delete records from an XML database. A Quick-search makes it easy to find entries, and exporting to CSV and HTML formats is also possible.
Download (0.24MB)
Added: 2005-08-10 License: GPL (GNU General Public License) Price:
1535 downloads
DTC-Xen 0.2.4
DTC-Xen is a Xen dom0 application and SOAP server (with authentication and SSL) through which a Domain Technologie Control (DTC) more>>
DTC-Xen is a Xen dom0 application and SOAP server (with authentication and SSL) through which a Domain Technologie Control (DTC) Web hosting panel can be connected to manage your VMs.
It supports remote start, shutdown, and destroy of your virtual machines, as well as SSH login in the physical console (with the ability to remotely change the SSH password).
DTC-Xen also displays CPU and network graphs that can be used to analyse the performance of your virtual machines.
Enhancements:
- There was a bug in the calculation of the MAC address when calling changeBSDKernel to be able to change the kernel between NORMAL and INSTALL.
- Its now resolved.
- Be sure also to update DTC to the latest CVS version.
<<lessIt supports remote start, shutdown, and destroy of your virtual machines, as well as SSH login in the physical console (with the ability to remotely change the SSH password).
DTC-Xen also displays CPU and network graphs that can be used to analyse the performance of your virtual machines.
Enhancements:
- There was a bug in the calculation of the MAC address when calling changeBSDKernel to be able to change the kernel between NORMAL and INSTALL.
- Its now resolved.
- Be sure also to update DTC to the latest CVS version.
Download (0.021MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
1132 downloads
PAIP 0.2.4
PAIP (pipe) is a universal filter application. more>>
PAIP (pipe) is a universal filter application. It uses plugins to transmit and convert data. They can be nested, so the inner structures can become quite complex (non-linear). The command-line interface is similar to a programming language and very easy.
You will need:
gcc & GNU make
GNU sed
GNU install
libdl
libpthread
In three steps you can install it:
1) ./configure
Enter the destination path on prompt.
Just pressing will set the default path /usr/local.
2) make
3) make install
Enhancements:
- fixed Makefiles
- extended plugin socket (connections-switch)
- new using-plugin jpg2bmp
- new using-plugin gif2bmp
<<lessYou will need:
gcc & GNU make
GNU sed
GNU install
libdl
libpthread
In three steps you can install it:
1) ./configure
Enter the destination path on prompt.
Just pressing will set the default path /usr/local.
2) make
3) make install
Enhancements:
- fixed Makefiles
- extended plugin socket (connections-switch)
- new using-plugin jpg2bmp
- new using-plugin gif2bmp
Download (0.054MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1198 downloads
Space Racer 0.2.4
Space Racer project is a OpenGL Car Game in a galactic environment. more>>
Space Racer project is a OpenGL Car Game in a galactic environment.
It aims to be a clone of the well known Stunt Car Racer developed by Geff Crammond, author of Grand Prix I and II.
To play a 3dfx is recommanded. But TNT and Matrox Cards should now work.
If you have a 3dfx, you can take advantage of OpenGL 1.1 in adding this line in config.h:
#define SP_OPENGL_1_1
<<lessIt aims to be a clone of the well known Stunt Car Racer developed by Geff Crammond, author of Grand Prix I and II.
To play a 3dfx is recommanded. But TNT and Matrox Cards should now work.
If you have a 3dfx, you can take advantage of OpenGL 1.1 in adding this line in config.h:
#define SP_OPENGL_1_1
Download (0.96MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1079 downloads
FUPlayer 0.2.4
FUPlayer is a music manager/player/ripper/burner. more>>
FUPlayer is a music player/manager/ripper/burner.
FUPlayer is a full featured music manager and player for the GNOME desktop. With it, you can play music from your hard drive, create playlists, do real file management using its Trash, and play, rip, and burn audio CDs.
It features an interface similar to those of many modern manager-style players, but with many improvements, such as true non-modal search and browse functionality, find-as-you-type, and drag destination highlighting. It aims to be extremely user friendly and efficient to use.
<<lessFUPlayer is a full featured music manager and player for the GNOME desktop. With it, you can play music from your hard drive, create playlists, do real file management using its Trash, and play, rip, and burn audio CDs.
It features an interface similar to those of many modern manager-style players, but with many improvements, such as true non-modal search and browse functionality, find-as-you-type, and drag destination highlighting. It aims to be extremely user friendly and efficient to use.
Download (0.066MB)
Added: 2006-03-13 License: GPL (GNU General Public License) Price:
1321 downloads
JNode 0.2.4
JNode is a simple to use and install Java operating system for personal use. more>>
JNode is a simple to use and install Java operating system for personal use.
It runs on modern devices.
Any java application will run on it, fast & secure! JNode is open source and uses the LGPL license.
This release has taken way too much time, but is finally here!
It contains lots of changes on many areas of JNode. Most important changes are about the massive improvements of the GUI and the Classpath runtime library.
Besides these changes, a lot of changes have to to with the inner workings of the JNode virtual machine.
To make it easier to try JNode, this release comes with a VMWare player configuration file. Install VMWare player, download the compressed iso image, uncompress it, download the VMX file and run it.
Enhancements:
- Basic support for development under JNode javac command, included with the use of Eclipse JDT compiler Integrated standard java tools: jar, native2ascii, serialver etc. from GNU Classpath Text console improvements Swing based console New textconsole based editor JFat - a FAT32 file system implementation RamFS - a simple in-memory file system FTPFS - a read-only FTP based file system Many classpath patches ImageIO support for PNG, GIF and BMP images from GNU Classpath BDF font support Changable desktop Look & Feel Isolate (JSR 121), not fully supported Simple webserver under JNode Various bugfixes in the resource loading, ISO9660, socket writing Download of JNode can be done at www.jnode.org/node/### More information can be found at www.jnode.org or http://sourceforge.net/projects/jnode
<<lessIt runs on modern devices.
Any java application will run on it, fast & secure! JNode is open source and uses the LGPL license.
This release has taken way too much time, but is finally here!
It contains lots of changes on many areas of JNode. Most important changes are about the massive improvements of the GUI and the Classpath runtime library.
Besides these changes, a lot of changes have to to with the inner workings of the JNode virtual machine.
To make it easier to try JNode, this release comes with a VMWare player configuration file. Install VMWare player, download the compressed iso image, uncompress it, download the VMX file and run it.
Enhancements:
- Basic support for development under JNode javac command, included with the use of Eclipse JDT compiler Integrated standard java tools: jar, native2ascii, serialver etc. from GNU Classpath Text console improvements Swing based console New textconsole based editor JFat - a FAT32 file system implementation RamFS - a simple in-memory file system FTPFS - a read-only FTP based file system Many classpath patches ImageIO support for PNG, GIF and BMP images from GNU Classpath BDF font support Changable desktop Look & Feel Isolate (JSR 121), not fully supported Simple webserver under JNode Various bugfixes in the resource loading, ISO9660, socket writing Download of JNode can be done at www.jnode.org/node/### More information can be found at www.jnode.org or http://sourceforge.net/projects/jnode
Download (92MB)
Added: 2006-10-07 License: LGPL (GNU Lesser General Public License) Price:
1114 downloads
Birne 0.2.4
Birne project is a very simple frontend for cdrecord and mkisofs. more>>
Birne project is a very simple frontend for cdrecord and mkisofs.
With Birne you can burn files, ISO images and music files (currently supported are WAV, MP3 and Ogg Vorbis) to CD-ROM and CD-RW. It is not very mature yet but works for the most common situations.
Because Birne is intended to be used by people with little technical knowledge, there are no advanced configuration options in the user interface. If you need to change the default recording device, you have to alter the source. But since Birne is written in Python, this should be easy to change by most people (variable "recording_device in cdburner.py).
Support for configuration files is planned so that preparing Birne for usage by ordinary users should be easy.
You can run Birne by unpacking the tarball and running the executable "birne" in the directory created by tar. There is a very simple installer script which helps to set up Birne for all users on your system.
<<lessWith Birne you can burn files, ISO images and music files (currently supported are WAV, MP3 and Ogg Vorbis) to CD-ROM and CD-RW. It is not very mature yet but works for the most common situations.
Because Birne is intended to be used by people with little technical knowledge, there are no advanced configuration options in the user interface. If you need to change the default recording device, you have to alter the source. But since Birne is written in Python, this should be easy to change by most people (variable "recording_device in cdburner.py).
Support for configuration files is planned so that preparing Birne for usage by ordinary users should be easy.
You can run Birne by unpacking the tarball and running the executable "birne" in the directory created by tar. There is a very simple installer script which helps to set up Birne for all users on your system.
Download (0.045MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1191 downloads
Geode 0.2.4
Geode is an Integrated Development Environment designed to facilitate development in the ESI Objects system under linux. more>>
Geode is an Integrated Development Environment designed to facilitate development in the ESI Objects system under linux and (hopefully soon) other free and open operating systems.
ESI Objects is an object-oriented, open-source database design and development platform which--until now--required a Windows-based Client (IDE) for actual code development.
An Integrated Development Environment (IDE) for the ESI Objects language (object-oriented MUMPS) that works on linux and other UNIX-like Operating Systems.
GEODE is an Integrated Development Environment (IDE) for the ESI Objects system, and is designed to replace the existing Windows-only ESI Objects client IDE.
GEODE was developed from scratch, and is NOT a port of the open-sourced Windows IDE.
It is written in C, and requires GTK2+, GLIB, GNOME, and other standard libraries found on GNU/Linux and other popular operating systems.
This project consists of a fairly stable, working codebase that the author currently uses for his own development of ESI Objects (EO) code, yet which is under VERY active development to bring it in line with (and beyond) the feature set of the existing Windows-only IDE.
Main features:
- The Library and Class browser
- Property and Method editor windows
- Server Settings window
- Symbol Dump window (MUMPS/ESI Objects Command Interface)
- Object Documentation Pane (read-only at this point)
<<lessESI Objects is an object-oriented, open-source database design and development platform which--until now--required a Windows-based Client (IDE) for actual code development.
An Integrated Development Environment (IDE) for the ESI Objects language (object-oriented MUMPS) that works on linux and other UNIX-like Operating Systems.
GEODE is an Integrated Development Environment (IDE) for the ESI Objects system, and is designed to replace the existing Windows-only ESI Objects client IDE.
GEODE was developed from scratch, and is NOT a port of the open-sourced Windows IDE.
It is written in C, and requires GTK2+, GLIB, GNOME, and other standard libraries found on GNU/Linux and other popular operating systems.
This project consists of a fairly stable, working codebase that the author currently uses for his own development of ESI Objects (EO) code, yet which is under VERY active development to bring it in line with (and beyond) the feature set of the existing Windows-only IDE.
Main features:
- The Library and Class browser
- Property and Method editor windows
- Server Settings window
- Symbol Dump window (MUMPS/ESI Objects Command Interface)
- Object Documentation Pane (read-only at this point)
Download (0.13MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1551 downloads
Plone ResolveUID 0.2.4
Plone ResolveUID is a product which allows you to replace existing Kupu resolve uids with real urls usable for visitors. more>>
Plone ResolveUID is a product which allows you to replace existing Kupu resolve uids with real urls usable for visitors.
Plone ResolveUID (qPloneResolveUID) product allows to replace existing Kupu resolve uids with real urls usable for visitors and search engines.
Resolve uids is a very powerfull tool to prevent broken links in Plone based sites. Kupu when used in conjunction with Archetypes generates urls that look like:
a href="resolveuid?uid=a236346347634634c457457252135346f780568"
When inside Zope, resolveuid is actually a script that will resolve the UID to a URL and direct the user there. qPloneResolveUID product allows to generate real links instead of ugly UIDs. This product makes links more usable to visitors and search engines while content manager see links with UIDs.
qPloneResolveUID product uses portal_transforms tool. This product adds new transformation to trasformation line during page generation process.
Enhancements:
- fixed uids replacement of broken or absent objects
- resolve UID replacement for resized images added
- fixed uninstallation problem
- added README.txt
- added test for product
<<lessPlone ResolveUID (qPloneResolveUID) product allows to replace existing Kupu resolve uids with real urls usable for visitors and search engines.
Resolve uids is a very powerfull tool to prevent broken links in Plone based sites. Kupu when used in conjunction with Archetypes generates urls that look like:
a href="resolveuid?uid=a236346347634634c457457252135346f780568"
When inside Zope, resolveuid is actually a script that will resolve the UID to a URL and direct the user there. qPloneResolveUID product allows to generate real links instead of ugly UIDs. This product makes links more usable to visitors and search engines while content manager see links with UIDs.
qPloneResolveUID product uses portal_transforms tool. This product adds new transformation to trasformation line during page generation process.
Enhancements:
- fixed uids replacement of broken or absent objects
- resolve UID replacement for resized images added
- fixed uninstallation problem
- added README.txt
- added test for product
Download (0.006MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
941 downloads
Gcache 0.2.4
Gcache is an extension which allows you to check the page you are browsing in the Google cache. more>>
Gcache is an extension which allows you to check the page you are browsing in the Google cache.
Allows you to check the page you are browsing in the Google cache.
Can be handy if the server is down or the page is changed. It will add an entry called ;Gcache Page to your contextmenu.
To use the shortcut key:
Press on the right windowskey (not the left) wait for the contextmenu to popup and press g.
<<lessAllows you to check the page you are browsing in the Google cache.
Can be handy if the server is down or the page is changed. It will add an entry called ;Gcache Page to your contextmenu.
To use the shortcut key:
Press on the right windowskey (not the left) wait for the contextmenu to popup and press g.
Download (0.005MB)
Added: 2007-04-06 License: MPL (Mozilla Public License) Price:
933 downloads
Stabilizer 0.2.4
Stabilizer is a system for quickly stabilizing buggy GUI applications. more>>
The Stabilizer bug tracking system aims to quickly stabilize buggy GUI applications so that people can get real work done with them.
In our approach, thousands/millions of users collaboratively and quickly stabilize a buggy GUI application simply by using the application normally and reporting any bugs that they encounter to prevent anyone (including themselves) from encountering those same bugs again.
In particular, as soon as a few people report the same bug, warnings will be issued to all users whenever they are about to trigger that bug and they will be given the opportunity to abort the input event -- thus avoiding the bug altogether and keeping the application stable.
We expect such an approach to be several orders of magnitude faster than stabilizing an application by a handful of developers fixing bugs. Of course, those bugs need to be fixed eventually, but why not make the application useful in the meantime? Indeed, this will encourage more people to use alpha/beta releases of the application on a regular basis and report more (distinct) bugs.
<<lessIn our approach, thousands/millions of users collaboratively and quickly stabilize a buggy GUI application simply by using the application normally and reporting any bugs that they encounter to prevent anyone (including themselves) from encountering those same bugs again.
In particular, as soon as a few people report the same bug, warnings will be issued to all users whenever they are about to trigger that bug and they will be given the opportunity to abort the input event -- thus avoiding the bug altogether and keeping the application stable.
We expect such an approach to be several orders of magnitude faster than stabilizing an application by a handful of developers fixing bugs. Of course, those bugs need to be fixed eventually, but why not make the application useful in the meantime? Indeed, this will encourage more people to use alpha/beta releases of the application on a regular basis and report more (distinct) bugs.
Download (2.1MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
929 downloads
LXPanel 0.2.4
LXPanel is a lightweight X11 desktop panel based on fbpanel. more>>
LXPanel is a lightweight X11 desktop panel based on fbpanel.
Main features:
- User-friendly application menu automatically generated from *.desktop files on the system.
- Launcher bar (Small icons clicked to launch apps)
- Task bar supporting urgency hint (Can flash when gaim gets new incoming messages)
- Notification area (System tray)
- Digital clock
- Run dialog (A dialog let you type a command and run, can be called in external programs)
- Net status icon plug-in (optional, ported from gnome-netstatus-applet)
- Volume control plug-in (optional, written by jserv)
- lxpanelctl, an external controller let you control lxpanel in other programs. For example, "lxpanelctl run" will show the Run dialog in lxpanel, and "lxpanelctl menu" will show the application menu. This is useful in key bindings provided by window managers.
LXPanel is based on fbpanel originally written by Anatoly Asviyan.
./configure --help to see available options. (default options is quite OK, though)
Please take a look at /usr/share/lxpanel/default to understand the configuration.
The config file of lxpanel is different from fbpanels.
<<lessMain features:
- User-friendly application menu automatically generated from *.desktop files on the system.
- Launcher bar (Small icons clicked to launch apps)
- Task bar supporting urgency hint (Can flash when gaim gets new incoming messages)
- Notification area (System tray)
- Digital clock
- Run dialog (A dialog let you type a command and run, can be called in external programs)
- Net status icon plug-in (optional, ported from gnome-netstatus-applet)
- Volume control plug-in (optional, written by jserv)
- lxpanelctl, an external controller let you control lxpanel in other programs. For example, "lxpanelctl run" will show the Run dialog in lxpanel, and "lxpanelctl menu" will show the application menu. This is useful in key bindings provided by window managers.
LXPanel is based on fbpanel originally written by Anatoly Asviyan.
./configure --help to see available options. (default options is quite OK, though)
Please take a look at /usr/share/lxpanel/default to understand the configuration.
The config file of lxpanel is different from fbpanels.
Download (0.63MB)
Added: 2006-12-01 License: GPL (GNU General Public License) Price:
1060 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above docpile we 0.2.4 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed