Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - timerex

Pages: [1] 2
1
Hallo

bekomme immer diese fehlermeldung obwohl gar nichts geändert wurde:

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM (4images_images i, 4images_categories c) LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 1, 6, 17, 24, 10, 5, 16, 13, 15, 8, 22, 3, 38, 12, 2, 39, 11, 9, 4, 7, 18, 14, 23, 21, 20) ORDER BY i.image_rating DESC, i.image_votes DESC
Incorrect key file for table '/tmp/#sql_426_0.MYI'; try to repair it

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM (4images_images i, 4images_categories c) LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 1, 6, 17, 24, 10, 5, 16, 13, 15, 8, 22, 3, 38, 12, 2, 39, 11, 9, 4, 7, 18, 14, 23, 21, 20) ORDER BY i.image_votes DESC, i.image_rating DESC
Incorrect key file for table '/tmp/#sql_426_0.MYI'; try to repair it

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM (4images_images i, 4images_categories c) LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 1, 6, 17, 24, 10, 5, 16, 13, 15, 8, 22, 3, 38, 12, 2, 39, 11, 9, 4, 7, 18, 14, 23, 21, 20) ORDER BY i.image_hits DESC, i.image_name ASC
Incorrect key file for table '/tmp/#sql_426_0.MYI'; try to repair it

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM (4images_images i, 4images_categories c) LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id NOT IN (0) ORDER BY i.image_date DESC LIMIT 3
Incorrect key file for table '/tmp/#sql_426_0.MYI'; try to repair it

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/users/timerex/4images1/includes/db_mysql.php on line 116

3
könntest du mir nicht helfen das die pkt pro user in der datenbank gespeichert werden und ne highscore?
dürfte für dich ja nich so schwer sein :)

4
also bin jetzt schon weiter aber leider is ja niemand interessiert an nem kleinen spiel für eure member:)

5
also bisher habe ich diese hier

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Doubleflash</title>
</head>
<body>
<?PHP

mt_srand((double)microtime()*1000000);
$randval = mt_rand(0, 1000);

$muenze = array('Zahl', 'Kopf');

if (!isset($_POST['punkte']))
 $punkte=100;
 
$punkte_a = $punkte;
 
$fall=$randval % count($muenze);

if ($punkte<(INT)$_POST['einsatz']) { ?>
Sie können nicht mehr setzen, als Sie nicht haben.

<?PHP } elseif (!(INT)$_POST['einsatz']>0 && isset($_POST['punkte'])) { ?>
Feigling setze gefelligst was!!!

<?PHP } elseif (!empty($_POST['do_it'])) {

$punkte = ($fall==$_POST['muneze'])?$punkte_a+(INT)$_POST['einsatz']:$punkte_a-(INT)$_POST['einsatz'];

?>
Sie haben gewettet:   <?=$_POST['einsatz']?><br />
Sie hatten vorher:    <?=$punkte_a?><br />
Sie hatten jetzt:     <?=$punkte?><br />
<br />
Es ist gefallen:      <?=$muenze[$fall]?><br />
Sie dachten es kommt: <?=$muenze[$_POST['muneze']]?><br />
<?PHP } ?>
<b>Ihre Punkte: <?=$punkte?></b>
<br><br />
<form method="post">
<input type="hidden" name="punkte" value="<?=$punkte?>"  />
<select name="muneze" size="1">
<?PHP foreach($muenze AS $key=>$val) { ?>
 <option value="<?=$key?>"><?=$val?></option>


<?PHP } ?>
</select>
<input type="text" name="einsatz" value="<?=((INT)$_POST['einsatz']>0)?(INT)$_POST['einsatz']:1;?>" />
<input type="submit" name="do_it" value="werfen" />
</form>
</body>
</html>


aber leider weiß ich nicht wie bzw was ich machen kann damit es alles geht
hoffe jemand kann mir helfen

6
Mods & Plugins (Requests & Discussions) / Münzwurf- kopf oder zahl
« on: July 05, 2006, 08:32:32 PM »
Hallo,

suche ein einfaches kopf oder zahl spiel welches man vielleicht bei 4images einbauen kann.
mit einer highscore.
vielleicht das die ersten 5 einer woche noch 5 downloads an bildern mehr machen können (download limit habe ich)

beispiel gibt es auf www.goolive.de

danke om vorraus

mfg timerex

7
hallo,

wann wird es den mod für die online zeit geben?

mfg timerex

8
Mods & Plugins (Releases & Support) / Re: Small Credit "System" "MOD"
« on: June 28, 2006, 02:50:35 PM »
i search for this:

if you upload images or write posts you get points to download other images?!

hmm ich und einige andere würden uns bestimmt sehr darüber freuen wenn das jemand hinbekommt. Eigentlich dürfte es ja nicht so schwer sein oder?

bitte:)


9
nobody an idea?
 :(

10
niemand eine lösung?

11
Hallo,

ich hatte überlegt eine email an die leute zusenden die schon länger nicht mehr online waren.
Es sollte in der email aber der Username und das Passwort stehen...
Leider funktionieren die befehle {user_name} und {user_password} nicht wenn man eine mail schreibt aus dem control panel.
Wie kann ich das schaffen?

danke im vorraus!

mfg

12
Mods & Plugins (Releases & Support) / Re: Small Credit "System" "MOD"
« on: April 18, 2006, 10:09:15 PM »
i search for this:

if you upload images or write posts you get points to download other images?!

13
Mods & Plugins (Releases & Support) / Re: Small Credit "System" "MOD"
« on: April 15, 2006, 01:42:04 AM »
wäre vielleicht jemand bereit da mal was zu machen :)?

14
Mods & Plugins (Releases & Support) / Re: Small Credit "System" "MOD"
« on: April 14, 2006, 08:33:19 PM »
Hallo,
wie kann ich einstellen das man für genung punkte downloads machen kann nicht uploads?

15
Discussion & Troubleshooting / url Upload
« on: March 05, 2006, 07:00:40 PM »
Hab da mal ne frage
wenn ich im admin bereich nen bild hinzufüge und da die url eingebe zb.: http://www.playforyourclub.com/flash/generic_combo_facup_v4.2.9.swf
dann wird es auf meiner seite nur in ich glaube 90*90 angezeigt

kann ich das vergrößern?

Pages: [1] 2