Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 2
Goto page 1, 2  Next
 
Reply with quote Download Post 
Post Emoticons & Domain Problem 
 
Hi everybody, this is my first post here and let me tell you my problem...
I had a phpBB2 forum working and then I installed Icy Phoenix. I used the update_to_ip.php program and eveything went ok. I updated all my forum categories, forums, user, etc. in my Icy Phoenix new Site!

I maded the "update" in a local server on my PC first and then I did a Copy & Paste to the Production Server, I mean files and the MySQL database. I worked on a local address like http://150.150.1.22:8090/forum and then moved eveything to http://www.miviajeaeuropa.com.ar/forum.

Everything worked but smiles path! Here while writing this post I click over an smile and click properties and I see the next path: http://www.icyphoenix.com/images/smiles/icon_cry.gif, If I do the same in my site I see http://150.150.1.75:8090/forum/images/smiles/icon_razz.gif.
I don't know why my site is using the old local domain to show the smiles!
I went to my ACP, Configuration, Server and in the domain name and port variables I have it right! (www.miviajeaeuropa.com.ar) and port=80
I search for a place to change smiles path address but couldn't!
Do you know how can I solve this! Thanks!

Ignacio, from Cordoba, Argentina
 



 
Last edited by ialvarez on Thu 10 May, 2007 14:57; edited 1 time in total 
ialvarezSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Smiles & Domain Problem 
 
Clean the content of cache folder and try again
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Smiles & Domain Problem 
 
