234541
hanif
Re: Back Up of Xoops Database
  • 2004/9/25 19:45

  • hanif

  • Just popping in

  • Posts: 37

  • Since: 2004/7/12


Hi,
Thanks for the tip about phpmyadmin. I managed to do backup with no problems. I have one more question to anyone out there that can help.

I heard a while back that when you use the PhpMyAdmin tool to restore the backup of site, there is a limit on the amount of information that can be backed up. (Like, it just stops restoring after a set quota.) Does anyone know if this is true, and if so how many MBs can roughly be restored before it freezes?

Many thanx.



234542
bbgds
Re: Fatal Error, cannot connet to my Xoops site. Help!
  • 2004/9/25 19:41

  • bbgds

  • Just popping in

  • Posts: 93

  • Since: 2004/7/23


As it turned out, it was my webhost's fault. Apparently, they were uploading some new security software or something.

Thanks guys,
bbgds



234543
ManXP
Re: H1
  • 2004/9/25 19:29

  • ManXP

  • Quite a regular

  • Posts: 231

  • Since: 2003/8/14


Ok, it's done.

Text is smaller, but it's still too bold and too big for website. Now my style.css looks like this, but i want "normal size" text as it was (but i want h1 too):

.itemText {
color: #555555;
font-size: 11px;
font-style: normal;
text-decoration: none;
margin-top: 5px;
margin-bottom: 5px;
line-height: 1.5em;

any ideas?



234544
flyingtux
Re: Getting the webmail module to work - Here's the file!
  • 2004/9/25 19:28

  • flyingtux

  • Not too shy to talk

  • Posts: 146

  • Since: 2004/9/6 1


Guys, I'm getting confused.
What are we talkin' about?
ProjectZen or WebMailFX?
Could you please clarify this?
And, perhaps, could we split the thread into two different?
Otherwise I (and perhaps others) couldn't get any sense in this...
Cheers,
ft

Is that the same error you got Kaotik?

Also, I noticed that when you go into the admin menu to make chages, it will go through the normal process, but none of the changes will actually take. You get the "Database Updated" screen, but when you re-access the admin menu, you get the default settings.[/quote]



234545
Mithrandir
Re: Fatal Error, cannot connet to my Xoops site. Help!

The problem is that XOOPS cannot connect to the database with the details in mainfile.php

Double-check the connection details and if they are as you would believe they should be, contact your webhost to hear if the database has been moved or similar.



234546
CiberEspia
that module or hack is??

somebody can say to me that
utility has this module?

http://ryus.biz/modules/mydownloads/visit.php?cid=1&lid=4
thank you!



234547
wizanda
Re: Major Shocked!!!
  • 2004/9/25 18:52

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


You can always set the cache on the who's online block at 30 seconds that makes it work better on my site



234548
Alexxus
Re: CMS Showcase
  • 2004/9/25 18:46

  • Alexxus

  • Just popping in

  • Posts: 28

  • Since: 2003/7/2 1


Seehttp://xoops2.ru

Just redesigned. I think it's not usual design.



234549
CiberEspia
Re: Random Images

use
<{php}> include("filename.php") <{/php}>



also this works:
I in my theme use a script logo_izquierdo.php:

<?php  

function rnd($min$max){//mt_rand wrapper, seeds automatically, once per page

    
global $rnd_seeded;

    if (
$rnd_seeded!=1){//seed if not seeded

        
$mtime=microtime();

        list(
$usec,$sec)=explode(" ",$mtime);

        
mt_srand($usec*$sec);

        
$rnd_seeded=1;

        }

    return 
mt_rand($min$max);

    }

    

$def_img_url="http://unruly.homeunix.net/images/misc/macos_x_ua.png";

    
//default image to redirect to if no images exist in random dir





//read folder 

$folder=opendir(".");



while (
$file readdir($folder)){

    
$ext=strtolower(substr(trim($file),-4));

    if (
$ext==".jpg"||$ext==".gif"||$ext=="jpeg"||$ext==".png")$imgs[]=$file;

}

closedir($folder); 



if (
is_array($imgs)){

    
header ("location: ".$imgs[rnd(0count($imgs)-1)]);

}else{

    
header ("location: $def_img_url");

}

?>

http://ciberespia.adictoshp.org/themes/ce6_/logo/logo_izquierdo.php
in my theme:
<img border="0" src="http://adictoshp.org/ciberespia/themes/ce6_/logo/logo_izquierdo.php" width="169" height="90">

Random Images upload in folder-> logo .
to see it work in www.ciberespia.com



234550
Jackwan
Re: Fatal Error, cannot connet to my Xoops site. Help!
  • 2004/9/25 18:17

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


the server admin should have a backup, have them restore the backup db and all.

if they do not, do you have a backup of the production code and database? try to restore them.







Login

Who's Online

208 user(s) are online (137 user(s) are browsing Support Forums)


Members: 0


Guests: 208


more...

Donat-O-Meter

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

Latest GitHub Commits