Use whatever template you want—but don’t be mad if people call you out for trying to make money while using something that isn’t yours in your product.
Especially if the creator asked you nicely to take it down before making the issue public.
I removed the Lokagamers template (even though the client who bought it would’ve let me use it for the demo).
Right now, I’m using my own default template for the CMS.
And who the hell are you to tell me what template I can or can’t use, you no-avatar clown?
If I wanted to, I could rip any template from L2oops — no problem.
And clients use their own templates for the main page!
The client panel runs on my custom template — and if they want, they’re free to customize it however they like.
Donkey?
All I see is a Scammer a designer and a Dog with glasses.
I guess now I'll be the donkey, huh?
Create your own template and apply your CMS on it. No need to go all in defensive mode.
Discord :
utchiha_market
Telegram :
https://t.me/utchiha_market
Auto Buy Store :
https://utchihamkt.mysellauth.com/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
Question
cta8ic
kalispera pedes ...
exw to e3is problem!!!!
exw Windows 7 Ultimate [ 36 ria ] kai exw 1 kalo project [ L2j Teon - Anime ]
auto me ta kokkina einai to game server tou project ..gia [ 64 bita ]
opios me help na to kanw gia 32 einai pro gia mena ;)
@echo off
title L2JTeon: Game Server Console
:start
echo Starting L2JTeon Game Server.
echo Visit L2JTeon.servergame.com for updates.
echo.
REM ------------------------------------------------------------------------
REM #======================================================================#
REM # You need to set here your JDK/JRE params in case of x64 bits System. #
REM # Remove the "REM" after set PATH variable #
REM # If you're not a x64 system user just leave #
REM #======================================================================#
REM set PATH="type here your path to java jdk/jre (including bin folder)"
REM ------------------------------------------------------------------------
REM -------------------------------------
REM Default parameters for a basic server.
java -Dfile.encoding=UTF-8 -Xmx512m -cp bsf.jar;bsh-engine.jar;bsh-2.0b5.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.1.6-bin.jar;l2jteon.jar;jython.jar;jython-engine.jar;commons-logging-1.1.jar;java-engine.jar net.sf.l2j.gameserver.GameServer
REM
REM If you have a big server and lots of memory, you could experiment for example with
REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM -------------------------------------
if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Administrator Restarted ...
echo.
goto start
:error
echo.
echo GameServer Terminated Abnormaly, Please Verify Your Files.
echo.
:end
echo.
echo GameServer Terminated.
echo.
pause
3 answers to this question
Recommended Posts