Jump to content

Recommended Posts

Posted (edited)

Update 9

 

Update Includes

 

Password Manager

  - PasswordManagerInstance

  - xml/npc/{id}

  - html/mods/password/{id}

 

I Introduce you my PasswordManager designed and developed by me, nice and clean

 

and if somone says anything about the early return statement he should go and read this

=> https://softwareengineering.stackexchange.com/questions/18454/should-i-return-from-a-function-early-or-use-an-if-statement

 

 

BVDHzL.png

 

L2PasswordManagerInstance

@Override
	public void onBypassFeedback(L2PcInstance player, String command)
	{
		StringTokenizer st = new StringTokenizer(command, " ");
		String currentCommand = st.nextToken();
		
		if (currentCommand.startsWith("change_password"))
		{
			String currentPassword = null;
			String newPassword = null;
			String repeatNewPassword = null;
			String passwordCheck = "";
			
			if(st.hasMoreTokens())
				currentPassword= st.nextToken();
			if(st.hasMoreTokens())
				newPassword= st.nextToken();
			if(st.hasMoreTokens())
				repeatNewPassword= st.nextToken();
			
			if(currentPassword == null || newPassword == null || repeatNewPassword == null){
				player.sendMessage("Fill the current,new and repeat password");
				return;
			}
			if(!newPassword.equals(repeatNewPassword)){
				player.sendMessage("The new password doesn't match with the repeated password");
				return;
			}
			if(newPassword.length()<3 || newPassword.length()>30){
				player.sendMessage("Provide a password with length 3-30");
				return;
			}
			
			try (Connection con = L2DatabaseFactory.getInstance().getConnection())
			{
				MessageDigest md = MessageDigest.getInstance("SHA");
				byte[] raw = currentPassword.getBytes("UTF-8");
				byte[] hash = md.digest(raw);
				currentPassword = Base64.getEncoder().encodeToString(hash);
				
				PreparedStatement statement = con.prepareStatement("SELECT password FROM accounts WHERE login=?");
				statement.setString(1, player.getAccountName());
				ResultSet rset = statement.executeQuery();
				
				if (rset.next())
					passwordCheck = rset.getString("password");
				
				//statement close
				statement.close();
				
				if(!passwordCheck.equals(currentPassword)){
					player.sendMessage("The current password you provide is wrong");
					return;
				}
				
				raw = newPassword.getBytes("UTF-8");
				hash = md.digest(raw);
				newPassword = Base64.getEncoder().encodeToString(hash);
				
				statement = con.prepareStatement("UPDATE accounts SET password=? WHERE login=?");
				statement.setString(1, newPassword);
				statement.setString(2, player.getAccountName());
				statement.execute();
				statement.close();
				
				player.sendMessage("The passsword changed succesfully");
				
			}catch (Exception e)
			{
				_log.log(Level.WARNING, "Password changing is failed" + e.getMessage(), e);
			}
			
		}
		super.onBypassFeedback(player, command);
	}
	
	@Override
	public String getHtmlPath(int npcId, int val)
	{
		String filename = "";
		if (val == 0)
			filename = "" + npcId;
		else
			filename = npcId + "-" + val;
		
		return "data/html/mods/password/" + filename + ".htm";
	}
Edited by joker90
Posted

ok I get it you genius but please stop spamming to my topic, go somewhere else to judge

We must accept opinions.. That's why the reply exist buddy. 

 

Good luck with your project..

Posted

ok I get it you genius but please stop spamming to my topic, go somewhere else to judge

 

 I dont understand why you people know only to judge, this pack is made for the people who don't have the knowledge and the qualification to add some custom features to their server, a lot of people having trouble for example add the Top pvp/pk manager, what I did was to help them. I am doing it only for hobby and nothing more or less, I am going to add to this pack and the next pack(free revision) all the neccesary custom features that I believe is very important if you want to open a pvp server using L2J ACIS !! Wait and see...

 

More nabs will open servers..you provide some custom features but always there is l2j bugs there inside and its a lot
Posted

I understand but I would like to help them as they helped me when I was 12 years old and this is the reason that now I am a skilled Software Engineer, because of the desire to learn coding and get involve in the back end.

 

Final categories added in the first post of this topic => Includes 

 

  1. NPCs
  2. Custom Properties
  3. Balance
  4. Events
  5. User Commands(no voice commands)
Posted

 

I understand but I would like to help them as they helped me when I was 12 years old and this is the reason that now I am a skilled Software Engineer

 

LOL HAHA

Posted (edited)

Αν δούλευες για την Microsoft Hellas το ίδιο θα έλεγες ;) xxdem μνημόνια μέχρι να σβήσει ο ήλιος ιρλανδέ μάγκα

Edited by joker90
Posted

Αν δούλευες για την Microsoft Hellas το ίδιο θα έλεγες ;)

 

pia microsoft hellas re mpaglamadako, ti kanete ekei to windows 11 ftiaxnete i kanete kana share to page sto facebook?

Posted

.ΝΕΤ , ASP.NET MVC, WPF, Windows Forms, Entity Framework, Fluent Hibernate, LINQ, ADO.NET SQL Server, C++, C#,Visual Basic, ASP.NET Webforms etc.. και μισθό 1.456 ευρώ κάθε μήνα, τέτοιο μισθό δεν θα δείς ποτε φίλε.. κάτσε φτιάξε κανενα website η κανενα σερβερακο σε l2j με 100 ευρώ και μετα τράβα να πιείς φραπέ στην παραλία !! μνημονια μεχρι να σβήσει ο ήλιος φίλε μου 500 ευρω βασικός μισθός αξίζει σε εσας τα μαγκακια

Posted (edited)

Φίλε είπες κουταμάρα συγνώμη για την έκφραση...για να σε προσλάβουν αυτές οι εταιρείες πρέπει να έχει υποβαθρό στα πάντα να μπορείς να ξεπηδάς απο το ένα στο αλλό μεσα σε λίγες ημέρες, δες αυτο το topic ποτε δημιουργήθηκε τοτε ξεκίνησα να βλέπω το acis για πρωτη φορα στην ζωη μου αυτό λέγεται rapid development και fast learning τα οποια χωρις αυτα μονο website φτιαχνεις μια ζωη ..

 

Αναφορικά με αυτα που έκανες editing Elfo. αν κατι σταματήσει να ειναι popular συνεχίζεις την επεκτασιμότητα και την συντηρησιμότητα του λογισμικου γιατι κάποιοι εξακολουθουν να το χρησιμοποιουν 

Edited by joker90
Posted

Φίλε είπες κουταμάρα συγνώμη για την έκφραση...για να σε προσλάβουν αυτές οι εταιρείες πρέπει να έχει υποβαθρό στα πάντα να μπορείς να ξεπηδάς απο το ένα στο αλλό μεσα σε λίγες ημέρες, δες αυτο το topic ποτε δημιουργήθηκε τοτε ξεκίνησα να βλέπω το acis για πρωτη φορα στην ζωη μου αυτό λέγεται rapid development και fast learning τα οποια χωρις αυτα μονο website φτιαχνεις μια ζωη 

 

Δηλαδη εσυ εισαι και c++ guru με λιγα λογια

Posted

ΔΗΛΑΔΗ Ο C++ ΜΙΚΡΟΣΟΦΤ ΧΕΛΑΣ ΓΚΟΥΡΟΥ ΚΑΝΕΙ SHARE GATEKEEPER BY VAGGOC ????????? ΠΟΥ ΖΩ ΤΟΣΟ ΚΑΙΡΟ ΜΟΥ ΑΝΟΙΞΕΣ ΤΑ ΜΑΤΙΑ ΕΥΧΑΡΙΣΤΩ +1 ΚΑΡΜΑ ΚΑΙ ΑΠΟ ΜΕΝΑ ΜΠΡΑΒΟ ΣΤΟ ΠΑΙΔΙ

Posted

Φίλε είπες κουταμάρα συγνώμη για την έκφραση...για να σε προσλάβουν αυτές οι εταιρείες πρέπει να έχει υποβαθρό στα πάντα να μπορείς να ξεπηδάς απο το ένα στο αλλό μεσα σε λίγες ημέρες, δες αυτο το topic ποτε δημιουργήθηκε τοτε ξεκίνησα να βλέπω το acis για πρωτη φορα στην ζωη μου αυτό λέγεται rapid development και fast learning τα οποια χωρις αυτα μονο website φτιαχνεις μια ζωη 

Nai den theloune specialists, theloun project hoppers....

Episis an hkseres ti paizei sthn agora tha katalavaines oti ta web apps einai to 80% tou development me games kai low level na pianei to upoloipo 20%.

 

Opote nai, makari na ftiaxnw web apps mia zwh giati plhrwnei perisotero apo otidipote allo (eidika an einai se finance).

 

Episis an hkseres pws douleuei to git tha ekanes kana push giati to exeis outdated 5 meres https://github.com/kkafkas/L2J_aCis_custom

 

Den exw kanena provlhma me autous pou theloun na kanoun ena l2j project gia na kanoun to komati tous.

Exw provlhma me autous pou exoun authapates. Den einai kako na mhn douleueis thn kaluterh ths kaluterhs etairias.

Einai kako na les oti eisai kati pou den eisai kai na mhn mporeis na to upostirikseis.

Autes oi etairies den tha proslavanan pote kanenan pou den exei estw ena project sto github profile tou.

Kai opws ksanaeipa, h Microsoft den exei development theseis sthn ellada.

Posted (edited)

Λοιπόν τελευταίο μήνυμα γιατί δεν θέλω να σπαμαρω το topic, φίλοι μου καλοί μου φίλοι και αναφέρομαι στα μαγκάκια τα ελληνάκια που τους αξίζει μνημόνια μέχρι να σβήσει ο ηλιος, δεν είναι ποια γώσσα προγραμματισμού γνωρίζεις η ποσά frameworks γνωρίζεις η Πόσες βιβλιοθήκες third party libraries γνωρίζεις είναι  καθαρά η αντίληψη και η νοημοσύνη που έχεις, το ποσό καλός είσαι στα data structures και γενικότερα στην αλγοριθμική επίσης ποσό γρήγορα μπορείς να μάθεις κάτι νέο και να ξεκινήσεις την ανάπτυξη λογισμικού με την χρήση ενός μονο καλού documentation μια γλω΄σσα προγραμματισμου μπορείς να την μάθεις μέσα σε 3 μέρες αυτό είναι το ποιο εύκολο γιαυτο μην κάνετε γελοίες ερωτήσεις . το acis το δουλεύω και το βλέπω πρώτη φορά στην ζωή μου εδώ και 7 μέρες και έχω αρχίσει να προσανατολίζομαι μεσα στο Project και πολυ καλα μάλιστα

Edited by joker90
Posted

Nai den theloune specialists, theloun project hoppers....

Episis an hkseres ti paizei sthn agora tha katalavaines oti ta web apps einai to 80% tou development me games kai low level na pianei to upoloipo 20%.

 

Opote nai, makari na ftiaxnw web apps mia zwh giati plhrwnei perisotero apo otidipote allo (eidika an einai se finance).

 

Episis an hkseres pws douleuei to git tha ekanes kana push giati to exeis outdated 5 meres https://github.com/kkafkas/L2J_aCis_custom

 

Den exw kanena provlhma me autous pou theloun na kanoun ena l2j project gia na kanoun to komati tous.

Exw provlhma me autous pou exoun authapates. Den einai kako na mhn douleueis thn kaluterh ths kaluterhs etairias.

Einai kako na les oti eisai kati pou den eisai kai na mhn mporeis na to upostirikseis.

Autes oi etairies den tha proslavanan pote kanenan pou den exei estw ena project sto github profile tou.

Kai opws ksanaeipa, h Microsoft den exei development theseis sthn ellada.

 

ntaksi mi to gamas to 9ema mia malakia eipe kai kolises ekei esy, mporei na zei sto Seattle kai na mas koroidevei twra giafto leei gia mnimonia klp.

 

BTW: o logos pou tetia "project" / topics den eprepe na iparxoune einai:

  • paei o ka9e akiros kai kanei server me trash shares
  • oi ligoi l2players pou exoune minei vlepoun kati teties malakies kai nomizoun oti 9a ginoun admins tis xronias
  • kanenas server den 9a siko9ei panw se paromio project, ara einai waste of time
  • to sigkekrimeno project den einai tpt parapanw apo mia xomateri arxaiwn outdated shares, den exei kati to original
