maddog39
Mar 24 2005, 08:04 PM
| | Hello all,
I have finaly released my first final version of the Nexus site engine that I have been developing. This version is open to the public and I encourage that you try it out and give me some feedback.
You may download the script HERE.
*NOTE: I have written permmission from snscripts.com and from myphp.ws to use there selected software as a stand-alone in my software for re-distribution.
Anyway you can check out the MadPHP forums at: http://madphp.geohosting.info/forums for more updates and information about the engine and any other of my scripts and programs. Thanks and enjoy! I hope to here from you guys.  |
Reply
whyme
Mar 24 2005, 08:47 PM
Hi! not to be so ignorant or rude, but er, what exactly does the nexus engine do? Do you have an online demo that we can try out? btw, your forum looks really cool -whyme
Reply
maddog39
Mar 24 2005, 09:10 PM
Oh sorry. I wrote a hole articel on the forums. Here is a direct link to it. CLICK!
Reply
iwuvcookies
Mar 24 2005, 09:49 PM
At first I read the title and thought wasn't Nexus forum already released a long time ago. Then its actually something to add to it. Cool. I think I'll try it out. Is it easy to install?
Reply
whyme
Mar 24 2005, 11:16 PM
Oh, I see now, a CMS system, kinda like PHPnuke, looks really effective and powerful. Have you thought of submitting it to Hotscripts.com?
Reply
kummy
Mar 26 2005, 12:43 PM
maddog, i can't see ur forum or website.  can i take a look of your Nexus? it would be great if u show us the screenshots..
Reply
Similar Topics
Keywords : nexus v1 public download public download version nexus- Ipb Latest Activity Mod
- where can i download this from? (14)
- Mozilla Out With Firefox 3 Beta 4
- The beta 4 version of FireFox 3 is out .. (1)
QUOTE The just-released beta 4 version of Firefox 3 offers a few visible additions to the
browser. For example, the download manager has been improved, making it simpler to locate and work
with downloaded files. It's quite nice -- you can easily search through your downloads. Also,
Firefox now integrates directly with your virus scanner, and shows the scanning being done right
inside the download manager. And you can see the icon of the file you've downloaded, making it a
lot quicker to identify. The primary interface has been somewhat modified to look more...
Download Script For Mp3 Files
- (0)
Hello, I'm looking for a download script for sound files (e.g. mp3, avi, wma, and other ones).
i have found a few download scripts but they would not work for sound files for some reason. also
this will not be used for allowing downloading of illegal or riped music, what i will be using this
script for is i'm making a site for my church and the pastor wants to be able to recored the
services and then have me upload them to the site so that the church members can download them for
what ever reason. If some one could tell me how to make one or could show me a plac...
Wappy Buddy V1.10 - Tibia Gold Edition By Wappy & Jon Roig
- the official wap download script (3)
By downloading this script you are agreeing to the license and terms outlined below /biggrin.gif"
style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> QUOTE /** * *
@package: wappyBUDDY - Tibia Gold Edition * @version: 1.10 2006/10/01 00:00:01 wappy * @copyright:
©2003, 2006 jon roig, wappy * @release notes: this is the first official release of my download
script despite pirate and incomplete copies floating around that were stolen from one of my previous
servers. The next release will follow very shortly * @terms: wappyBUDDY is free softw...
Wappychat_oldskool
- old version of my wap chat script :-) (15)
here is a very old version of my wap chat script, its not very advanced but has privates, smileys
etc. I will post some further versions (with owner, admin, mod status and profiles) when i have time
to write the readme/install instructions for them. You will find instructions inside the zip. If you
have any problems post here but i know it don't work on all servers for some reason but it does
work on the trap server so will be cool ok /tongue.gif" style="vertical-align:middle" emoid=":P"
border="0" alt="tongue.gif" /> ...
Download Database Backup
- Download Database Backup (0)
Hi all i want write backup system like Phpmyadmin export in single file , my question is what is
backup query ? i must write manul query for backup for example loop query to get string form
database and write into one file or php have backup query ? thanks /wink.gif"
style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> ...
Phpnuke Add Download Section
- i want to edit/change stuff around (2)
In order to add a download onto the website up mine you have to upload it or get it linked from
another place. There is a form that asks you for Program Name, File Link, Author's Name,
Author's Email, Filesize: (in bytes), Version, and HomePage. Now im using phpnuke and i want to
change some parts of the form like Program Name to Artist - Title, or perhaps just take some of the
stuff out like Authors Name. And where it says "(in bytes)" id like to change it to "(in MB)"
instead. what do i have to do to edit these? help please i want this to work please reply if ...
How Do I Make A Php "thank You For Downloading Script"
- that'll say "thank you" and start the download? (5)
In all of my life, every website that I've made has had some form of downloadable on it. Even to
today, I am still doing the downloads by linking directly to the download. However, I feel that this
is impractical, not user-friendly, and insecure. So now I'm asking a favour of the community.
Can you teach me to make a php script that will, when someone visits it, say something like: Thank
you for Downloading! Your Download of (filename) will start shortly. Click here to go back to
the website. Then it starts a download of the file? Also, is it possible to...
Script Won't Work At Trap17 -- Version Differences?
- But works flawlessly in my machine... (12)
Here is the code: CODE <?php $data_array = array(); $data_array2 =
array(); $file_name = "menu_data.txt"; $handle =
@fopen($file_name, "r"); if (!$handle) { echo "File
Handle Not Available For Use"; exit; } while (($data = fgetcsv(
$handle, 1000, ",")) !== FALSE) { if ( (strpos
($data[2],"$page="))) {
$data_array[] = t...
Download Script
- (13)
hey im looking for a script or some code where i can add downloads and it will put the downlaoads in
order from newest to oldest or from most popular to least. and how many people have downlaoded that
specific thing , so if you know of such a script where i can get it, post it here or where i can
get it....
Parsing Html As Php
- and XAMPP as the server version on Windows (7)
On my Trap17 account here, I have an .htaccess file with the following declaration which (I think)
forces all html files to be parsed by the PHP Parsing engine and therefore I can insert snippets of
php scripts into html files. CODE AddType application/x-httpd-php .html .htm However, when I
add an .htaccess file to the local directory of the version of XAMPP on my local machine, it fails.
I have tried to add the .htaccess file to the htdocs folder and elsewhere, but it still doesn't
work to parse html through the php parser. Any ideas on how to get these htm...
Php Version Differences? Or Not?
- between the trap and XAMPP??? (5)
The Trap uses php version 4.4.1 and I have downloaded and installed the XAMPP php Local Server
configuration which includes php version 5.1.1 and mysql and perl etc, but this question relates to
the php because that is where I am currently having difficulties. This is the script I am having
problems with locally: http://www.trap17.com/forums/script-build-...nks-t33362.html Both places
have the same identical files, code and data. Both are folders in the root directory. I have used
phpinfo function to confirm the server root is what it should be (public_html and htdo...
What Is.. The Code/download For...
- (3)
Does anyone have a code/download for invision powerboard 1.3 shop? i need the shop to have a money
system, trade system, and so that i can edit photos of what is in the shop...
New Version Of Phpbb!
- Available for download! (18)
Beta and Alpha versions of phpBB, available for download! Go to http://area51.phpbb.com
Enjoy! Tell Admin about this. /tongue.gif' border='0' style='vertical-align:middle'
alt='tongue.gif' /> /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> ...
Looking for nexus, v1, 0, 0, final, public, download, public, download, version, nexus
|
|
Searching Video's for nexus, v1, 0, 0, final, public, download, public, download, version, nexus
|
advertisement
|
|