51
melsen
Re: Wahhhh..... HELP!!! grrr.
  • 2006/1/12 18:51

  • melsen

  • Just popping in

  • Posts: 97

  • Since: 2003/6/22


Tried that as well.. still didn't work.
Allan Melsen
[size=x-small]Founder of R.I.A.[/size]

Renegade Insane Asylum



52
melsen
Re: Wahhhh..... HELP!!! grrr.
  • 2006/1/12 17:13

  • melsen

  • Just popping in

  • Posts: 97

  • Since: 2003/6/22


Uhmmm.. I can't change it to PHP.. I can only 'Disable Html'..

??

And I got the newest version of TinyContent.... 1.5
Allan Melsen
[size=x-small]Founder of R.I.A.[/size]

Renegade Insane Asylum



53
melsen
WICKED ass cool COMPLETE backup script for your Xoops Installation!!
  • 2006/1/12 16:55

  • melsen

  • Just popping in

  • Posts: 97

  • Since: 2003/6/22


This is a script I use to backup my entire XOOPS installation... Now, depending on how large your installation is, you can do various things here... You can modify it to pack it into smaller files acceptable by your gmail account, and then this script is perfect for all files and SQL DB.

#!/bin/bash -f

# Determine current date
export CURDATE=`date +%Y%m%d`

#Provide the path for your XOOPS directory
TargetDir=/path/to/your/Xoops/files
Server
=yourserveraddress
MysqlUname
=your_mysql_username
MysqlPass
=your_mysql_pass
MysqlDbase
=your_mysql_database
SndEmail
=your@domain.com


# Backup XOOPS database to compressed, dated file in tmp directory
echo backing up MySQL database to file /tmp/${CURDATE}_db-backup.sql.gz
mysqldump 
--opt ---h${Server} -u${MysqlUname} -p${MysqlPass} ${MysqlDbase} | gzip > /tmp/${CURDATE}_db-backup.sql.gz


# Backup WP files to compressed, dated file in tmp directory
cd $TargetDir
echo backing up all files to /tmp/${CURDATE}_files.tar.gz
tar cf 
- . | gzip > /tmp/${CURDATE}_files.tar.gz

# Send emails with the files (GMail anyone?)
cat /tmp/${CURDATE}_db-backup.sql.gz uuencode ${CURDATE}_db-backup.sql.gz mail -${CURDATE}.BackupDatabase ${SndEmail}
echo 
Done sending email with MySQL backup ...
cat /tmp/${CURDATE}_files.tar.gz uuencode ${CURDATE}_files.tar.gz mail -${CURDATE}.BackupFiles ${SndEmail}
echo 
Done sending email with file backup ...


# delete the backup files from the server after you are done with the email
echo Deleting MySQL backup files
rm 
--force /tmp/${CURDATE}_db-backup.sql.gz
echo Deleting file backup
rm 
--force /tmp/${CURDATE}_files.tar.gz
Allan Melsen
[size=x-small]Founder of R.I.A.[/size]

Renegade Insane Asylum



54
melsen
Wahhhh..... HELP!!! grrr.
  • 2006/1/12 14:15

  • melsen

  • Just popping in

  • Posts: 97

  • Since: 2003/6/22


Alright... here's the thing.

On my site, I want specific blocks to appear in different sections.....

For instance, I have one section in which I want to show on category of news, and at the same time make a specific navigation block appear once you enter that section of the website

Unfortunately, when I go into the news category configuration and make a category as a sub-menu, it doesn't appear selectable in the blocks setup.. only 'All Module Pages' and so on is selectable.. not that news category.

So, to get around this I was hoping that I could have made a content page with tiny content or something, and then simply do an include... but.. since I'm not a coder, I probably did something wrong.

What I did was that I made a new empty page with tinycontent, and then added the following:
<?php
include XOOPS_ROOT_PATH."modules/news/index.php?storytopic=4";
?>


But, when I then test the page, all I get in a blank frame that doesn't display anything.

Can someone help me with this?
Allan Melsen
[size=x-small]Founder of R.I.A.[/size]

Renegade Insane Asylum



55
melsen
Recommendations for Effecient Backup Solution
  • 2006/1/11 14:10

  • melsen

  • Just popping in

  • Posts: 97

  • Since: 2003/6/22


I recently started a multi-game guild community which have been picking up quite nicely. Large modifications are done constantly, and the more and more works that's put into that site, the worse it would be to lose.

Therefor, I'm looking for someone who can guide me to setup a good and effecient backup solution that works smoothly - are easy accessible and easily restored if nessecary.

Just for the record, I'm using XOOPS 2.2.3

I read about that XOOPS backup module that phppp created, but judging by the comments, there several things in chinese, and it doesn't say if it's compatible with 2.2.3 either which naturally are a nessecity.

If there is any long-term XOOPS users here who have established a proper routine for backing up everything related to your XOOPS site - files as well as the sql database, then I'd be greatful if you could share that with me.

Thanks in advance.
Allan Melsen
[size=x-small]Founder of R.I.A.[/size]

Renegade Insane Asylum



56
melsen
IRC Module compatible with 2.2.3 - Anyone know of one?
  • 2006/1/11 10:17

  • melsen

  • Just popping in

  • Posts: 97

  • Since: 2003/6/22


Doesn't seem like the ones in the module repository is compatible.
Allan Melsen
[size=x-small]Founder of R.I.A.[/size]

Renegade Insane Asylum



57
melsen
Re: xRoster 2.2.3b
  • 2006/1/10 17:55

  • melsen

  • Just popping in

  • Posts: 97

  • Since: 2003/6/22


Man.. I so with the download link actually worked so I could try this out.

It sure looks nice.
Allan Melsen
[size=x-small]Founder of R.I.A.[/size]

Renegade Insane Asylum



58
melsen
Can't install the TeamSpeak module on 2.2.3? Weird error....
  • 2005/12/16 21:33

  • melsen

  • Just popping in

  • Posts: 97

  • Since: 2003/6/22


This doesn't work for me on XOOPS 2.2.3.


When I install it I get this error:

Quote:
Unable to install xoops_teamspeak. Error(s):
Duplicate column name 'user_id'


Does anyone know how to fix that?
Allan Melsen
[size=x-small]Founder of R.I.A.[/size]

Renegade Insane Asylum



59
melsen
Re: XcGal Help requested.... huge problem here....
  • 2005/12/13 12:06

  • melsen

  • Just popping in

  • Posts: 97

  • Since: 2003/6/22


Everything works now.. please disregard this thread.

For those curious, I can inform you that the reason this error occurs is because group tables aren't created until you enter the group management portion of this module the first time. After that the module will automatically create all the groups.
Allan Melsen
[size=x-small]Founder of R.I.A.[/size]

Renegade Insane Asylum



60
melsen
Re: XcGal Help requested.... huge problem here....
  • 2005/12/13 11:22

  • melsen

  • Just popping in

  • Posts: 97

  • Since: 2003/6/22


Yeah.. that was actually the first thing I checked.. and they do have access.
Allan Melsen
[size=x-small]Founder of R.I.A.[/size]

Renegade Insane Asylum




TopTop
« 1 ... 3 4 5 (6) 7 8 9 »



Login

Who's Online

168 user(s) are online (117 user(s) are browsing Support Forums)


Members: 0


Guests: 168


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits