demonicminz 0 Posted November 19, 2020 Share Posted November 19, 2020 (edited) How to make something like this? I've seen it a lot on similiar design on majority of some forums. is it a plugin? or something else?https://prnt.sc/vmbeuk Edited November 19, 2020 by demonicminz Link to comment Share on other sites More sharing options...
Oni 61 Posted November 19, 2020 Share Posted November 19, 2020 (edited) 28 minutes ago, demonicminz said: How to make something like this? I've seen it a lot on similiar design on majority of some forums. is it a plugin? or something else?https://prnt.sc/vmbeuk A cheat cannot check whether it is detected or not (except an AC-Software has a public database with signatures of each detected cheat), so these values getting updated manually. I don't think this is a plugin, it could be one but I think it's just custom HTML block which is edited manually. Add me on Discord if you want this as a plugin - 5$ Edited November 19, 2020 by Oni Please no more private messages, mentions or anything like that. I don't offer any support at the moment. Link to comment Share on other sites More sharing options...
demonicminz 0 Posted November 19, 2020 Author Share Posted November 19, 2020 (edited) Added you on discord already i mean, i want to do it manually and not connected to the cheat itself because im testing the cheat itself manually https://prnt.sc/vmd6sk More of this designs u see... https://prnt.sc/vmdnbbhttps://prnt.sc/vmdrck Know anything from this image? that might help? Edited November 19, 2020 by demonicminz Link to comment Share on other sites More sharing options...
demonicminz 0 Posted November 21, 2020 Author Share Posted November 21, 2020 BUumppp Link to comment Share on other sites More sharing options...
Gm Prodigy 24 Posted November 22, 2020 Share Posted November 22, 2020 (edited) When the cheat gets detected you can insert the data into a MySQL table, then get the forums to read the data or get the data from an API. you can then create a html block on the forums and add some code to check if the cheat is detected or not {$status = SELECT * FROM table_name} {{if $status == 1}} HTML to output if true {{elseif $status == 2}} HTML to output if expression is true {{else}} HTML to output if others were not true {{endif}} Edited November 22, 2020 by Gm Prodigy Link to comment Share on other sites More sharing options...
JamesHopkins69 2 Posted November 26, 2020 Share Posted November 26, 2020 It's a HTML block, you code it as custom, go to any website with a status page like that and just inspect element copy it and put it in your content box All 'detected', 'undetected', 'updating' is done manually Link to comment Share on other sites More sharing options...
Oni 61 Posted November 28, 2020 Share Posted November 28, 2020 @Gm Prodigy: Hey mate, not a bad idea but why using a database for just storing key/value pairs if you have no script which can interact with it? You would have to update these records manually by connecting to the database - every time you want to add, edit or delete. Same problem with the recommendation from @JamesHopkins69, where I would have to manually update the list by editing an HTML template, not very user-friendly and also very static. We could do it better by just having something like this : (This is just a POC version.) If we have to work with data in IPS (or any CMS in general), it's most likely dynamic data which means it is "constantly changing", so we don't want any static workarounds. You would definitely want to use an application or plugin to do such things. Please no more private messages, mentions or anything like that. I don't offer any support at the moment. Link to comment Share on other sites More sharing options...
Administrator Tony 5,207 Posted December 1, 2020 Administrator Share Posted December 1, 2020 @Oni @Gm Prodigy @JamesHopkins69 Don't help fuckboys with cheat websites. Shit doesn't belong here. Link to comment Share on other sites More sharing options...
Recommended Posts