Guest
This topic is now closed to further replies.



  • Posts

    • Introducing: Containers to Roll   Players now have the ability to win containers/cases via the Roll System. Additionally I also added a global leaderboard displaying the users with the most roll games. This can be disabled/enabled via Admin Management Panel. Also improved the winning display with a volumetric Godrays effect.  
    • I search job: posting your advertisement(sale,service) on various forums. Contacts for communication. You can find link for download messenger using Google search.   Telegram https://t.me/negotiato_r @negotiato_r   Element(based in United Kingdom) You can find me using this name. @negotiato-r:matrix.org   Session(based in Switzerland) You can find me using this name. 05770c2eda571fc8d10ec0e79e258ec0d9189def2a3e1f2ace1cd29a2174d40723   Delta Chat(based in Germany) You can find me using the link below. https://i.delta.chat/#1ABEBFFCBC1AEE629111387073FFDA1835BB423E&i=6WtJxcgJGcFD3vIpglQfhe5J&s=f2EkRsqxAeFYep9g9s1y1aIf&a=xuozjaudg%40nine.testrun.org&n=negotiator   I ask administrator or moderator not to consider this link an advertisement for messenger.  This is only link that people can use to contact me.  There is also QR code option,but you have to use mobile phone to access QR code.  This means you have to install VPN app on your mobile phone,then sync your account from your mobile phone to your laptop or computer.  This is a very cumbersome process.  It's much easier to use pre-made link for laptop or computer. Hello. I intermediary. I search job: posting your advertisement(sale,service) on various forums.  My service is free: posting your advertisement(sale,service) on various forums. I know these forum addresses,i can post your ad(for sale,service) on various forums. Dear sellers and those who provide any services. I offer you cooperation. My commission is not taken from your amount,my commission is added to your amount. From money received from guarantor,you pay me my commission.  Payment is made on Tether USDT TRC20 or on Tron TRX. Commission for sending from your wallet to my wallet paid by buyer. When communicating via messenger,please tell me what your commission is for sending on Tether USDT TRC20 or on Tron TRX.  Amount(fees) you'll pay as shipping fee to my wallet will be added to total amount. Payment will be made by guarantor to your payment details. Buyer deposits total amount with my percentage. Send me in messenger your ad copy with price(s). Independently from that through which messenger will be communication,buyer suggests using forum guarantor,gives forum address(http address) and send link(http address) to me,link i will pass on to you(seller) for consideration. If you as seller are not satisfied garant service on proposed forum,i say buyer goodbye and he goes to look for his product(service) from someone else,as result i will wait new buyer.   If sale amount is less than $1000,i receive 20 percent above your total amount. If sale amount is more than $1000,i receive 10 percent above your total amount. I do not deal with either buyers or sellers from Ukraine(i do not cooperate with this country). I will not accept any advertising related to Ukraine,as i do not cooperate with this country. For buyers from other countries guarantor's services are entirely at buyer's expense. You can offer me any other area cooperation that does not violate law.  I do not give 100% guarantee that i will accept your offer,which is not initially related to my advertising area.  It is 50/50 that i will either refuse you or accept your offer.  Everything will depend on whether this offer does not violate law.  I will read information about your product(service) in Google search engine that you offer me for advertising and make decision,which i will inform you in messenger for communication.  I will need some time to familiarize myself with information from Google search engine. I'm currently interested in 4 areas: 1)promotional offers with discounts only(coupons or promo codes):food,shoes,clothing,furniture,cosmetics,household appliances,consumer electronics,taxis,bus tickets,train tickets,plane tickets,hotel tickets,gas coupons or promo codes for car owners I do not advertise Ukraine,do not cooperate with it and have no dealings with it. I will not advertise anything related to carding.  Buyer deposits amount for product(service) plus my commission(20 percent based on amount for product or service) into guarantor and then receives their product(service) in forum transaction.  I would be grateful if it were possible for buyer to receive their goods somehow after depositing money with guarantor,without return address or contact information for future purchases. It's not in my best interests for buyer to communicate directly with you after first purchase. If this isn't possible,then you will simply agree with buyer to receive money with my percentage higher than your initial payment each time. If same customer purchases from you second time,customer pay you together with my percentage and i receive this percentage from you,this will provide additional incentive to advertise,i will promoting you on other forums.     2)selling real estate(houses or apartments) I'm not interested renting. I'm willing to advertise all countries except Russia and Ukraine.  I won't advertise these two countries. I don't advertise Ukraine,don't cooperate with it and have no dealings with it. I'm not interested house or apartment listings that appear on Google search pages,as buyer can find information there themselves without my help and buy house or apartment in desired country. I'm interested house or apartment that aren't listed on Google search. How i see this ad:buyer sees my listing for desired country and if they're interested,they deposit 10 percent listed price for house or apartment in Garant Service. Buyer sets  deadline in forum transaction,during which i either receive my money or don't.  Then buyer receive an address,day and time to meet with seller. Buyer takes lawyer and notary with them and flies(or is driving car) to  given address. If purchase transaction falls through,buyer collects their percentage from guarantor. I don't think buyer willing to buy  house or apartment worth more than 12545$ is willing to cheat me out  that 10 percent by making up  fake story about  failed deal.       3)selling telegram premium status Buyer has two options: 1) transaction through guarantor 2) transaction without guarantor   If transaction is through guarantor. I(intermediary) conduct transaction with guarantor. Buyer specifies following terms in terms transaction: 1) i authorize the disclosure of the transaction name to third parties(that is to you) 2) i authorize the disclosure of the seller's payment details(your payment details) to third parties(that is to you) 3) i authorize the disclosure of the total transaction amount to third parties(that is to you) 4) i do not authorize the disclosure of my profile link on this forum to third parties 5) i do not authorize the disclosure of my contact information(if i have any in my profile on this forum) to third parties   If activating premium status requires logging into buyer's account,i will do this.  You will provide me with instructions on how to activate premium status for buyer's account. If you want to contact me about selling premium status on telegram, but my telegram account is unavailable(account is frozen or telegram system has deleted it),you can contact me using my other contact information. To activate premium status by logging into buyer's account,i will download portable version telegram from official website and launch it on my laptop.  I will enter mobile phone number buyer provides me in messenger they originally contacted me through and send login code to this number.  Buyer will then send me login code. Once transaction is finalized and buyer has deposited funds into guarantor's account I'll notify you via messenger. You register on  forum suggested by buyer.  Message guarantor privately on forum,asking them to share all points I've outlined above.  Buyer will provide  link to guarantor's forum profile in advance or you can find guarantor's forum profile on forum yourself,it's up to you to decide. After verifying that your payment details are included and that transaction amount matches amount agreed upon in messenger, you upgrade buyer to premium status. Your payment details are specified in application,in formquestionnaire for forum transaction,but you won't receive money from guarantor until buyer will not receive service(product),as soon as buyer receives service from you,guarantor will pay you. If buyer has received premium status,you receive funds from guarantor and then pay me my commission using my payment details. The fee for sending from your wallet to my wallet is covered by buyer,not you. When communicating via messenger please tell me your fee for sending to Tether USDT TRC20 or Tron TRX. Buyer deposits funds into guarantor with total amount already including my percentage plus buyer's fee for sending,which you will spend by paying me my percentage when transferring from Tether USDT TRC20 or Tron TRX. If transaction is without guarantor. Buyer pays money to your payment details received from me via messenger and waits for service to be rendered. I will inform buyer total amount when communicating via messenger. You upgrade buyer to premium status through me and then you pay me my percentage to my payment details.  If activating premium status requires logging into buyer's account. I will do so.  You will provide me with instructions on how to activate premium status for buyer's account. Fee for sending from your wallet to my wallet is covered by buyer,not you.  When communicating via messenger please tell me your fee for sending to Tether(USDT TRC20) or Tron(TRX). Buyer pays you total amount,including my percentage plus buyer's fee for sending,which you will spend by paying me my percentage when transferring from Tether USDT TRC20 or Tron TRX.       4)i offer cooperation to specialists who provide services for collecting and submitting documents to consulate for citizenship,residence permits,visas and schengen visas I will advertise service collecting and sending documents to consulate only for following countries:Commonwealth of Independent States,Europe,Mexico,United states america,Canada,United Kingdom,Asia,Africa. Russia and Ukraine:these two countries i will not advertise. Buyer pays guarantor(amount from seller) for service for collecting and sending documents to consulate plus my commission(10 or 20 percent based on service fee). Buyer sets deadline in forum transaction within which they must receive service. Then in forum transaction buyer wait provision service. If after specified period(which will be specified in transaction),consulate refuses client's service,you as specialist have right to charge exact amount for your work through guarantor,since you spent your time on it(this clause will be specified in transaction). What will be amount you will decide,send solution through me.I'll let the buyer know. Client does not pay my percentage if consulate refuses client's service(this clause will be specified in transaction).  In case refusal to buyer from consulate you will need to confirm this refusal through website. Whenever you collect and submit documents on country's website,request is created through their website.  You will provide access to this request to guarantor.  This is necessary to ensure that buyer doesn't pay for nothing,meaning amount you will be required to receive through  guarantor for service provided if  consulate's request is unsuccessful.
    • Hey MaxCheaters! 👋 Introducing L2Soon.com — a free international platform for Lineage 2 server announcements.   Why L2Soon? No more searching through dozens of forums and Discord servers. All new L2 server openings are in one place — updated daily, with real player online counts so you always know where people actually play.   Features: 🔔 Telegram Bot (@l2Soon_bot) — alerts 24h & 1h before server launch 📅 Accurate launch times — in your local timezone ⚔️ All chronicles — Interlude, High Five, GoD, Classic, Essence, Grand Crusade and more 🎯 Filters — by chronicle, rates (x1–x1000+) and server type (PvP, RvR, GvE, Craft, Low Rate...) ⭐ VIP servers — verified projects pinned at the top 🌍 Multi-language — EN, UK, RU, PT   Listing is completely FREE. 🔗 https://l2soon.com/en Feedback welcome — drop a comment or contact us via Telegram @l2Soon_bot
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..