Jump to content

[Give me ideas] Coding.


Dir50

Recommended Posts

I have alot of time today (day - off )

and am kinda bored , could you suggest me something to code? i will may share it here for free , like the DP-html encrypter.

Link to comment
Share on other sites

vlepw exeis oreksi sto na dimiourgeis...

 

pane agorase ena vivlio 700 selides+ kai pare ola ta paradigmata p exei.. ;pp

tha se kratisi gia poli kairo pistepse m ;p

 

tha s protina to vivlio tou Deitel, 1300 selides alla einai gia c++... milame exei pola paradigmata... kathe selida sxedon kai paradigmata...

 

pane agorase afto kai tha exeis kati na asxolise mexri ta xristougena ;p

 

 

PS: as poume kai kati 100% ontopic ;ppp

 

Den kserw an sou aresi to lineage , katse ftiakse ena diko sou boot tis plakas, tha deis oti tha exei odos plaka.... ;p oti diko sou to agapas kai as einai mapa

kati aplo ftiakse..

 

Otan to telioseis pesto mas e... kai an den eimaste edw tha eimaste ston alo kosmo ;p (plaka) x0a0xa0xa

Link to comment
Share on other sites

vlepw exeis oreksi sto na dimiourgeis...

 

pane agorase ena vivlio 700 selides+ kai pare ola ta paradigmata p exei.. ;pp

tha se kratisi gia poli kairo pistepse m ;p

 

tha s protina to vivlio tou Deitel, 1300 selides alla einai gia c++... milame exei pola paradigmata... kathe selida sxedon kai paradigmata...

 

pane agorase afto kai tha exeis kati na asxolise mexri ta xristougena ;p

 

 

PS: as poume kai kati 100% ontopic ;ppp

 

Den kserw an sou aresi to lineage , katse ftiakse ena diko sou boot tis plakas, tha deis oti tha exei odos plaka.... ;p oti diko sou to agapas kai as einai mapa

kati aplo ftiakse..

 

Otan to telioseis pesto mas e... kai an den eimaste edw tha eimaste ston alo kosmo ;p (plaka) x0a0xa0xa

 

Την παλεύεις ειλικρινά? (//Cynical mode on)

Link to comment
Share on other sites

egw mia xara thn paleuw, esy den kserw

 

Εγώ δεν την πάλευα ποτέ, αλλά σε ρωτάει τι να codarei (γράφει σε vb.net) και του απαντάς να πάει να αγοράσει βιβλίο C++ με 1300 σελίδες για να έχει κάτι να ασχολείται μέχρι τα Χριστούγεννα (lol) ενώ σου λέει ότι έχει σήμερα κενή μέρα, και μετά του λες να φτιάξει ένα boot της πλάκας (δεν ξέρω καν τι εννοείς, μάλλον μόνο εσύ θα το καταλαβαίνεις) και του λες να φτιάξει οτιδήποτε και ας είναι και μάπα και μετά πετάς και το αστειάκι, εντάξει εκεί δεν συγκρατήθηκα...

 

//Ontopic Φτιάξε το updater αφού είπες να το κάνεις.

Link to comment
Share on other sites

  • 7 months later...

Egw tha elega na kaneis meso vb.net C# h C++ ena project programma p na paei pareoula gia l2 pack h off h l2j k na to codareis m remote Key pou tha poulas license, alla auto to project na exei kai protection (Protected Listening ports) (Imports.system.net.sockets) <VB.Net> h kati me ta connection kati telos panton, mporeis episeis ean exeis Deddi na kaneis VPN programmataki t opoio na kanei Protection sta Servers apo attacks xilia duo :P Egw twra tha kanw enan Updater xD gia t l2 :P alla dn kserw an edw oi MxC dexonte programmata // tools gia L2 servers.... Tha eithela na kanw enan updater idietera mono k mono gia to MxC :) na to usaroun atoma!! K na leei MxC! The best idea!! :D Ama gnt tha kanw ena ^^ exw treles idees :P

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • You have to create the "voiced" handler in the core too, or at the very least make sure that the delimiter is underscore and not an empty space. Alternatively, you can try changing all references of the strings below to start with "voiced_", or remove the "voiced_" portion from the button bypass.   private static final String[] VOICED_COMMANDS = { "siege", "siege_gludio", "siege_dion", "siege_giran", "siege_oren", "siege_aden", "siege_innadril", "siege_goddard", "siege_rune", "siege_schuttgart" };
    • Hi maxcheaters, I recently added some code to my l2jacis revision and everything works fine with the .siege commands but when I click on the html options to open the registry I don't succeed!   registerHandler(new Castles());   package net.sf.l2j.gameserver.handler.voicedcommandhandlers;   import net.sf.l2j.Config; import net.sf.l2j.gameserver.handler.IVoicedCommandHandler; import net.sf.l2j.gameserver.data.manager.CastleManager; import net.sf.l2j.gameserver.model.actor.Player; import net.sf.l2j.gameserver.model.entity.Castle; import net.sf.l2j.gameserver.network.SystemMessageId; import net.sf.l2j.gameserver.network.serverpackets.NpcHtmlMessage; import net.sf.l2j.gameserver.network.serverpackets.SiegeInfo;   public class Castles implements IVoicedCommandHandler { private static final String[] VOICED_COMMANDS = { "siege", "siege_gludio", "siege_dion", "siege_giran", "siege_oren", "siege_aden", "siege_innadril", "siege_goddard", "siege_rune", "siege_schuttgart" };   @Override public boolean useVoicedCommand(String command, Player player, String target) { if (command.equals("siege") && Config.ENABLE_MENU) showHtm(player); else if (command.startsWith("siege_")) { if (player.getClan() != null && !player.isClanLeader()) { player.sendPacket(SystemMessageId.YOU_ARE_NOT_AUTHORIZED_TO_DO_THAT); return false; }   int castleId = 0; if (command.startsWith("siege_gludio") && Config.SIEGE_GLUDIO) castleId = 1; else if (command.startsWith("siege_dion") && Config.SIEGE_DION) castleId = 2; else if (command.startsWith("siege_giran") && Config.SIEGE_GIRAN) castleId = 3; else if (command.startsWith("siege_oren") && Config.SIEGE_OREN) castleId = 4; else if (command.startsWith("siege_aden") && Config.SIEGE_ADEN) castleId = 5; else if (command.startsWith("siege_innadril") && Config.SIEGE_INNADRIL) castleId = 6; else if (command.startsWith("siege_goddard") && Config.SIEGE_GODDARD) castleId = 7; else if (command.startsWith("siege_rune") && Config.SIEGE_RUNE) castleId = 8; else if (command.startsWith("siege_schuttgart") && Config.SIEGE_SCHUT) castleId = 9; else player.sendMessage("This Castle has been disabled");   Castle castle = CastleManager.getInstance().getCastleById(castleId); if ((castle != null) && (castleId != 0)) player.sendPacket(new SiegeInfo(castle)); } return true; }   private static void showHtm(Player player) { NpcHtmlMessage htm = new NpcHtmlMessage(0); htm.setFile(player.isLang() + "mods/menu/CastleManager.htm"); player.sendPacket(htm); }   @Override public String[] getVoicedCommandList() { return VOICED_COMMANDS; } }     <button value="Giran" action="bypass voiced_siege_giran" width=75 height=22 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
    • totally agree, the problem started with professionals who made easy to open a server, specially interlude has been abused unstoppably since you can open a server with few clicks now days making fewer players for many servers, while back in time when "compile" was a secret and opening a server was going max players but true things are changing and this has become a job but dont lie everyone knows what is going on, lying is showing desperation, better go and work. i've worked with lots of people with kids that invest huge amounts of money into this and fail while they needed the money its an addiction.
  • Topics

×
×
  • Create New...