Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Download

Asked Modified Viewed 1,947 times
S
stoerti
S
  • Junior Member, joined since
  • Contributed 34 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
asked
Junior Member

Download it like downloads can be download at the Show? Is there a code snippet?
0 replies

9 posts

S
stoerti
S
  • Junior Member, joined since
  • Contributed 34 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
answered
Junior Member

I understand now, not grad oO

What do you mean exactly.
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

You need to construct your query with correct number of array elements.
0 replies
S
stoerti
S
  • Junior Member, joined since
  • Contributed 34 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
answered
Junior Member

oO? Neither a good tip?
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

madskillz :)
0 replies
S
stoerti
S
  • Junior Member, joined since
  • Contributed 34 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
answered
Junior Member

Got it now so tried. But it shows me no similar downloads. But some which downloads.

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]<?php
$array = explode(" ", $download_title);
$ähnlichedl_result = dbquery("SELECT * FROM ".DB_DOWNLOADS." WHERE download_title!='$download_title' && download_title LIKE '%".$array[0]."%' OR '%".$array[1]."%' OR '%".$array[2]."%' OR '%".$array[3]."%' OR '%".$array[4]."%' OR '%".$array[5]."%' LIMIT 10"wink;
if (dbrows($ähnlichedl_result) != '0'wink {
tablebreak();
opentable("Downloads"wink;
echo "<br><ul>";
while($ähnlichedl_data = dbarray($ähnlichedl_result)) {
echo "<li><a href='".BASEDIR."download.php?download_id=".$data['download_id']."' title='".$data['download_title']." ' class='side'>".$ähnlichedl_data['download_title']."</a></li>";
}
echo "</ul>";
closetable();
}
?>[/syntaxhighlighter]
0 replies
S
stoerti
S
  • Junior Member, joined since
  • Contributed 34 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
answered
Junior Member

No one knows how to implement it?
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Ahh yes ok - now I understand.

That's unfortunately nothing I can help you with. I've never used the addon-db and have never looked into the codes.
0 replies
S
stoerti
S
  • Junior Member, joined since
  • Contributed 34 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
answered
Junior Member

I want to have appropriate under the Downlods similar / same downloads.

Sorry for the bad English google translate.

www6.pic-upload.de/thumb/21.01.11/vesz2yuoi58.jpg
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Huh ? - Can you explain that in a better way maybe ?

I don't understand wjat it is you want..
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

S
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
S
S
  • Junior Member, joined since
  • Contributed 34 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet