Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - live@ct

Pages: 1 ... 7 8 9 10 [11]
151
Espaņol / Castellano / Re: MOD Banderas de paises en Whos Online
« on: April 12, 2005, 03:20:55 AM »
la version q aparece dice:

2.6.1-rc1
MySQL 4.0.22

y las otra opcion q dices no la encuentro  :?

152
Espaņol / Castellano / Re: MOD Banderas de paises en Whos Online
« on: April 11, 2005, 09:13:00 AM »
yo tengo este error cuando subo el archivo

Quote
SQL-query:

33996344
MySQL said: 

#1064 - You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near '33996344' at line 1

153
i chek the smilies functions and i think that there is the problem

i was using the code of v@no the code that use the yahoo smilies when i change to the first code i don't have that error but the smilies don't show

i try to change only the code

Code: [Select]
function get_smiles(){
$smilesfrom = array(
":)" => "happy",
"(:" => "happy",
":-))" => "very_happy",
":lol:" => "very_happy",
":D" => "big_smile",
":O" => "surprised",
":o" => "surprised",
";)" => "wink",
":wink:" => "wink",
":(" => "sad",
":*(" => "very_sad",
":cry:" => "very_sad",
":confused:" => "confused",
":shy:" => "embarrassed",
":vicious:" => "vicious",
":|" => "undecided",
":pig:" => "pig",
":P" => "tongue",
":p" => "tongue",
"B)" => "cool",
":B" => "nerd",
"X(" => "angry",
":X" => "in_love",
"|)" => "asleep",
"=;" => "talk_to_hand",
"@};-" => "rose",
"):)" => "cowboy",
"8X" => "skull",
"=:)" => "alien",
"0:)" => "angel",
":devil:" => "devil",
":clown:" => "clown",
"3:O" => "cow",
"3:o" => "cow",
":monkey:" => "monkey",
"(~~)" => "pumpkin",
"[-(" => "huff",
"*:)" => "bulb",
":$" => "shhh",
":chicken:" => "chicken",
"~o)" => "cup",
"%%-" => "clover",
"b(" => "beat_up",
":E:" => "peace",
":&" => "sick",
"=*" => "kiss",
";;)" => "flirt",
":?)" => "what",
"(%)" => "ying",
"o-+" => "april",
":billy:" => "billy",
":hiro:" => "hiro",
":mad:" => "mad",
":R:" => "praying",
"[-x" => "nono",
"[:D]" => "hugging",
":dance:" => "dancing",
"=D" => "applause",
"(?)" => "thinking",
":^o" => "liar",
"@)" => "hypnotized",
"8|" => "rolleyes",
"8}" => "crazy",
"?|" => "tired",
"=p~" => "drooling",
"$)" => "money",
":whistle:" => "whistling",
"#o" => "doh",
":alien:" => "alien2",
":S" => "scared"
  );

return $smilesfrom;
}

i still have the error

i check and the error only its when open the principal page, no the details images or categories

154
Fatal error: Maximum execution time of 30 seconds exceeded in /home/web/public_html/includes/functions.php on line 1716

i have this error when i open my page, I found topic about this but especific when you open or edit an imagen, this error show when you open te gallery

here is te code of the line 1716

Code: [Select]
function parsesmilies($text) {
  global $smileyfromcache, $smileytocache;
  $oldtext = "";
  while($oldtext != $text) {
   $oldtext = $text;
this is the line 1716--->   $text = preg_replace($smileyfromcache, $smileytocache, $text);
  }
  return $text;
}
function get_smiles(){
      $smilesfrom = array(
               ":)" => "happy",
               "(:" => "happy",
               ":-))" => "very_happy",
               ":lol:" => "very_happy",
               ":D" => "big_smile",
               ":O" => "surprised",
               ":o" => "surprised",

155
and how to show this new field in the start of the page??!?

Pages: 1 ... 7 8 9 10 [11]