News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Aion Syndication

Started by vbgamer45, August 22, 2009, 08:02:12 AM

Previous topic - Next topic

okae

#140
ok  i do it, but is the same  :(

WhiteHorse

I never created a smf mod, so don't really know how to make such a pack...

I discovered that aiondatabase (dot) com has nicer tools than aionsource that you are using right now.

It has the correct game colors when showing the tooltips
aiondatabase (dot) com/syndication/tooltips

and it has 3d Viewer as well
aiondatabase (dot) com/syndication/viewer3d

I would like to know if your code is open source on the sense that i can install it on my forum, and then edit to make use of the aiondatabase instead.

Thank you.

Arantor

You're free to do whatever you want with the code. I only have permission to use AionArmory's data and images in this mod.

(Just don't expect me to support custom modifications of it)
Holder of controversial views, all of which my own.


Ayyr

Hi great mod work perfectly.

However i would like to change when you click on the popup link to open in a new window.

At present the links generated for NPC's and Quests open the URL for Aion Armory in a new window. However the links produced with the popups for Items , Recipes and Spells open up in the same window ; is there a way to change them to open in new window as well.

Thx in advance Edd

Arantor

The link is supposed to open in a new window for all 5 but AionArmory's code breaks that on items, recipes and spells. I have no way to change it, sorry.
Holder of controversial views, all of which my own.


elianto

hi i have a problem with your mod..  :'(
im administrator on site of aion hxxp:www.darkecho.altervista.org [nonactive]
i have installed your plugin ..work all, the icons are in the forum but when i use tag [item][/item] or spell or others the there is a error
Fatal error: Call to undefined function: curl_setopt_array() in /membri/darkecho/Sources/Subs.php on line 3823

i have controlled but all files are ok ..
i use smf 1.1.11
sorry for my bad english..

Arantor

Ideally that means your host should upgrade because they're using a very old version of PHP (older than 5.1.3, which is 3 years old)

In the meantime you can fix it by replacing this code in Subs.php:
$options = array(
CURLOPT_URL => $url,
CURLOPT_RETURNTRANSFER => 1,
CURLOPT_CONNECTTIMEOUT => 3,
CURLOPT_USERAGENT => 'SMF Aion Syndication',
);
curl_setopt_array($c, $options);


With:
curl_setopt($c, CURLOPT_URL, $url);
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($c, CURLOPT_CONNECTTIMEOUT, 3);
curl_setopt($c, CURLOPT_USERAGENT, 'SMF Aion Syndication');


I'll probably roll this into a future version as a proper fix though.

(And before anyone calls me out for 'hardcoded string', it's a user agent being sent to servers, meaning that there's absolutely NO point in translating it, since it will be the same in every single language)
Holder of controversial views, all of which my own.


elianto

tk for the answer  :)

i have replace the code but dont work :(

Fatal error: Call to undefined function: curl_setopt_array() in /membri/darkecho/Sources/Subs.php on line 3823

the plugin work while in main page on bank legion with this code
'name' => '<a style="color: green;" href="http://www.aionarmory.com/item.aspx?id=100500344">Beast s Jewel</a>', for example with a .php work...when use tags itmes ecc ecc dont work..

anyway tk for help :)

Arantor

You didn't take the curl_setopt_array out to replace it with the other code.
Holder of controversial views, all of which my own.


elianto

Quote from: Arantor on December 04, 2009, 07:59:38 AM
You didn't take the curl_setopt_array out to replace it with the other code.

y my wrong,

now work perfectly!!! tk again ..nice plugin :)

forexus

Hey man, I installed this mod on smf 1.1.11. installation works, but then, when I want to make a post and use your codes for example [item]blabla[/item], it wont allow to post. When I click reply I get a white screen and the post isnt submitted. My question now is, are you able to fix this on my forum? Plz let me know.

Arantor

So, what version of the mod did you install? The current one or an older version?

Can you also provide a phpinfo file() ? (What is a phpinfo() file?)
Holder of controversial views, all of which my own.


forexus

#152
I have really no idea what version, I just clicked the download link on the smf website:
http://custom.simplemachines.org/mods/index.php?mod=2085



edit:
it says version 1.2


edit:
any idea were to find this phpinfo file, or would an e-mail to my hosting company asking the current php version be enough?

Arantor

Read the link I posted. Explains how to make said file.
Holder of controversial views, all of which my own.


forexus

Do I have to install the mod before I upload this file?

Arantor

No. The file is totally independent of the mod. It will tell me whether certain things are enabled, which are needed for this mod to work. Very likely they are not enabled which is why the mod fails as does AEVA (yes, I did see your less than flattering comments)
Holder of controversial views, all of which my own.


okae

this mod will be updated for 2.0 rc3?

Arantor

Quote from: okae on March 11, 2010, 07:25:48 AM
this mod will be updated for 2.0 rc3?

* Arantor points to the big 'unmaintained' notice on the mod's page.
Holder of controversial views, all of which my own.


okae

so sad for all ppl who are using this mod, maybe you know someone who can do that job.

Arantor

I've been trying to give this mod away for MONTHS. No-one even asked me about it.
Holder of controversial views, all of which my own.


Advertisement: