<DIV>Dear sunkara,</DIV> <DIV> </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 "serweb" in openser server ? (the suitable "serweb" for openser server) because I am building openser server. and would you mind tell me where I can get it? </DIV> <DIV> </DIV> <DIV>Please help me, Sunkara..Please...Please...</DIV> <DIV>Thank you very much...Thank you...</DIV> <DIV> </DIV> <DIV>Regards,</DIV> <DIV> </DIV> <DIV>Ferianto<BR><BR><B><I>raviprakash sunkara <sunkara.raviprakash.feb14@gmail.com></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 openser tables 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> <<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>> 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> </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><?php</DIV> <DIV>_/*</DIV> <DIV><SPAN> </SPAN>* Session Management for PHP3</DIV> <DIV><SPAN> </SPAN>*</DIV> <DIV><SPAN> </SPAN>* Copyright (c) 1998-2000 NetUSE AG </DIV> <DIV><SPAN> </SPAN>*<SPAN> </SPAN>Boris Erdmann, Kristian Koehntopp</DIV> <DIV><SPAN> </SPAN>*</DIV> <DIV><SPAN> </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> </SPAN>*</DIV> <DIV><SPAN> </SPAN>*/ </DIV> <DIV> </DIV> <DIV>class DB_Sql {</DIV> <DIV><SPAN> </SPAN></DIV> <DIV><SPAN> </SPAN>_/* public: connection parameters */ </DIV> <DIV><SPAN> </SPAN>var $Host<SPAN> </SPAN>= "localhost";</DIV> <DIV><SPAN> </SPAN>var $Database = "openser";</DIV> <DIV><SPAN> </SPAN>var $User<SPAN> </SPAN>= "openser";</DIV> <DIV><SPAN> </SPAN>var $Password = "openserrw";</DIV> <DIV> </DIV> <DIV><SPAN> </SPAN>_/* public: configuration parameters */</DIV> <DIV><SPAN> </SPAN>var $Auto_Free<SPAN> </SPAN>= 0;<SPAN> </SPAN>## Set to 1 for automatic mysql_free_result()</DIV> <DIV><SPAN> </SPAN>var
$Debug<SPAN> </SPAN>= 0;<SPAN> </SPAN>## Set to 1 for debugging messages. </DIV> <DIV><SPAN> </SPAN>var $Halt_On_Error = "yes"; ## "yes" (halt with message), "no" (ignore errors quietly), "report" (ignore errror, but spit a warning)</DIV> <DIV><SPAN> </SPAN>var $Seq_Table<SPAN> </SPAN>= "db_sequence";</DIV> <DIV> </DIV> <DIV><SPAN> </SPAN>_/* public: result array and current row number */</DIV> <DIV><SPAN> </SPAN>var $Record<SPAN> </SPAN>= array(); </DIV> <DIV><SPAN> </SPAN>var $Row;</DIV> <DIV> </DIV> <DIV><SPAN> </SPAN>_/* public: current error number and error text */</DIV> <DIV><SPAN> </SPAN>var $Errno<SPAN> </SPAN>= 0;</DIV> <DIV><SPAN> </SPAN>var $Error <SPAN> </SPAN>= "";</DIV> <DIV> </DIV> <DIV><SPAN> </SPAN>_/* public: this is an api revision,
not a CVS revision. */</DIV> <DIV><SPAN> </SPAN>var $type<SPAN> </SPAN>= "mysql";</DIV> <DIV><SPAN> </SPAN>var $revision = "1.2";</DIV> <DIV> </DIV> <DIV><SPAN> </SPAN>_/* private: link and query handles */</DIV> <DIV><SPAN> </SPAN>var $Link_ID<SPAN> </SPAN>= 0;</DIV> <DIV><SPAN> </SPAN>var $Query_ID = 0; </DIV> <DIV><SPAN> </SPAN></DIV> <DIV> </DIV> <DIV> </DIV> <DIV><SPAN> </SPAN>_/* public: constructor */</DIV> <DIV><SPAN> </SPAN>function DB_Sql($query = "") {</DIV> <DIV><SPAN> </SPAN>$this->query($query); </DIV> <DIV><SPAN> </SPAN>}</DIV> <DIV> </DIV> <DIV><SPAN> </SPAN>_/* public: some trivial reporting */</DIV> <DIV><SPAN> </SPAN>function link_id() {</DIV> <DIV><SPAN> </SPAN>return $this->Link_ID;</DIV> <DIV><SPAN> </SPAN>}</DIV> <DIV> </DIV> <DIV><SPAN>
</SPAN>function query_id() {</DIV> <DIV><SPAN> </SPAN>return $this->Query_ID;</DIV> <DIV><SPAN> </SPAN>}</DIV> <DIV> </DIV> <DIV><SPAN> </SPAN>_/* public: connection management */</DIV> <DIV><SPAN> </SPAN>function connect($Database = "", $Host = "", $User = "", $Password = "") {</DIV> <DIV><SPAN> </SPAN>_/* Handle defaults */ </DIV> <DIV><SPAN> </SPAN>if ("" == $Database)</DIV> <DIV><SPAN> </SPAN>$Database = $this->Database;</DIV> <DIV><SPAN> </SPAN>if ("" == $Host)</DIV> <DIV><SPAN> </SPAN>$Host<SPAN> </SPAN>= $this->Host;</DIV> <DIV><SPAN> </SPAN>if ("" == $User)</DIV> <DIV><SPAN> </SPAN>$User<SPAN> </SPAN>= $this->User;</DIV> <DIV><SPAN> </SPAN>if ("" == $Password)</DIV>
<DIV><SPAN> </SPAN>$Password = $this->Password;</DIV> <DIV><SPAN> </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¢/min.<p> 
        
        
                <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>