A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

FMP Infinate refresh.

1.2k views · started by Bman ·
#1
FMP Infinate refresh.
It's been a long time since I've made an flp or fmp, does someone mind telling me what java script I remove to stop this?
#2
probably gaiacore, changing the base server to blank should fix it.
#3
I need the exact code bro :\
----
Bamp. Merge pl0x.
#4
return {"main_server":"www.gaiaonline.com"

Take out "www.gaiaonline.com." If that doesn't fix it just let me know.
#5
Thanks Syn that helped a little with mine, even though I barely know how to make them.
#6
Baditude wrote:
Thanks Syn that helped a little with mine, even though I barely know how to make them.


Welcome :3
#7
How do you make FMPs? I really need to know
#8
this might me a little over zealous but i always removed all of their javascripts. seemed to work fine and the page still looked exactly the same. although the last time i did that was almost a year ago.

@LOLWhyWouldYouDoThat:
after fixing the javascript issue, i'm fairly certain all you need to do is edit the form action.

gaia's:
<form action="/marketplace/userstore/20641387/buy/?id=601024047&amp;step=submit"

yours:
<form action="FMP_PHP_SCRIPT.php"