CodeCanyon

Store Locator

  • Bought between 10 and 49 items
  • Europe
  • Has been a member for 1-2 years

It looks a good start for my needs. Is it easy to change name and description when you click on a image in just HTML ?

And I saw already that I can change the image in the map. So that’s great. And it supports location and the possibility to add more than 100 locations…

mr-j
mr-j Author

Hi, yes you can.

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • United Kingdom

Very Good Product.. I have used this with my new site.. and it works a treat.. One problem that needs fixing..

Is the SQL problem..??? I have tried inserting a basic protection rule in .htaccess to avoid possible database intrusion.. But it has failed..

If you type: in any string ending with ’ it discloses:

mysql_num_rows(): supplied argument is not a valid MySQL result resource

How to do I hide this..

Apart from that… This is a Brilliant Script..

Welldone Mr J

mr-j
mr-j Author

Hi, i will fix next week.

Thank you so much to choose Mr. J and remember to give me some rate and follow me :)

mr-j
mr-j Author

Hi, i fix it.

Now i update, in the next days it can to be download.

Thanks,

J

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Hi, I bought this product today, but the file admin / index.php is not the same showed in the model. Do not have an error?

Regards, Murilo.

mr-j
mr-j Author

Hi the file is same, what is your problem?

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
You could look at what’s going on? http://auditoriapopular.com.br/admin/index.php

Regards.

mr-j
mr-j Author

Do you have set config file and mysql db?

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Hi, I configured the file database / config.inc and my table is created. The login and password in the file kept the same login / config.inc. What else left to do? Sorry, I saw that the files are the same, the problem is that I do not know php very well.

mr-j
mr-j Author

Hi, ok it’s all done.

Send me to mail your skype contact so i can resolve that problem in fast time.

  • Bought between 50 and 99 items
  • France
  • Has been a member for 1-2 years

hello great script please advise if we can have an importer (csv) for the locations thanks also can we make initial map zoom depend on visitor IP (using a geoIP script)

mr-j
mr-j Author

Importer work to database, importo and export from mysql database. For the geoIP you need to use external script, i don’t know i there is some solution in the net.

Thanks

J

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
dc2 Purchased

Hi J,

Got several isues, sry they are really beginner’s questions, but I’m not php programmer, just want to insert maps in my design

1) Configuring config.inc (mrj_maps/config/database/) Can I use my standard wordpress database, or I need to create another for maps? Don’t know what to insert in ”$db_config[‘table’]” string – should I - Create a new table for maps, and what particulary this table should be? - Just leave this unused?

2) I followed instructions (exept the problem with table in database config file), I created “map.php” for the map, and filled it EXACTLY using your instructions from DOC file. But when i open this file, it says: “Fatal error: Class ‘mrj_maps’ not found in /home/d/dcsnmr/public_html/map.php on line 12” map.php is in root, same as /admin/ & /mrj_maps/ folders. String 14 in map.php is ”$maps = new mrj_maps;”

3) Admin panel launches, and shows “new” and “logout” buttons, but shows this on the top: “Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/d/dcsnmr/public_html/mrj_maps/lib/php/mrj_maps_edit.class.php on line 166” I did not edit ”/mrj_maps/lib/php/mrj_maps_edit.class.php” file. Should it be edited somehow?

3.1) Admin panel launches, lets me create a point on the map, but doen’t save it anywhere. Or, probably I do not look properly?

Sorry for many questions, but probably it’s not too “beginner friendly” :(

mr-j
mr-j Author

Hey men, don’t worry.

For every database settings remember take a backup, then try to change, that is the first one, then wordpress say me you use mysql database so that is correct you need to set a name of table, (example: store_locator_maps), the script will create the table without touch others.

Second point i think you wrong the path of include.

Hey i think is better if you give via mail you skype contact so i resolv it in fast time.

Thanks,

J

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
dc2 Purchased

Thanx a lot for great response! Great job – 5 out of 5.

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 1-2 years

Hi , good script

mr-j
mr-j Author

Thank you. Give a stars and follow me :)

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

Hello! I have 2 questions: 1. ¿I can customize the Icon Marker for each location? How do you do? 2. I can not see that my images, and manually got to the Downloads folder and in the “store_locator” and column “logo”... as I can make manually with the route to be viewed?

mr-j
mr-j Author

Hi mate,

yes you can set every logo for every location, you need to upload a logo into image, that you need to set that:

$maps->showImg = true;

after $maps->show();

So you will have a image logo for every location.

Thanks,

J

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

But not seen. I would also like to know if I can customize the Marker Icon

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

Hello again, I wonder if from one of these columns: “id, user_id, post_id, category_id” I can assign different Marker Icon. Example: http://www.subeimagenes.com/img/map-186605.jpg

mr-j
mr-j Author

Hi, yes you can set every marker, you need to upload the marker on image filed., if you are a expert on php you can add new field into db e then into program.

Then for the customize marker maybe you wrong the path.

Thanks,

J

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

I need some help, I guess it’s still an array and based on:

if ($ _GET [‘category_id’] == 0) { $ maps-> set_icon (‘{ “image”: “img / icon.png” } ‘); }

but as would be the syntax? Help please.

mr-j
mr-j Author

For the icon you need to set that before $map->show();

$maps->set_icon(‘{ “image” : “img/icon.png” }’);

where img/icon.png is your path.

Good luck.

J

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

Please I need your help. I have problems with syntax:

in mrj_maps.class.php :

$iconMarker=array();
$iconMarker["1"]="icon.png";
$iconMarker["2"]="icon2.png";
$iconMarker["3"]="icon3.png";
$iconMarker["4"]="icon4.png";
$iconMarker["5"]="icon5.png";
var = $iconM['category_id'];

in index.php :

if($_GET['defaultMarker'] == 0)
      {
          $maps->set_icon('{
              "image"        : "img/$iconMarker[$iconM]" 
          }');
      }

Even I can not, help please.

mr-j
mr-j Author

Do you have confidance with php code?

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

an email to which you can check please.

mr-j
mr-j Author

Send me your mail with codecanyon.

mr-j
mr-j Author

Hi, mate i don’t had your mail, can i help you?

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
  • Belgium
  • Bought between 50 and 99 items
  • Has been a member for 2-3 years
davidts Purchased

Hello I’ve some problem with french characters éè, etc. How can I fix it?

mr-j
mr-j Author

Hi, you need to create a ”.htaccess” file and set UTF8 charset, into this file you need to write that:

AddDefaultCharset UTF -8

So much important, give me the stars and follow.

Thanks,

J

Default-user
davidts Purchased

I’ve fix the previous problem but I have another bug. When I use the ’ character, your script put a slash before. /’ and it is display on the public page. How can I fix that?

mr-j
mr-j Author

Hi, now i fix it and then i upload.

Do you have some skype account so i can put that now?

Thanks,

J

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
dufink Purchased

hey,

great work, but i have a problem with the installation. i have done every point step by step, but it not works. can you help me please? here is a link to it : http://www.zeig-dich-mal.de/t2/

the map dont show and in top of page an error text… :( the css is also not working for login and admin page. admin page works -> login is kiss password also

best regards

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
dufink Purchased

sorry, the link is http://www.zeig-dich-mal.de/t2/example/ login-page css works… it still a problem with the paths? map not load :(

mr-j
mr-j Author

Hi,

look you don’t have php installed.

Thanks,

J.

dufink
dufink Purchased

i have it! :) but now, the last one problem is the image for description… i don´t see this

mr-j
mr-j Author

Hi, i wrong to write a comment sorry.

Do you have a skype contact ?

  • Bought between 50 and 99 items
  • Germany
  • Has been a member for 2-3 years

Hi,

is it possible to put Links and Images in the description?

Thanks, Danny

mr-j

Yes, hte link is automatic, you need only to write the link and it set the code :)

Remember the stars and follow me :)

Thanks,

J.

by
by
by
by
by