No account yet?
 

Subscriptions

ImageWhen you sign up as a premium subscriber, you get more than access to a host of fantastic features. You become a member of a flourishing community that continuously improves the very projects that run your website. Why not sign up today?

Subscriber Benefits

  • Subscriber only addons and plugins!
  • Latest beta code and SVN builds!
  • Access new versions before anyone else!
  • Premium Priority Support!
  • User Manuals for our components!
Read On!
Pragmatic Utopia
Welcome, Guest
Please Login or Register.    Lost Password?
PU ARCADE Searchbot (1 viewing) (1) Guest
Go to bottom Favoured: 6
TOPIC: PU ARCADE Searchbot
#7488
greko (User)
Newb Sauce
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
LaTana.org
Re:PU ARCADE Searchbot 6 Months, 2 Weeks ago Karma: 0  
Hello everyone,
I have the same problem for the search function for games.
Never found no game.
In the file games.searchbot.php I commented on the row 53 to row 55 and now it works.

Code:


/*
                . "n  OR a.id IN ("
.implode(",",$tagids)
.")"
*/



For images modified the row 41

Code:

CONCAT('<img border="0" width="50" src="".$mainframe->getCfg('live_site')."/compoments/images/',a.imagename,'"> ')


in

Code:

CONCAT('<img border="0" width="50" src="".$mainframe->getCfg('live_site')."/components/images/',a.imagename,'"> ')
 
Logged Logged  
 
Last Edit: 2008/06/26 07:23 By greko.
  The administrator has disabled public write access.


#7518
ruud (User)
Gamer
Posts: 118
graphgraph
User Offline Click here to see the profile of this user
Re:PU ARCADE Searchbot 6 Months, 1 Week ago Karma: 3  
Hi greko,

Thanks for this. Its working great now
 
Logged Logged  
  The administrator has disabled public write access.
#7575
Vanama (User)
Geek
Posts: 274
graphgraph
User Offline Click here to see the profile of this user
Zábava-online.cz
Re:PU ARCADE Searchbot 6 Months, 1 Week ago Karma: 18  
Thanks!
 
Logged Logged  
 
  The administrator has disabled public write access.
#7623
mel_belsis (User)
Newb Sauce
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Re:PU ARCADE Searchbot 6 Months, 1 Week ago Karma: 0  
thx, it works like a dream.....
 
Logged Logged  
  The administrator has disabled public write access.
#7625
icametoplay (User)
Player
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
Re:PU ARCADE Searchbot 6 Months, 1 Week ago Karma: 1  
Hello All -

I have the latest version- tried this code fix - and still it does not work.

I can search tags - but since I am no longer using that feature- that doesn't really help.

The search will not return any results on Game Title.

Any ideas?

Thanks
 
Logged Logged  
  The administrator has disabled public write access.
#7626
icametoplay (User)
Player
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
Re:PU ARCADE Searchbot 6 Months, 1 Week ago Karma: 1  
Never mind - it works.

I typed too fast and commented out the wrong thing! Thanks !!!!
 
Logged Logged  
  The administrator has disabled public write access.
#7921
steveometer (User)
Steve Alan Thought Of That
Modder
Posts: 483
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: St Louis, MO Birthdate: 1977-08-08
Re:PU ARCADE Searchbot 5 Months, 3 Weeks ago Karma: 29  
ive fixed it, now tag, title and descriptions show for the search!!!

next im going to have section show as (arcade title) - (folder name)

SoM

ps im back again, what did i miss??
 
Logged Logged  
 
  The administrator has disabled public write access.
#7925
pragma (Admin)
Moderator
Posts: 2544
graph
User Online Now Click here to see the profile of this user
Gender: Male Pragmatic Utopia PUArcade
Re:PU ARCADE Searchbot 5 Months, 3 Weeks ago Karma: 89  
Welcome back SoM - not too much!
 
Logged Logged  
 
Please DO NOT send support requests via PM or email.
No, I do not want to log into your website to fix your problem for you.

Instead, please post a question in the forums so everyone can benefit.
  The administrator has disabled public write access.
#7932
miro912 (Moderator)
Moderator
Posts: 790
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Arcade4Fun Location: Germany Birthdate: 1965-12-09
Re:PU ARCADE Searchbot 5 Months, 3 Weeks ago Karma: 33  
Welcome back Steve!
But your new searchbot from yesterday dont works for me.
 
Logged Logged  
 
  The administrator has disabled public write access.
#7978
husooz (User)
User
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Re:PU ARCADE Searchbot 5 Months, 2 Weeks ago Karma: 0  
The searchbot at first page does not work. is there any new version?
 
Logged Logged  
  The administrator has disabled public write access.
#7985
steveometer (User)
Steve Alan Thought Of That
Modder
Posts: 483
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: St Louis, MO Birthdate: 1977-08-08
Re:PU ARCADE Searchbot 5 Months, 2 Weeks ago Karma: 29  
re-uploaded

SoM
 
Logged Logged  
 
  The administrator has disabled public write access.
#8008
miro912 (Moderator)
Moderator
Posts: 790
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Arcade4Fun Location: Germany Birthdate: 1965-12-09
Re:PU ARCADE Searchbot 5 Months, 2 Weeks ago Karma: 33  
Dont work steve, thats the old file with filedate games.searchbot.php 16 July.
 
Logged Logged  
 
  The administrator has disabled public write access.
#8076
husooz (User)
User
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Re:PU ARCADE Searchbot 5 Months, 1 Week ago Karma: 0  
this plugin is so important but the version i download in first page does not work. i use joomla 1.0.15 and pu 2.2..

any idee?
 
Logged Logged  
  The administrator has disabled public write access.
#8115
nilaymedh (User)
Newb Sauce
Posts: 17
graphgraph
User Offline Click here to see the profile of this user
Re:PU ARCADE Searchbot 5 Months, 1 Week ago Karma: 0  
In the version uploaded 24 july 2008, bot works after commenting lines 52 and 53, so that after comment the code looks like
Code:

// . " OR "
// . " ((a.id IN (".implode(",",$tagids).") ) AND (a.published = '1'))"

Seems to be some problem in searching within tags. Btw, is it possible that the game image appears besides the game title ?
 
Logged Logged  
 
Last Edit: 2008/08/02 10:59 By nilaymedh.
  The administrator has disabled public write access.
#8116
frez (User)
User
Posts: 21
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: France
Re:PU ARCADE Searchbot 5 Months, 1 Week ago Karma: 0  
you're the best thank's
 
Logged Logged  
  The administrator has disabled public write access.
Go to top

My Amazon.com Wish List