263311
carnuke
Re: Editing database as tesxt file and repacking with win-gz
  • 2004/4/10 22:10

  • carnuke

  • Home away from home

  • Posts: 1955

  • Since: 2003/11/5


Thanks for that reply. I assume I should save my edited db as a .txt then conpress to GZ?

BTW I use metapad and I think that's fairly flexible,

Richard



263312
TheFinni
Re: modified newsblock to show proper HTML from SPAW MySQL entry
  • 2004/4/10 22:07

  • TheFinni

  • Just popping in

  • Posts: 75

  • Since: 2003/11/25


ANY SKILLED XOOPSTERS OUT THERE?

darn it, I was hoping someone would be able to help me with this... I'l give it another go with this subject. If all fails I will have to come up with a more intereting subject and a new thread...

Meanwhile I will of course try to solve this problem myself. It's weekend after all so maybe that'll give me some time.

Thomas



263313
karuna
Re: How to add a lot of avatars??
  • 2004/4/10 21:59

  • karuna

  • Not too shy to talk

  • Posts: 171

  • Since: 2002/5/29


Thank you very much



263314
Dave_L
Re: Editing database as tesxt file and repacking with win-gz
  • 2004/4/10 21:46

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


It should work, as long as your text editor can handle the long lines that may be present in a MySQL dump file. I ran into that problem in the past, and wound up using a script instead for this type of text conversion.

Of course, keep the original database backup.




263315
dago_tux
copyrigth
  • 2004/4/10 21:30

  • dago_tux

  • Just popping in

  • Posts: 2

  • Since: 2004/4/10


hi !


i just found a site without the copyrigth ....

http://www.niouzz-du-net.com/

we can saw that in the source ...

<meta name="rating" content="general" />
<
meta name="author" content="Florian et Celentano" />
<
meta name="copyright" content="Copyright © 2004-2005 Niouzz-du-net" />
<
meta name="generator" content="Microsoft FrontPage 6.0" />



i was thinking that xoop is on a gnu licence ?
is it nt that ?

GL & HF
ced



263316
cmatt
Re: xoopgallery - question
  • 2004/4/10 20:44

  • cmatt

  • Just popping in

  • Posts: 31

  • Since: 2004/3/25


If this is the same module as the one for phpnuke that I have used, I would like to know why the reorder feature is not available.
or is it available, and i'm looking in the wrong places?



263317
carnuke
Editing database as tesxt file and repacking with win-gz
  • 2004/4/10 20:33

  • carnuke

  • Home away from home

  • Posts: 1955

  • Since: 2003/11/5


I've been trying to sort out the best way to carry out several text and URL changes in my database. I am considering this option. DOwnload DB, decompress GZ file, open in plain text editor. Use Find and replace for the editing I require. saving as .txt file and recompressing back to GZ using win-GZ

Has anyone done this method successfully or can offer further advice??

Thanks Richard



263318
Mithrandir
Re: How to add a lot of avatars??

Upload them to the uploads directory, then make a little php file with the following contents:
<?php
include mainfile.php
$avatars 
= [Number of avatars//write a number here
for ($i 0$i $avatars$i++) {
    
$k $i;
    if (
$i 100) { //add one zero in front of number
        
$k "0".$k;
    }
    if (
$i 10) { //add another zero
        
$k "0".$k;
    }
    
$xoopsDB->query("INSERT INTO ".$xoopsDB->prefix("avatar")." VALUES ('ava$k.gif', 'ava$k', 'image/gif', ".time().", 1,0,'C')");
    echo 
"ava$k inserted";
}
include 
footer.php
?>

If the avatars are jpeg, change the extension in the query and the image/gif to image/jpeg

Just drop that little php file in the XOOPS root and run it once.

It may take a little more to get them to be choosable by the users - someone else able to elaborate?



263319
ajaxbr
Re: Help to user profiles
  • 2004/4/10 20:02

  • ajaxbr

  • Quite a regular

  • Posts: 276

  • Since: 2003/10/25


You might want to check xcgal, an image gallery module.



263320
Gleon
Re: Help to user profiles
  • 2004/4/10 19:47

  • Gleon

  • Just popping in

  • Posts: 4

  • Since: 2003/4/30


Is there not anyone who can help me plz

Gleon







Login

Who's Online

145 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 145


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