Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.50 KB | None | 0 0
  1. ROFL
  2. [11.12.2010 г. 18:37:17] Scythe: noviq MySQL class 6ti skysa ga6tite
  3. [11.12.2010 г. 18:37:35] Scythe: daje ba4i zasq
  4. [11.12.2010 г. 18:37:39] Scythe: ama ma o6te mn work
  5. [11.12.2010 г. 18:37:49] Scythe:  $d = new MySQL('localhost',<censored>);
  6.  echo $d,'<br/>';
  7.  echo $d->infrahat_st;
  8. [11.12.2010 г. 18:37:58] Scythe: output:
  9. information_schema,infrahat_st,infrahat_stforum
  10. gallery_categories,gallery_images,navigation,news,users
  11. [11.12.2010 г. 18:38:06] Scythe: updated realtime on each request
  12. [11.12.2010 г. 18:38:18] Scythe: full parent/child chains
  13. [11.12.2010 г. 18:38:25] Scythe: zemi si
  14. [11.12.2010 г. 18:39:25] Scythe: goal-a e da ba4i po sledniq na4in:
  15. [11.12.2010 г. 18:39:58] Scythe: $d->some_database->some_table[0]->some_field = "cake";
  16. [11.12.2010 г. 18:41:08] Scythe: $d->some_database->some_table->insert(...);
  17. [11.12.2010 г. 18:41:09] Scythe: etc
  18. [11.12.2010 г. 18:42:22] Scythe: nakraq wrapped classes za user management etc
  19. [11.12.2010 г. 18:43:20] Scythe: $user = new SiteUser("Nubman999");
  20. $user->password = "ilikecake";
  21. $user->messages->inbox->create("ohai","lol");
  22. [11.12.2010 г. 19:30:42] Scythe:  $d = new MySQL('localhost',<censored>);
  23.  echo '<ul>';
  24.  foreach(explode(',',$d) as $db) {
  25.   echo '<li>',$db,'<ul>',"\r\n";
  26.   foreach(explode(',',$d->$db) as $val) echo ' <li>',$val,'</li>',"\r\n";
  27.   echo '</ul></li>';
  28.  }
  29.  echo '</ul>';
  30. [11.12.2010 г. 19:30:55] Scythe: code da pokaje6 si4ki databases i tables za MySQL user
  31. [11.12.2010 г. 19:30:59] Scythe: :>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement