How to Auto Announce

Results 1 to 9 of 9
  1. #1
    Member asraf1990 is offline
    MemberRank
    Mar 2011 Join Date
    Restricted areaLocation
    93Posts

    cool How to Auto Announce

    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..
    Last edited by asraf1990; 26-06-12 at 06:02 AM.


  2. #2
    Omega 343 is offline
    MemberRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,514Posts

    Re: How to Auto Announce

    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)...

  3. #3
    [B]aSH nofxpunkerbrian is offline
    MemberRank
    Apr 2009 Join Date
    1,151Posts

    Re: How to Auto Announce

    I didnt have to change anything and they worked great for me using that script with 1.4.4/5 iweb

  4. #4
    Omega 343 is offline
    MemberRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,514Posts

    Re: How to Auto Announce

    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

  5. #5
    Member asraf1990 is offline
    MemberRank
    Mar 2011 Join Date
    Restricted areaLocation
    93Posts

    Re: How to Auto Announce

    so how about aleksimian iweb.that is working?...i copy and then paste to aleksimian iweb.but it not working.need i change any?

  6. #6
    Omega 343 is offline
    MemberRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,514Posts

    Re: How to Auto Announce

    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...

  7. #7
    Member asraf1990 is offline
    MemberRank
    Mar 2011 Join Date
    Restricted areaLocation
    93Posts

    Re: How to Auto Announce

    untitled.png

    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>");
    %>

  8. #8
    Account Upgraded | Title Enabled! sxymxd84 is offline
    MemberRank
    Aug 2004 Join Date
    ArizonaLocation
    612Posts

    Re: How to Auto Announce

    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

  9. #9
    Member asraf1990 is offline
    MemberRank
    Mar 2011 Join Date
    Restricted areaLocation
    93Posts

    Re: How to Auto Announce

    untitled1.png

    what happen...:banghead::banghead::banghead:
    any one have correct protocal work for 1.4.4.can upload



Advertisement