BOAW
Aug 31 2006, 05:19 AM
| | well ima back it up...then ima reinstall the phpnuke i guess to the actually domain name only with no directory...but im really scared that i might mess sutin up and lose most of my things im actaully gunna take everything from my old nuke put it into the comp...then install the new nuke and then if nething is lost...ill just upload the lost things or w.e and also upload the backup files |
Reply
masterleous
Aug 31 2006, 06:02 AM
Its not so much simple and easy to move your preinstalled PHP-Nuke in any other directory. The best way is to install new and clean PHP-Nuke and than backup you previous SQL Data and than import it in new installation...........may be this will work........or may be i am wronge as i never try this before.......
Reply
Mjay06
Aug 31 2006, 09:47 AM
I did what ive suggested a couple of weeks ago when I upgraded the fantastico nuke to nuke-max. With your ftp, manually move all your nuke files to the top level (you should be able to drag & drop), that way you know you wont lose anything. When the new installation is done just drag them back & it should automatically overwrite duplicate files.
Reply
MIGUE2k7
Aug 31 2006, 08:59 PM
I just found out that also the .htaccess file interferes with the CMS installation and the images folder that comes into the public_html folder must be renamed, cause Nuke and many other CMS's uses the same name for their images folder.
Reply
Recent Queries:--
how can i get domain name iin .htaccess file - 95.82 hr back. (1)
Similar Topics
Keywords : changin phpnuke directory- Php Ftp Upload Form
- Adding User Directory to PHP Upload Form - Help (1)
Alright I am trying to have a PHP FTP Upload Form that allows the user to create the directory
folder for where they want to upload there files to. example: Main Directory: vainsoft.com There
directory: vainsoft.com/modeling or vainsoft.com/photography But I dont want them to be able to
upload things into the main directory, only sub-directories, is that possible with this coding that
I have: //uses $_FILES global array //see manual for older PHP version info //This
function will be used to get the extension from the filename function get_extension($fi...
How To Display Images Of A Directory
- (4)
Getting List Of Directories And Files Using Php
- PHP Function for Directory and File List (6)
is there a php function that lists the content of some folder.... example: /New folder new.txt
left.gif download.zip dc.exe ....so is there..? /rolleyes.gif' border='0'
style='vertical-align:middle' alt='rolleyes.gif' /> ...
Adapting Html Code Embed To Work On Phpnuke
- Help With This Html Code Pls (7)
QUOTE how can get this html code to work on my phpnuke site? what tags would i
have to enable in the $Allowable HTML part of my config.php file?? Edited topic title. Moved
to Programming. ...
Unofficial Trap17 Hosted Members Directory
- (13)
This is the Trap17 edition of the Hosted Members Directory. A script initially written by me for the
Astahost forums. The script has gone through many a changes and is currently in version 4 which
includes the following features:- > Listing of hosted members. > Listing of the websites of the
hosted members. > Validation of the websites (whether the site is suspended, working or not not
working, etc) > Save/Load result to/from database. > Multithreaded for faster operation. > Status
messages, images and progress bar to keep you informed of the process. Link to the Scrip...
Reading Files From Directory To Array, And Using $_get To Get Them
- Simple way to manage lot's of files (2)
Some user posted a similar problem i had when i tried to figure out how to update content on my
website in less work as possible. This is just part of the "big" plan i have for my site but it can
be helpfull to you guys if you like FlatFile. I hope that mod's don't mind me posting the
same code here and on their forums, couse if they do i'll delete it from their forums
/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> So
here's the situation. Let's say you have a folder called 'myfilesdirectory' on your
s...
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 ...
Help Needed With Directory/file Listing Code Infinite Loop
- Made an infinite loop but why is this so? (5)
Hi all ive got a small and simple (for the moment atleast /unsure.gif"
style="vertical-align:middle" emoid=":unsure:" border="0" alt="unsure.gif" /> )file and directory
listing script in php as follows CODE $dir = "."; $num = 0; $file =
scandir($dir); while($file = scandir($dir)){ echo
$file[$num]; echo "<BR>"; $num = $num + 1;
}; the concept is simple enough, the directory to start with is the current one, so scan this
directory and wh...
Display Random File In A Directory
- how to display a random file from a set directory. (9)
hi, could someone please help me with this? I have some files in a directory and i want to know how
i can randomly display link/s to one or more of the files in my directory for download. But it must
not at any time display index.php which is also in the directory with the downloads. Thanks in
advance for any help given /unsure.gif" style="vertical-align:middle" emoid=":unsure:" border="0"
alt="unsure.gif" />...
How To Sort Files Of A Directory using Php
- (11)
The following code displays the files of folder...but they are displaced by the order of adding... i
want to sord the files / folders alphabetically and sord by accending order and by decending
order.. can some one help me. $path = ""; $dir_handle = @opendir($path) or
die("Unable to open $path"); echo "Directory Listing of $path "; while($file =
readdir($dir_handle)) { if(is_dir($file)) { continue; } else
if($file != '.' && $file != '..') { echo " $fi...
Phpnuke Newsletter Sending Problems
- (0)
i have a problem sending newsletters....when i send them no1 receives it...i tried sending to the
registered users on my site which im in and i didnt recieve it in my mail...i dont know why this is
happening...it says the newsletter is sent...but we get nothing in our mail... heres the code
QUOTE /************************************************************************/ /* PHP-NUKE:
Web Portal System */ /* ===========================
*/ /* ...
Displaying Files Of A Directory
- (2)
I want to display the contents of a directory.. i have the following code.. It gives the output in
one column only... like file1 file2 file3 file4 . . . . . Since there are lot of files so this
column gets very long..i want to display the x number of files in each column.. like if there are 22
files.. then file 1 file 11 file 21 file 2 . file 22 file 3 .. . . . file 10
file 20 This was just an example..I know it can be done by using but i dont know how to do it
with loop. Please help me. QUOTE $dir = './'; $handle =...
Meta Tage On My Phpnuke
- (5)
when i view source on my website i can see my meta tags displayed right on the top of the file, but
i can seem to find the file that containt the meta tag content. I want to be able to edit it and
change and/or add into it. please someone help this is probably an easy problem to solve =/...
How To List Files In A Directory + Subdirectory And Then Use Them.
- (8)
So lets say i have folders called friends and work in a folder called pics. how would i make a
function that lists the files in those folderscalled images kinda like this: CODE
$directory = "./" function listfiles($directory) { //here should go the
script to list the files in those directories. so that i can continue to work with them. like for
example if there were images it would list all the images and i could write a script to make a
thumb of them and then save it into a thumb folder(not asking for all of that). but how w...
Directory Files Displaying
- (5)
I have many files in a directory..I want to create a page , like A B C D E F ..... when some one
click on A , it should display all the files starting from letter A , and when clicks on B , it
should show all the files in that directory starting from B , and so on... I have no idea how to
display the files of the directory iin that way. Kindly assist me.....
Phpnuke Themes
- (4)
can anyone make a good list of sites that allow you to download some nice lookin free phpnuke
themes?...
Phpnuke...postnuke
- (1)
wuts the difference between the two?? n wuts phpbbhacks....is that only to build yourself a forums
page?...
Phpnuke, E107 Or Post Nuke?
- (13)
I would say that php nuke and e107 are the best....
Help With Removing Files And Folders
- removing all files from a directory (4)
Is there a function or a group of functions which I can use to delete all the files an folders in a
directory? I've tried rmdir() but it complains that it can't remove it because there are
files/folders in it. ...
Directory Function
- - I need some help (1)
Hey, I'm really in a jam. Here's whats happening, I have to post over 350 streaming WMA
files on a server. But it would be nice to not have to script it out in HTML. And I know that in PHP
you can set a directory or folder and PHP will place all the files out there. Would somone show me a
way to do that? and please note where I must insert filenames, folder, ect.... So, I have tons of
files that I need to have on the page, but scrpiting it takes long. Heres the page I'm working
on: http://www.cbf-wa.org/sermons.php thanx so much...
NukeAmazon 2.7.1 for PhpNuke
- (0)
NukeAmazon is a complete software package for Amazon Affiliate members. The software allows members
to advertise products sold by Amazon in their PHP-Nuke (http://phpnuke.org/) powered Web sites. This
package uses the Amazon Web Services version 3.0 via XML-based protocols to integrate Amazon.com
features and content into PHP-Nuke site. Included in this package are blocks and administration /
configuration files that allows the Web site Administrator to manage very easily the selected Amazon
products. NukeAmazon is simple to install and manage. You enter Amazon product ...
Looking for changin, phpnuke, directory
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for changin, phpnuke, directory
*MORE FROM TRAP17.COM*
|
advertisement
|
|