| View previous topic :: View next topic |
| Author |
Message |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Fri May 28, 2010 11:45 pm Post subject: OH Yeah I made it |
|
|
:3
database cracking.
http://gogodr.comxa.com/test/test.php
| Code: | <?php
echo "<table border=\"1\">";
for ( $counter = 1; $counter <= 16; $counter += 1) {
echo "<tr><td>";
if ($counter < 10) {
$handle = fopen("http://weissschwarz.wikia.com/wiki/LS/W05-T0" . $counter, "rb");
$contents = stream_get_contents($handle);
fclose($handle);
$split = preg_split('/(<td( colspan="[-:a-z0-9 ]+")?>|<\/td>)/i' , $contents, -1, PREG_SPLIT_DELIM_CAPTURE);
print($split[10]);
print($split[68]);
print($split[78]);
}
else{
$handle = fopen("http://weissschwarz.wikia.com/wiki/LS/W05-T" . $counter, "rb");
$contents = stream_get_contents($handle);
fclose($handle);
$split = preg_split('/(<td( colspan="[-:a-z0-9 ]+")?>|<\/td>)/i' , $contents, -1, PREG_SPLIT_DELIM_CAPTURE);
print($split[10]);
print($split[68]);
print($split[78]);
}
echo "</td></tr>";
}
echo "</table>";
?> |
*edit, fixd a stupid thing
Last edited by gogodr on Fri May 28, 2010 11:48 pm; edited 1 time in total |
|
| Back to top |
|
 |
Moments Grandmaster Cheater Supreme
Reputation: 17
Joined: 20 Mar 2008 Posts: 1196
|
Posted: Fri May 28, 2010 11:45 pm Post subject: |
|
|
| go gogo :3
|
|
| Back to top |
|
 |
Lyfa The Lonely Man
Reputation: 12
Joined: 02 Nov 2008 Posts: 743
|
Posted: Fri May 28, 2010 11:50 pm Post subject: |
|
|
Code tags look ugly on this theme.
_________________
|
|
| Back to top |
|
 |
Moments Grandmaster Cheater Supreme
Reputation: 17
Joined: 20 Mar 2008 Posts: 1196
|
Posted: Fri May 28, 2010 11:52 pm Post subject: |
|
|
| Gogodr, I think I just downloaded the hat (not really a hat... kind of though :3 don't want to spoil it.) I think you're making for tf2 O: you should make it private or something.
|
|
| Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Fri May 28, 2010 11:55 pm Post subject: |
|
|
right now I'm not working in anything TF2 related
---
btw database is fucked up I need to crack the links now too ;-;
and idk if php strings will accept japanese characters...
Last edited by gogodr on Fri May 28, 2010 11:55 pm; edited 1 time in total |
|
| Back to top |
|
 |
sponge cake recipe Grandmaster Cheater Supreme
Reputation: 22
Joined: 24 Sep 2007 Posts: 1635
|
Posted: Fri May 28, 2010 11:55 pm Post subject: |
|
|
| F3ar wrote: | | Code tags look ugly on this theme. |
Use mine instead.
|
|
| Back to top |
|
 |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
Posted: Sat May 29, 2010 12:21 am Post subject: |
|
|
| gogodr wrote: | right now I'm not working in anything TF2 related
---
btw database is fucked up I need to crack the links now too ;-;
and idk if php strings will accept japanese characters... | Depends on however it was built, but I'd assume yes. Be sure the file itself is saved in UTF-8 if you're printing things.
|
|
| Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Sat May 29, 2010 12:39 am Post subject: |
|
|
%E6%80%AF%E3%81%88%E3%82%8B%E3%81%A4%E3%81%8B%E3%81%95 == 怯えるつかさ
thats how I made it work
|
|
| Back to top |
|
 |
|