PDA

View Full Version : Some questions


PokePets
07-06-2010, 07:42 AM
Now i have a 2 weeks on an adoptable site, but now have some questions;
- How do I change the "one" of adoptable when a train? (You just give one level ...)
- How can I have a adoptable with a promo code & with a limit of adoptions?
- I found this script (http://www.rusnakweb.com/forum/showthread.php?tid=365) on the forum, I would like to use, but the file is not correct anymore. Can someone give me good?
- On my site the more clickable adoptables only for members, how can I make them clickable for guests?
- Is there a limit of characters for pages? I had a page with more than 100 pictures, & there appeared only 80! At the end appeared a piece of code the next picture ...

So, that was it.
Niels :)

PS, I normally speak Dutch, this is translated with google translate.

PokePets
07-08-2010, 03:00 AM
someone ? :S

PokePets
07-10-2010, 10:23 AM
I've found the code for random adoptables, now the rest :s...

fadillzzz
07-10-2010, 04:49 PM
1. Can't understand a word you're saying
2. I don't think that's possible right now
3. I think that is for the old script
4. What do you mean?
5. That happened to me too, maybe it's because the server can't handle too much request

Can you post the link to your site?

PokePets
07-11-2010, 01:46 AM
1. Can't understand a word you're saying
2. I don't think that's possible right now
3. I think that is for the old script
4. What do you mean?
5. That happened to me too, maybe it's because the server can't handle too much request

Can you post the link to your site?


Thanks for your answer,

1) When i click an adoptable on my site, it says "You just give (name of adoptable) ONE level, i will change that one.
4) On my site, only members can level pets, guests get an error.

fadillzzz
07-15-2010, 01:45 AM
1.Open lang.php in the lang directory and edit these lines (63,64 & 66)

$lang_unit = "LevelUP Point";
$lang_gave = "You just gave ";

$lang_levelup_encourage = "Be sure and come back again tomorrow to feed this adoptable.";

And the levelup.php (225 & 226)

$article_title = $lang_gave."".$name." one ".$lang_unit;
$article_content = "<img src='".$image."'><br>".$lang_gave."".$name." one ".$lang_unit.".<br>".$lang_levelup_encourage;

4.That's odd, are you sure you're using the latest script?

PokePets
07-15-2010, 02:32 AM
I think it, i started two weeks ago.

fadillzzz
07-15-2010, 03:04 PM
Re-download the script and replace the levelup.php on your server and check to see if the problem still exist