<DIV>Dear sunkara,</DIV>  <DIV>&nbsp;</DIV>  <DIV>Thank you very much for your kind-hearted for answering my question, Thank you very much.</DIV>  <DIV>If I can ask you more, would you mind tell me what is the name the application that I can use like&nbsp;"serweb" in&nbsp;openser server ?&nbsp;(the suitable "serweb" for openser server)&nbsp;because I am building openser server. and would you mind tell me where I can get it? </DIV>  <DIV>&nbsp;</DIV>  <DIV>Please help me, Sunkara..Please...Please...</DIV>  <DIV>Thank you very much...Thank you...</DIV>  <DIV>&nbsp;</DIV>  <DIV>Regards,</DIV>  <DIV>&nbsp;</DIV>  <DIV>Ferianto<BR><BR><B><I>raviprakash sunkara &lt;sunkara.raviprakash.feb14@gmail.com&gt;</I></B> wrote:</DIV>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Hi siregar...<BR>I best Suggest is Not to user SERweb in openser.<BR>It application to SER only. not For openser , if U want to configure the serweb in
 openser U need to modify some changes in serweb and&nbsp; openser tables&nbsp; other things.. <BR>Perhaps try it..... <BR>Best of luck...<BR><BR><BR>  <DIV><SPAN class=gmail_quote>On 8/19/06, <B class=gmail_sendername>Ferianto siregar</B> &lt;<A href="http://us.f609.mail.yahoo.com/ym/Compose?To=ferianto_voip@yahoo.com" target=_blank><FONT color=#003399>ferianto_voip@yahoo.com</FONT></A>&gt; wrote: </SPAN>  <BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">  <DIV>Dear all,<BR><BR>Thanks to all of you for your kind-hearted answering my question. Thank you very much. <BR>Now, I am building serweb in openser. So, the client can register to become the member of communication in my openser that I have built.<BR>1. Can "serweb" (from <A href="http://iptel.org/" target=_blank onfiltered="return top.js.OpenExtLink(window,event,this)" _><FONT color=#003399>iptel.org</FONT></A>) be used in openser server for
 building the webserver of the openser server? Or openser has it`s own webserver except "serweb"?<BR>2.When I build serweb (from <A href="http://iptel.org/" target=_blank onfiltered="return top.js.OpenExtLink(window,event,this)" _><FONT color=#003399>iptel.org</FONT></A>), I have some problems. I do hope anybody can help me and give me a suggestion. Please..<BR>The error message that I got from client browser is<BR>  <DIV><B>Fatal error</B>: Failed opening required 'var/www/phplib/db_mysql.inc' (include_path='.:/usr/share/pear') in <B>/var/www/html/serweb/user_interface/prepend.php</B> on line <B>23</B></DIV>  <DIV><SPAN><SPAN style="FONT-WEIGHT: bold">The contain of prepend.php that shows line 23 is </SPAN><BR></SPAN></DIV>  <DIV><SPAN></SPAN>require($_PHPLIB["libdir"] . "db_mysql.inc"); <SPAN>&nbsp; </SPAN>_/* Change this to match your database. */</DIV>  <DIV><SPAN style="FONT-SIZE: 12pt">I don`t know what is wrong. I do hope anybody can give me a suggestion. Please help
 me..Please. Thanks</SPAN></DIV>  <DIV><SPAN style="FONT-SIZE: 12pt">Regards,</SPAN></DIV>  <DIV><BR><SPAN style="FONT-SIZE: 12pt"></SPAN></DIV>  <DIV><SPAN style="FONT-SIZE: 12pt">Ferianto<BR></SPAN></DIV>  <DIV><SPAN style="FONT-SIZE: 12pt">Note:<BR></SPAN></DIV>  <DIV><SPAN style="FONT-SIZE: 12pt">This is the contain of db_mysql.inc that I have configured <BR></SPAN></DIV>  <DIV></DIV>  <DIV>&lt;?php</DIV>  <DIV>_/*</DIV>  <DIV><SPAN>&nbsp;</SPAN>* Session Management for PHP3</DIV>  <DIV><SPAN>&nbsp;</SPAN>*</DIV>  <DIV><SPAN>&nbsp;</SPAN>* Copyright (c) 1998-2000 NetUSE AG </DIV>  <DIV><SPAN>&nbsp;</SPAN>*<SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>Boris Erdmann, Kristian Koehntopp</DIV>  <DIV><SPAN>&nbsp;</SPAN>*</DIV>  <DIV><SPAN>&nbsp;</SPAN>* $Id: db_mysql.inc,v <A onclick="return ShowLinkWarning()" href="http://1.1.1.1/" target=_blank onfiltered="return
 top.js.OpenExtLink(window,event,this)" _><FONT color=#003399>1.1.1.1</FONT></A> 2002/09/04 18:19:57 kozlik Exp $</DIV>  <DIV><SPAN>&nbsp;</SPAN>*</DIV>  <DIV><SPAN>&nbsp;</SPAN>*/ </DIV>  <DIV>&nbsp;</DIV>  <DIV>class DB_Sql {</DIV>  <DIV><SPAN>&nbsp; </SPAN></DIV>  <DIV><SPAN>&nbsp; </SPAN>_/* public: connection parameters */ </DIV>  <DIV><SPAN>&nbsp; </SPAN>var $Host<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>= "localhost";</DIV>  <DIV><SPAN>&nbsp; </SPAN>var $Database = "openser";</DIV>  <DIV><SPAN>&nbsp; </SPAN>var $User<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>= "openser";</DIV>  <DIV><SPAN>&nbsp; </SPAN>var $Password = "openserrw";</DIV>  <DIV>&nbsp;</DIV>  <DIV><SPAN>&nbsp; </SPAN>_/* public: configuration parameters */</DIV>  <DIV><SPAN>&nbsp; </SPAN>var $Auto_Free<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>= 0;<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>## Set to 1 for automatic mysql_free_result()</DIV>  <DIV><SPAN>&nbsp; </SPAN>var
 $Debug<SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>= 0;<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>## Set to 1 for debugging messages. </DIV>  <DIV><SPAN>&nbsp; </SPAN>var $Halt_On_Error = "yes"; ## "yes" (halt with message), "no" (ignore errors quietly), "report" (ignore errror, but spit a warning)</DIV>  <DIV><SPAN>&nbsp; </SPAN>var $Seq_Table<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>= "db_sequence";</DIV>  <DIV>&nbsp;</DIV>  <DIV><SPAN>&nbsp; </SPAN>_/* public: result array and current row number */</DIV>  <DIV><SPAN>&nbsp; </SPAN>var $Record<SPAN>&nbsp;&nbsp; </SPAN>= array(); </DIV>  <DIV><SPAN>&nbsp; </SPAN>var $Row;</DIV>  <DIV>&nbsp;</DIV>  <DIV><SPAN>&nbsp; </SPAN>_/* public: current error number and error text */</DIV>  <DIV><SPAN>&nbsp; </SPAN>var $Errno<SPAN>&nbsp;&nbsp;&nbsp; </SPAN>= 0;</DIV>  <DIV><SPAN>&nbsp; </SPAN>var $Error <SPAN>&nbsp;&nbsp;&nbsp; </SPAN>= "";</DIV>  <DIV>&nbsp;</DIV>  <DIV><SPAN>&nbsp; </SPAN>_/* public: this is an api revision,
 not a CVS revision. */</DIV>  <DIV><SPAN>&nbsp; </SPAN>var $type<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>= "mysql";</DIV>  <DIV><SPAN>&nbsp; </SPAN>var $revision = "1.2";</DIV>  <DIV>&nbsp;</DIV>  <DIV><SPAN>&nbsp; </SPAN>_/* private: link and query handles */</DIV>  <DIV><SPAN>&nbsp; </SPAN>var $Link_ID<SPAN>&nbsp; </SPAN>= 0;</DIV>  <DIV><SPAN>&nbsp; </SPAN>var $Query_ID = 0; </DIV>  <DIV><SPAN>&nbsp; </SPAN></DIV>  <DIV>&nbsp;</DIV>  <DIV>&nbsp;</DIV>  <DIV><SPAN>&nbsp; </SPAN>_/* public: constructor */</DIV>  <DIV><SPAN>&nbsp; </SPAN>function DB_Sql($query = "") {</DIV>  <DIV><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>$this-&gt;query($query); </DIV>  <DIV><SPAN>&nbsp; </SPAN>}</DIV>  <DIV>&nbsp;</DIV>  <DIV><SPAN>&nbsp; </SPAN>_/* public: some trivial reporting */</DIV>  <DIV><SPAN>&nbsp; </SPAN>function link_id() {</DIV>  <DIV><SPAN>&nbsp;&nbsp;&nbsp; </SPAN>return $this-&gt;Link_ID;</DIV>  <DIV><SPAN>&nbsp; </SPAN>}</DIV>  <DIV>&nbsp;</DIV>  <DIV><SPAN>&nbsp;
 </SPAN>function query_id() {</DIV>  <DIV><SPAN>&nbsp;&nbsp;&nbsp; </SPAN>return $this-&gt;Query_ID;</DIV>  <DIV><SPAN>&nbsp; </SPAN>}</DIV>  <DIV>&nbsp;</DIV>  <DIV><SPAN>&nbsp; </SPAN>_/* public: connection management */</DIV>  <DIV><SPAN>&nbsp; </SPAN>function connect($Database = "", $Host = "", $User = "", $Password = "") {</DIV>  <DIV><SPAN>&nbsp;&nbsp;&nbsp; </SPAN>_/* Handle defaults */ </DIV>  <DIV><SPAN>&nbsp;&nbsp;&nbsp; </SPAN>if ("" == $Database)</DIV>  <DIV><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>$Database = $this-&gt;Database;</DIV>  <DIV><SPAN>&nbsp;&nbsp;&nbsp; </SPAN>if ("" == $Host)</DIV>  <DIV><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>$Host<SPAN> &nbsp;&nbsp;&nbsp;&nbsp; </SPAN>= $this-&gt;Host;</DIV>  <DIV><SPAN>&nbsp;&nbsp;&nbsp; </SPAN>if ("" == $User)</DIV>  <DIV><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>$User<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>= $this-&gt;User;</DIV>  <DIV><SPAN>&nbsp;&nbsp;&nbsp; </SPAN>if ("" == $Password)</DIV> 
 <DIV><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>$Password = $this-&gt;Password;</DIV>  <DIV><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></DIV></DIV></BLOCKQUOTE></DIV></BLOCKQUOTE><p> 
                <hr size=1>Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. <a href="http://us.rd.yahoo.com/mail_us/taglines/postman7/*http://us.rd.yahoo.com/evt=39666/*http://messenger.yahoo.com"> Great rates starting at 1&cent;/min.<p>&#32;
        
        
                <hr size=1>Do you Yahoo!?<br> Next-gen email? Have it all with the <a href="http://us.rd.yahoo.com/evt=40788/*http://advision.webevents.yahoo.com/handraisers"> all-new Yahoo! Mail Beta.</a>