Jump to content

Recommended Posts

Posted (edited)

Exw mia argacia sthn sxolh sto ma8hma ths C kai exw kolisei se ena shmeio.

8elw na mou dosete enan kodika o opoios 8a diavazei enan Username kai 8a  dimiourgei to password etsi wste na einai to antistrofo tou username

 

px:

Diavazw ena username ( px "UnSponsored")

etsi wste Username = "UnSponsored"

8elw sthn metavlith Password na apo8ikeftei to aintistrofo tou 

etsi wste Password = "derosnopSnU"

 

 

FFl36EF.png

 

thnx in advnace

Edited by UnSponsored
Posted

This should do the trick:

#include <string.h> // for strlen()

// reverse the given null-terminated string in place
void inplace_reverse(char * str)
{
  if (str)
  {
    char * end = str + strlen(str) - 1;

    // swap the values in the two given variables
    // XXX: fails when a and b refer to same memory location
#   define XOR_SWAP(a,b) do\
    {\
      a ^= b;\
      b ^= a;\
      a ^= b;\
    } while (0)

    // walk inwards from both ends of the string, 
    // swapping until we get to the middle
    while (str < end)
    {
      XOR_SWAP(*str, *end);
      str++;
      end--;
    }
#   undef XOR_SWAP
  }
}
Posted (edited)

can be done in a simplier way

 

this is a char array, so create a new array with strlen size and add chars to it iterating the first string backwards

 

ps: dont fuck up with the line feed if any or with the null character

 

theres a reverse function in string.h afaik no sure tho

Edited by xxdem
Posted

thnx elfo,tha to tsekarw meta...twra exw ena alo provila

8elw na ftia3w enan pinaka 50x7 o opoios 8a periexei 50 accounts (grammes) kai 7 Stiles se (name,surname,year of borth,username,password .....ktlp....)kai ola afta 8a diavazontai apo on xrhsth.....

Egw mexri twra 3erw oti gia na apo8ikefsw ena onoma prepei na to valw sthn metavlith (f.e. name[16] ) pou sthn ousia einai 1x16 pinakas....

Ti pinaka prepei na ftia3w gia na apo8ikevw ola ta dedomena afta...

Afto pou eixa kanei htan na kanw enan pinaka 50(grames)x7(stiles)x16(xaraktires) alla mou eipan einai la8os kai den borw na to xrisimopoieisw akoma gt den to exoume didaxtei....

 

ps: eimai se polu newbie stadio

thnx in advance

Posted

gelasa me to oti den apa3ioses kan na diavaseis afto pou egrapsa giati epsaxnes gia etimo kodika...

 

aftoi ftene pou sas dinoune kai ptixia

Posted

gelasa me to oti den apa3ioses kan na diavaseis afto pou egrapsa giati epsaxnes gia etimo kodika...

 

aftoi ftene pou sas dinoune kai ptixia

lol veveos to diavasa,den edosa simasia gt vrika alou provlima pio sumantiko...episis den katalava kan ti i8eles na peis prwton gt ta agglika m einai gtp kai defteron epidi eimai too newbie sthn C.....anyway nvm...

 

oso gia to telefteo post pou ekana gia tous pinakes vrika ti lush..

nvm ty pados.

Posted

lol the preprocessor inside function

If you are talking about the code, i just googled shit, that was approved to be working. I don't mess with C shit. Not my area.

Posted (edited)
void usernametopassword()
{
 len = strlen(username[p]);
 ptrinv = username[p] ; 
 k=len-1;
 for(j=0;j<len;j++)
 { 	
 password[p][k]= *ptrinv;
 	k--;
 	ptrinv++;	
 }
}

to ekana etsi kai doulepse,,,thnx gia to help.

You can lock it

Edited by UnSponsored
  • 2 weeks later...
Guest
This topic is now closed to further replies.


  • Posts

    • Acabei de liberar no TopL2.com o nosso MOD Oficial de VoteSystem, criado para servidores Lineage 2 que querem parar de sofrer com voto “fake” e reward entregue sem controle.   O que ele faz? O mod integra seu GameServer com o site TopL2, valida o voto do jogador e só então libera a recompensa — tudo com mais segurança, rastreio e controle.   Principais vantagens Voto verificado: o servidor confirma o voto registrado no site Reward mais seguro: evita abuso/duplicação e reduz exploit Cooldown configurável por jogador Logs e rastreio para auditoria e suporte   Instalação rápida, com arquivos organizados e prontos para copiar/aplicar   Disponível para download no https://TopL2.com   Se você é admin e quer profissionalizar seu sistema de votos e entregar reward com segurança, esse mod é pra você.  
    • Geia sas paidia eimai new edw mesa kai tha ithela na kanw mia erwtisi an kapoios mporei na me voithisei! Exw highfive (L2JMobius) kai thelw na valw custom weapons alla den exw sql file mporw na ta perasw xwris sql file kai na exw mono ta xml arxeia gia na ta valw stats/items?
    • ## [1.4.0] - 2026-01-28   ### ✨ New Features - **Vote System**: Lineage 2 servers can now use our vote–reward system. Players vote on the website and claim rewards in-game (1 vote = 1 claim) - **Vote Page**: On each server’s page (`/servers/<server>`), a **“Vote for Server”** button opens a dedicated vote page with cooldown info and optional Turnstile verification - **By Votes View**: The **“By Votes”** tab on the main page shows **actual vote counts** per server - **API Documentation**: New **API Docs** page at `/docs` (and footer link) with HMAC auth, endpoints, and examples for game server integration - **Vote API (My Servers)**: Server owners can open **“Vote API”** in My Servers to manage credentials, cooldown, allowed IPs, and open the docs   ### 🔄 Improvements - **Server Pages**: Single-server data is cached and loads faster; server pages can be opened by ID or by name (e.g. `/servers/my-server-name`) - **API Root**: Visiting the API root redirects to the docs URL configured in admin (default: site docs page) - **Admin Panel**: New **“Vote System”** tab for global settings (Turnstile, API security, default cooldown, docs URL)   ### 🔐 Security & Reliability - Turnstile (CAPTCHA) support for vote submissions to reduce abuse - HMAC-protected game server API for secure vote check/claim and stats
  • 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..