hello gys.
i found this http://forum.ragezone.com/f695/auto-announce-679771/ but the problem is dont know how to make it.and some download link not working.maybe can any one help me with this.
thank..
Printable View
hello gys.
i found this http://forum.ragezone.com/f695/auto-announce-679771/ but the problem is dont know how to make it.and some download link not working.maybe can any one help me with this.
thank..
This works just fine (it's also included in my release btw) all you have to do to make it work is use the proper protocols from 144 (not 136)...
I didnt have to change anything and they worked great for me using that script with 1.4.4/5 iweb
No, you should not have to change anything, you're right... Though, for example, if someone is using pwAdmin for 136 (like in my 136 release) and tried to use AA it will not work because the broadcast protocol between 136 and 144 is different. So, as long as a person is using the proper protocols from iWeb 144 , then yes , AA (auto announce) will work just fine :):
so how about aleksimian iweb.that is working?...i copy and then paste to aleksimian iweb.but it not working.need i change any?
I am not familiar with what you asked specifically, though if it is not working I would presume it (your iWeb) uses protocols from 136... That would explain why it wouldn't be working since like I said AA will work as long as you're using the proper broadcast protocol from 144...
Attachment 107891
what happen?
how to make it working..
Code:<%@page contentType="text/html; charset=GBK"%>
<%@page import="java.lang.*"%>
<%@page import="java.util.*"%>
<%@page import="java.text.*"%>
<%@page import="org.apache.commons.lang.StringEscapeUtils"%>
<%@page import="protocol.*"%>
<%@page import="com.goldhuman.auth.*"%>
<%@page import="com.goldhuman.util.*"%>
<%@page import="org.apache.commons.logging.Log"%>
<%@page import="org.apache.commons.logging.LogFactory"%>
<%@page import="java.io.*"%>
<%@page import="java.sql.*"%>
<%
//
// Coded by [B]aSH from Vendetta Gaming Network.
//
String msg = request.getParameter("msg");
try {
protocol.DeliveryDB.broadcast((byte)9,-1,msg);
}
catch (Exception e)
{
out.println("<font color=red>Error Attempting to Broadcast Message!</font>");
}
%>
<%
out.println("<font color=green>Successfully Sent Broadcast Message!</font>");
%>
It looks like something isnt setup, probably the cron.pw correctly. It should be doing this automatically if you have the correct protocol for 1.4.4
Attachment 107894
what happen...:banghead::banghead::banghead:
any one have correct protocal work for 1.4.4.can upload