Ikariam Alliance Secretary

By holyschmidt Last update Jun 3, 2011 — Installed 7,490 times.

Some tools?

in
Subscribe to Some tools? 8 posts, 7 voices



douros User
FirefoxWindows

What tools?

 
Gousgounis Scriptwright
FirefoxWindows

This script uploads the "Attacks to allies" data to a server, so that everybody can have access.
The script executes half of the job. The user must set up his web site to read the data uploaded from the script.

It would be nice if holyschmidt share his php script and html code to use them on our servers.

 
holyschmidt Script's Author
FirefoxWindows

I wouldn't want to take all the work away from you guys. :)

 
andrejs User
FirefoxWindows

yea this would be inteesting thing for ally members ;)

 
Gousgounis Scriptwright
FirefoxWindows

Don't Be mean Cathryne
If someone posts a script here (espesically when he can host it on his own server), it is naive to say that the script is for personal use only!

Anyway.
The simplest way to use this script is to host some php code to parse the data directly to a file without complicating things with XML or SQL.

A very insecure approach is:

<?php $_POST["postData"];
$file = fopen("attacks.htm",'w');
if(fwrite($file,$_POST["postData"])){
    echo "IK-UPLOAD-COMPLETE";
  }
fclose($file);
?>

The alliance mermbers can open a second tab with attacks.htm to view the attacks.

You can also modify the script to use HTML format the data that is posts.

 
Kaao Scriptwright
FirefoxWindows

Poderia disponibilizar para todos os mundos?
Could provide for all the worlds?

 
red canary User
FirefoxWindows

Hi, i am an studien of this wonderfull world of scripts and greasymonkey and rest.
But i need some help, could you make a guide to install this?
Or tell me where i can find some text that help me to set up my web?
I search all the net for a solution but i can“t find it.
And thank for all your work guys.

 
Sich User
FirefoxWindows

Thanks ! Exactly what I was searching for !
I hope you will add more data to fetch (like spying or combat report).

But for the moment it's very interesting :)
I go to work on my php backend ! :D

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel