Skip to content

Paltalk Fast Admin Updated

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #188749
    Admin
    Administrator

    Man wha we need is to get a copy of paltalk 9.0 🙂 to see whas up

    #188748

    useful code 😆 a suggestion, instead of using file.txt to save admin code, use WriteProfileString and GetProfileString api

    each time the programm loaded, call get and write when click button join. that doing you dont need button save 8)

    #188747
    Admin
    Administrator

    ah never use that berofe would that make it faster and more reliable ❓

    #188746

    I don’t know but if you dont have 1 mb data to store maybe u can think to use that function, habitually I use that to store some value for my setting programm. like save my last form position when is closed…and next time it will load at the same pos 🙂

    Microsoft said this

    In Windows NT, the value is stored to a registry key.

    In Windows 3.x, the value is stored in the WIN.INI file.

    In Windows 95/98, the value is stored in a cached version of WIN.INI.

    it works like registry…key and value

    #188745
    Admin
    Administrator

    crap man it sounds complicated hehe 🙂 but if it work wha hte heck i do it 🙂

    #188744

    nope it’s not complicated man, document on that function u will see..

    example

    set a key
    WriteProfileString(“fastjoin”,”code”,”mycode”)

    and read value of that key

    GetProfileString(“fastjoin”,”code”,””,myvaluereturn,mylength)

    #188743
    Admin
    Administrator

    thas it, hehe damn I can defenetly do tha I think I know wha ya mean now 🙂

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.