I mistaked the question I thing:
This address (http://150.150.1.75:8090/forum/images/smiles/icon_surprised.gif) is the local address of the server inside my network! And it is right.
The site works in http://www.miviajeaeuropa.com.ar/forum (external) or in http://150.150.1.75:8090/forum (internal)
Somewhere is not translating the domain I think, maybe the cache like you said! I dont know!


Could you please remain me how to do that?  
ACP, then ? Templates & Styles? Configuration? There?
Here it says:

Servidor FTP (Probablemente "150.150.1.75:8090" [Fijar servidor]):  -----> Why it gives me this domain name and not www.miviajeaeuropa.com.ar?Usuario FTP:  
Ruta de phpBB en FTP
 



 
ialvarezSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Smiles & Domain Problem 
 
Inside templates & styles you can clean cache
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Smiles & Domain Problem 
 
I did what you said but it did not work....  
any other thing? You can test it yourself entering there!

What I found out today, it maybe interesting for you....
I installed IP last version again and when it asks for server I write: 150.150.1.75, then after finish installation I go to ACP, Configuration, Server and I change it for my domain name: www.miviajeaeuropa.com.
Eveything works but smiles path (and I dont know about avatars, didn't try yet!). I mean, when I want to post a message I see emoticos because I in this network but if check emoticons path (doing mouse right button, properties) I see http://150.150.1.75:8090/..... in other words I see my old domain (the local one I used to install it)

Anybody knows where does Icyphoenix records this domain name (150.150.1.75, in the site or mysql) in order to change it???
The other exit I have I guess is to install it again writing the right server name from the start! But I curious now I want to know if there's away to fix it!

thanx a lot

IGNACIO
 



 
Last edited by ialvarez on Thu 10 May, 2007 14:57; edited 1 time in total 
ialvarezSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Smiles & Domain Problem 
 
ialvarez wrote: [View Post]
I did what you said but it did not work....  
any other thing? You can test it yourself entering there!


Please give me a test user
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Emoticons & Domain Problem 
 
Thanx Zuker!
URL: http://www.miviajeaeuropa.com.ar/forum
Test User: prueba
password: prueba

Try to post any message and you will see what I mean!
Thanks again!
 
 



 
ialvarezSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Emoticons & Domain Problem 
 
Hi Ialvarez

I try to reply to your inquiry   

go in ACP=>Configuration=>Posting=>Disable precompiled posts
then select YES
SUBMIT the changes
then click on YES to Empty precompiled posts
 




____________
Non c'era la legge sul pericolo...
 
CristinaSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Emoticons & Domain Problem 
 

Thanx Cristina but It did not work! Check it entering with "prueba", "prueba"
Everything works but emoticons! I mean, I see them but only accesing from my network! (150.150....)
Thanx anyway!
 



 
ialvarezSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Emoticons & Domain Problem 
 
Code: [Download] [Hide]
  1. <tbody><tr><th colspan="6"><b>Emoticonos</b></th></tr>  
  2. <tr>  
  3.         <td align="center"><a href="javascript:emoticon(':mrgreen:');"><img src="http://150.150.1.75:8090/forum/images/smiles/icon_mrgreen.gif" onmouseover="this.style.cursor='hand';" alt="Mr. Green" title="Mr. Green" border="0"></a></td>  
  4.         <td align="center"><a href="javascript:emoticon(':twisted:');"><img style="" src="http://150.150.1.75:8090/forum/images/smiles/icon_twisted.gif" onmouseover="this.style.cursor='hand';" alt="Twisted Evil" title="Twisted Evil" border="0"></a></td>  
  5.         <td align="center"><a href="javascript:emoticon(':evil:');"><img src="http://150.150.1.75:8090/forum/images/smiles/icon_evil.gif" onmouseover="this.style.cursor='hand';" alt="Evil or Very Mad" title="Evil or Very Mad" border="0"></a></td>  
  6.         <td align="center"><a href="javascript:emoticon(':cry:');"><img src="http://150.150.1.75:8090/forum/images/smiles/icon_cry.gif" onmouseover="this.style.cursor='hand';" alt="Crying or Very sad" title="Crying or Very sad" border="0"></a></td>  
  7.         <td align="center"><a href="javascript:emoticon(':oops:');"><img src="http://150.150.1.75:8090/forum/images/smiles/icon_redface.gif" onmouseover="this.style.cursor='hand';" alt="Embarassed" title="Embarassed" border="0"></a></td>  
  8.         <td align="center"><a href="javascript:emoticon(':razz:');"><img src="http://150.150.1.75:8090/forum/images/smiles/icon_razz.gif" onmouseover="this.style.cursor='hand';" alt="Razz" title="Razz" border="0"></a></td>  
  9.     </tr>  
  10.  
  11. <tr> 


you are right, link of emoticons are wrong...try to search 150.150.1.17:8090 into your db and replace with your website link
 



 
hplSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Emoticons & Domain Problem 
 
What do you mean with "db", database? I search all tables and could't find where!
If it is not the mySQL database tell me where please, which file!
I think I gonna cry if can't solve this! I quit!  
 



 
ialvarezSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Emoticons & Domain Problem 
 
Jim Morrison pay attention here below:



You can force the smiley loading by changing this:


OPEN includes/bbcode.php
FIND
Code: [Download] [Hide]
  1.                 'replace' => '<img src="http://' . $_SERVER['HTTP_HOST'] . $board_config['script_path'] . $board_config['smilies_path'] . '/' . $row['smile_url'] . '" alt="' . htmlspecialchars($row['emoticon']) . '" />' 

REPLACE WITH
Code: [Download] [Hide]
  1.                 'replace' => '<img src="http://www.miviajeaeuropa.com.ar' . $board_config['script_path'] . $board_config['smilies_path'] . '/' . $row['smile_url'] . '" alt="' . htmlspecialchars($row['emoticon']) . '" />' 

 




____________
Non c'era la legge sul pericolo...
 
CristinaSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Emoticons & Domain Problem 
 
Dear Cristina: I did what you said and nothing! I must be something else!
Even also i put slashes (//) over that line, the original one and nothing happens, seems looks like the program is not passing by that part of the code!

Anyway why the variable $_SERVER['HTTP_HOST'] it's bringing th wrong domain (150.150.... instead of www.miviajea...) ?
Thanx anyway!

I bring the original bbcode.php file from other install and nothing too! (I thought that maybe because it was un "update" from phpBB2 something was updated wrong...)

I dont know, just dont know...
 



 
ialvarezSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Emoticons & Domain Problem 
 
ialvarez wrote: [View Post]
Dear Cristina: I did what you said and nothing! I must be something else!
Even also i put slashes (//) over that line, the original one and nothing happens, seems looks like the program is not passing by that part of the code!

Anyway why the variable $_SERVER['HTTP_HOST'] it's bringing th wrong domain (150.150.... instead of www.miviajea...) ?
Thanx anyway!

I bring the original bbcode.php file from other install and nothing too! (I thought that maybe because it was un "update" from phpBB2 something was updated wrong...)

I dont know, just dont know...


Cehck your config.php and change the server to the doamin from the IP (internet protocol) adress
 




____________
CivUnited
 
tonyf12Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Emoticons & Domain Problem 
 
Thanx Tony but I understand that config.php is only for the conection to the database

shhhh

do not post here your config.php please

dont worry Admin I changed all the information off course!
Anyway, HELP!
 



 
Last edited by ialvarez on Thu 10 May, 2007 19:38; edited 1 time in total 
ialvarezSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 2
Goto page 1, 2  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron