1
catalin12345
3500 smiles

i uploded the 3500 smiles pack..
but i have to stay 10 days to upload them manualy by code in xoops..
how can i put them all togheter morea easily and quickly?
what should i do to upload the 3500 smiles faster and to work?
i XOOPS i have to add them one by one......

2
Eugney
Re: 3500 smiles
  • 2004/10/7 8:17

  • Eugney

  • Not too shy to talk

  • Posts: 162

  • Since: 2004/7/25


Ive wonderd that to for smiles and avatras is there a easy isnstaller mod to install them directly

3
catalin12345
Re: 3500 smiles

if anybody nows mod to install them quickly pls let us know!

4
Poekie
Re:3500 smiles
  • 2004/10/7 11:45

  • Poekie

  • Just popping in

  • Posts: 30

  • Since: 2004/9/15


For avatars, check this site:

http://www.wf-projects.com/modules/wfdownloads/singlefile.php?cid=1&lid=45

5
catalin12345
Re:3500 smiles

and for smiles????????

6
catalin12345
Re:3500 smiles

so how can i upload all 3500 smiless all togheter in xoops?
pls someone help me!
thanks to all providing help..
www.rodisco.com

7
cbhelms
Re:3500 smiles
  • 2004/10/15 17:51

  • cbhelms

  • Just popping in

  • Posts: 31

  • Since: 2003/7/6 2


I have been asking myself that same question, but wasn't important enough for me ,yet, to ask on the boards. But since you asked I'm with ya on that.

8
wizanda
Re:3500 smiles
  • 2004/10/15 18:10

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


I have 500 on my site that i brought over from exoops

origianly got loads of MySQL files with about 100 smiles and i edited it upto 500 using editplus and copying them in coloums

I did a lot by hand and just used numbers :118:

you could do with a smiley list so each has its own picture :))

yet i have some easy ways now to edit

use pspad just found it its freeware

You can add at the end or begining of a line so it will be far easier to add extra smiles to a MySQL file

9
Jackwan
Re:3500 smiles
  • 2004/10/15 21:43

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


there are two smiles downloads under module repository. one is the 3500, the other has 150, in that 150 smiles extract, there is a file called table.sql, it automatically loads up the smiles. I think you can use that for your upload by changing the variables.

Here is part of the table.sql:

CREATE TABLE xoops_smiles (
id smallint(5) unsigned NOT NULL auto_increment,
code varchar(50) NOT NULL default '',
smile_url varchar(100) NOT NULL default '',
emotion varchar(75) NOT NULL default '',
display tinyint(1) NOT NULL default '0',
PRIMARY KEY (id)
) TYPE=MyISAM;

#
# Contenu de la table `xoops_smiles`
#

INSERT INTO xoops_smiles VALUES (1, '', 'icon_biggrin.gif', 'Very Happy', 1);
INSERT INTO xoops_smiles VALUES (2, '', 'icon_smile.gif', 'Smile', 1);
INSERT INTO xoops_smiles VALUES (3, '', 'icon_frown.gif', 'Sad', 1);
INSERT INTO xoops_smiles VALUES (4, '', 'icon_eek.gif', 'Surprised', 1);
INSERT INTO xoops_smiles VALUES (5, '', 'icon_confused.gif', 'Confused', 1);
INSERT INTO xoops_smiles VALUES (6, '', 'icon_cool.gif', 'Cool', 1);
INSERT INTO xoops_smiles VALUES (7, '', 'icon_lol.gif', 'Laughing', 1);
INSERT INTO xoops_smiles VALUES (8, '', 'icon_mad.gif', 'Mad', 1);
INSERT INTO xoops_smiles VALUES (9, '', 'icon_razz.gif', 'Razz', 0);
INSERT INTO xoops_smiles VALUES (10, '', 'icon_redface.gif', 'Embaressed', 0);
INSERT INTO xoops_smiles VALUES (11, '', 'icon_cry.gif', 'Crying (very sad)', 0);
INSERT INTO xoops_smiles VALUES (12, '', 'icon_evil.gif', 'Evil or Very Mad', 0);

10
catalin12345
Re:3500 smiles

ok
i`ve downloded the 150 smiles
i finded that file in table zip..
and more exactly what i have to do...step by step ??
where to put table.sql ?and how to put it?

Login

Who's Online

178 user(s) are online (63 user(s) are browsing Support Forums)


Members: 0


Guests: 178


more...

Donat-O-Meter

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

Latest GitHub Commits