Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

MMO Paradox

Experienced Elementalist
Joined
Aug 24, 2008
Messages
235
Reaction score
20
Seeing how this thread continues I thought I would share this script that will add the columns to you Account database without loss of account data, one of my attempts to be able login to this thing which LOL I still can't but it is keeping me busy which is good. I do know this website query's call these

ALTER TABLE cabal_auth_table
ADD
[firstname] [VARCHAR](MAX) NULL,
[lastname] [VARCHAR](MAX) NULL,
[gender] [VARCHAR](MAX) NULL,
[address] [VARCHAR](MAX) NULL,
[country] [VARCHAR](MAX) NULL,
[city] [VARCHAR](MAX) NULL,
[zip_code] [VARCHAR](MAX) NULL,
[phone_number] [VARCHAR](MAX) NULL,
[secret_question] [VARCHAR](MAX) NULL,
[secret_answer] [VARCHAR](MAX) NULL,
Code:
 [VARCHAR](MAX) NULL,
    [ban_reason] [VARCHAR](MAX) NULL,
    [ban_duration] [datetime] NULL,
    [ban_advanced] [INT] NULl;[/QUOTE]



[QUOTE="cabalfire, post: 9088497, member: 2000318392"]re upload pliss[/QUOTE]

There are two people in this thread that have reuploaded these files
 
Joined
Oct 10, 2007
Messages
1,770
Reaction score
181
Re: MMOParadox Website

Seeing everyone wants this badly here it is.

Some Quick Notes:
  • This is gold version i styled/remade for mmoparadox on jareds request.
  • Website Database is for SQLSERVER14+
  • short_open_tag = On
  • Requires mssql_connect "PHP 5.2"
Updates:

  • Fixed urls.
  • Fixed missing images.
  • Fixed the config a bit.
  • Fixed all mistakes on mmoparadox.
  • Database BAK and also SQL files.
Site:
Code:
https://mega.nz/#!EcAlVQTQ!YdqSdGhPOc9huVXn0aiv6rKFmAviG6Ob3V8MMciw4fM
Database:
Code:
https://mega.nz/#!sRBAjbDK!RDrpWUWDMNBaMPfqQVQPq-8f34j7NyUppEdwod-Mdas

broken links can you restore them please?
 
Newbie Spellweaver
Joined
May 18, 2021
Messages
95
Reaction score
5
What is with this friend? do I need to change this NAME.exe?





may i know what is with this?


and this

Hello everyone, I need help to understand this one I wan't to create my launcher but I don't know this variable, Someone have video tutorial can I got a copy?
 
Newbie Spellweaver
Joined
May 18, 2021
Messages
95
Reaction score
5
Please help autoupdate client using xmlConfig

I tried that its work on xmlconfig.exe without error.

but when I launch the launcher it did not download the "Updates1.7z". any idea? thanks!

How to fixed this one after I change the cabalmain version and to get the hashes of cabalmain with included the encrypted update files compress by 7zip and after I get the resources.xml file and I put it on my webhost I got an error after starting my launcher and clicking the start button of my cabalmain shows this kind of error.


Please help us, we wan't to learn how to auto update launcher/client or there's anyone can create video tutorial how to set the files for auto update thanks in advance.
Lodelight - MMO Paradox - RaGEZONE Forums
 
Junior Spellweaver
Joined
Jul 23, 2018
Messages
176
Reaction score
36
I have all the files of these but if the owner told me to reup then i can..
 
Back
Top