Goto mainfile.php and change the script address to what it is now -- should be in the top few lines. If you dont know the script address upload to root the php I will attach...--then got to
http://www.YOURSITE.com/get.phpcopy the address that appears and paste it into the mainfile.php-- save changes.
Second (DB)
I dont use any programs to backup my db-- its actually pretty easy just using phpadmin. Im not sure but someone my have an easier way but this works great for me.
I use wamp not xamp but am sure the process is the same.
Goto phpadmin (LOCAL) to your db and click export. Make sure all tables are selected ( top left here-- cntrl click to multi select )
or use the check all check box at the bottom. tick the box that says "save as file" I name it the same as my production db name. The prefixs should remain the same I believe. IE xoops_users, -- xoops_groups etc. Save to "desktop-- or wherever you like)
I then install a fresh copy of XOOPS --PRODUCTION server--( solveing your script path stuff lol) go into php admin and remove all tables inside of the new db goto sql and paste the sql code from the file you save. (((( open sql file in wordpad if ya like)))))
you wont need to copy this part ---------------------------
-- phpMyAdmin SQL Dump
-- version 2.8.2.4
--
http://www.phpmyadmin.net--
-- Host: localhost
-- Generation Time: Dec 30, 2006 at 09:18 PM
-- Server version: 5.0.24
-- PHP Version: 5.1.6
--
-- Database: `your_db_name`
--
-- --------------------------------------------------------
but copy the rest and paste it in. poof right where you were when you left off.I hope this is enough to help you. Its really pretty simple once you have done it once or twice. If your sql gives you problems depending ont he size of your db do it in sections. :0)
Markus
I cant attach so heres the get.php just paste it into your editor and save as get.php-----
echo str_replace('\\','/',getcwd());
?>