
Originally Posted by
Evilsmoothie
Doesn't make sense. The only thing different between my rev setup and my custom setup is the php files. Links to game folders are all the same, database is the same, and client is the same. Edit: and my rev setup works.
In that case it's probably your flashvars. Here are mine:
Code:
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "{$connection_info_host}",
"connection.info.port" : "{$connection_info_port}",
"site.url" : "{$www}",
"url.prefix" : "{$www}",
"client.reload.url" : "{$www}/client",
"client.fatal.error.url" : "{$www}/flash_client_error",
"client.connection.failed.url" : "{$www}/flash_client_error",
"external.variables.txt" : "{$variables}",
"external.texts.txt" : "{$texts}",
"productdata.load.url" : "{$productdata}",
"furnidata.load.url" : "{$furnidata}",
"use.sso.ticket" : "1",
"processlog.enabled" : "1",
"account_id" : "19927505",
"client.starting" : "{$loadingtext}",
"flash.client.url" : "{$baseurl}",
"sso.ticket" : "{$sso}",
"user.hash" : "199275052dbf5f89adb0a643bf16b0ea1cd646db",
"flash.client.origin" : "popup",
"client.starting.revolving" : "Loading Moar Minkles into the machine/Checking if Alanis is in her prime/Checking if Falcao is at his peak/Stealing candy from the closest baby/Banning Bren from your webcam/Making sure we are on the right page/Using the bathroom real quick/Getting a can of Soda",
};