cbox
-
Posts
6582 -
Joined
-
Last visited
-
Days Won
139
Content Type
Profiles
Forums
Downloads
Gaming News
Everything posted by iBotPeaches
-
So shared hosting. There is no active SQL injection for current IPB versions. SQL injections aren't very common these days compared to some other types of attacks. There is maybe 1-2 SQL injections a year. The only way those could be it is from horribly coded application add-ons. I don't know how much power skins have to execute code. Even if you put raw SQL commands in a skin file, I doubt it would execute it, since its just CDATA XML of colors/templates. Could be wrong though. If you wanna stay secure. Stay with stock stuff, little as 3rd party stuff as possible. Constantly checking server for files that have been written without your consent. Basically, if I upload new files today. Then tomorrow 0 files should be edited, (except for like /cache and /uploads). Point being, files after uploading shouldn't be touched. If they are...you have a problem.
-
I doubt they are gaining entry through IP. Board. Would need more information. How many admins? How is it hosted?
-
Mainmenu and lockout are "disc" maps. Meaning, they are NOT DLC, thus they were on the disc. To mod "disc" maps, you need to copy the ENTIRE disc to your modded console. If its modded, this is quite easy. Just rip the disc and drop it into a folder where your modded dashboard can access it. However, to run these modified XBEs on your x360, you need the hacked xbox compatibility files. These can be found in the "usual places" and will allow this to work. Then once you have the entire disc on your hdd, just find the maps in /maps and replace them.
-
Can you boot into recovery console? sfc /scannow
-
This would be the site: https://xboxdb.access.dyn-net.com/0000000001/v2.1/web/Default.ui However its currently offline. So give it a few days. Otherwise we will find another.
-
Is SuperDAE holding Microsoft hostage for its XB1?
iBotPeaches replied to iBotModz_Bot's topic in 360 News
lol "ftp deadman switch". -
8gbs
-
XBOX ONE
-
You just parse it as it comes in, like regular user input. EX in php $what_to_do = $_POST['action']; switch ($what_to_do) { case "login": $this->login; break; case "foo": $this->foo; break; } print json_encode(array(''));
-
You make an API like you make anything else. It interprets responses it gets and outputs data. The slight difference is there is no interface and the returned data is usually JSON/XML. EX: Hitting stats/members Would hit the database, then return the json file containing Members, xx etc. As you get more powerful, you begin to add basic things to output on each API request. EX, time of request, status of request, incoming API version, etc. Look at this API: https://stats.svc.halowaypoint.com/english/players/iBotPeaches%20v5/h4/servicerecord You hit that, and get data. Raw data. You then interpret on your application (ex http://leafapp.co) and make something beautiful.
-
What if the plank wasn't wooden?
-
How To Get Yelo: Game Trainer To Work
iBotPeaches replied to iBotPeaches's topic in Dashboards / Software
Xored_Mini_Launcher_v2.2.rar -
Or we can accept that we are a dead community and are fine with it
-
I think Zone came back for a bit and got eager then never stayed around.
-
Direct Download. (1.19gb). Don't kill my bandwidth.
- 37 replies
-
- h2 mods
- ibotpeaches
-
(and 3 more)
Tagged with:
-
I think everyone has been trolling everyone for the past 2 years
-
looks cool. Too bad I don't use saves that often.
-
Just thought I'd give everyone an update on what I believe is a big part of 2013 and 360 modding. Ben Vanik has begun work on an Xbox 360 Emulator. Currently, it does nothing but some XEX print outs, but the immense amount of time and research put into this project is amazing and shows that 2013 will be the year for 360 Modding. If you have a GitHub account, you can star this REPO and watch as development progresses. Its open source, as you probably guessed. Whats even more interesting is that Ben's previous jobs include working at Google and Microsoft. https://github.com/benvanik/xenia -> @benvanik
-
-
Xbox Apps, SID, PBL, Dashboards, Skins, & Emulators.
iBotPeaches replied to tmumods's topic in Dashboards / Software
x3 erase x3_erase.rar -
Whats your goals with this one? Lots of gaming? Or multi-tasking extreme programming?
-
Is that already around $800? Or do we have any wiggle room?
-
Version 1.0
1638 downloads
Mimesis Revived Halo 2 mod links are dead nearly everywhere. I once was a mirror for Project Mimesis. So naturally I have all the files. I give you 36 of the Mimesis Halo 2 files. All Serenity. These mods were made between 2006 - 2008. If you started modding after that. I'm sorry that you never got to meet these people Abysall [Pyroman] Aerial [xheadshotmastax] Biohazard I [scottyGee] Biohazard III [xheadshotmastax] Cableroom [Pyroman] Cassiopeia [Aequitas] Catacomb [TheSwampFox] Citadel [xheadshotmastax] Conduit [smacktalker] Dead in the Water [Pyroman] Dead in the Water || [Pyroman] Delphia [Jubakuba] Deserted Metropolis [DrXThrist] Duff World [DoorM4n] Echo Station [TunesRus90] Gate [xheadshotmastax] Hideout 2 [halo0001] Hypothermia [theycallmechad] Induction [The Swamp Fox] Infiltration [Pyroman] Moon Stronghold [scottyGee] Sentinel Base [xheadshotmastax] Sentinel HQ [Pyroman] Sublimation [x088x] Sunnision [xheadshotmastax] The Valley [koekeok] The Forgotten Room [The Flying Dutchmen] Undeadlong [MrMurder] 2 parts. 36 maps. This isn't a mappack. Just a serenity dump. Part 1 (200mb) - http://www.mediafire.com/file/4ie7a8ryd5bc1m5/Mimesis_Revived.part1.rar Part 2 (189mb) - http://www.mediafire.com/file/f81zaak2bh4aztc/Mimesis_Revived.part2.rar WinRar required. Love, Peaches-
- halo 2 mods
- halo 2
-
(and 4 more)
Tagged with:
-
What would you add to this? ::ScottssDashV1::
iBotPeaches replied to yoda302055's topic in General Discussion
Its just making a PHP based api on your server, that outputs (json / xml) for your app to read and understand, so all the security stuff is held server side (php) and not easily decompilable in your app.
×
- Create New...