[PROBLEM] Furno Camera SWF BUG

Dec 17, 2017
151
19
Hi guys!
First for all, sorry for my bad english but i'm italian

Today i Fix my Camera with RABCADASM (100% work) but when i buy the photo, it's bug
You must be registered for see images attach


I use UFO Server (Emulator base Plus)
.htaccess

PHP:
[COLOR=rgb(0, 0, 0)]RewriteEngine On

# SUBMITS - CMS by Forbi
RewriteRule ^submit(|/)$ /deprived/submits/submit.php
RewriteRule ^register-submit(|/)$ /deprived/submits/register_submit.php
RewriteRule ^pictures/(.*)_small.png pictures/$1.png
RewriteRule ^newfoto/core/(.+)(|/)$ /newfoto/index.php?id=$1
# END SUBMITS - CMS by Forbi


# FUNCIONES - CMS by Forbi
RewriteRule ^functions-all(|/)$ /deprived/funciones/functions.php
RewriteRule ^avatar-generator(|/)$ /deprived/funciones/llamalook.php
RewriteRule ^logout(|/)$ /deprived/funciones/logout.php
RewriteRule ^bye(|/)$ /deprived/funciones/logout.php
RewriteRule ^loadnames(|/)$ /deprived/funciones/llamanombre.php
RewriteRule ^loademails(|/)$ /deprived/funciones/llamaemail.php
RewriteRule ^buscador(|/)$ /deprived/funciones/buscador.php
# END FUNCIONES - CMS by Forbi


# HABBO-IMAGING - CMS by Forbi
RewriteRule ^habbo-imaging/avatarimage(|/)$ ./habbo-imaging/avatar.php
RewriteRule ^habbo-imaging/badge/(.*) habbo-imaging/badge.php?badge=$1
RewriteRule ^game/c_images/notifications/fig/(..*).png(|/)$ game/c_images/notifications/user.php?fig=$1
RewriteRule ^habbo-imaging/head(|/)$ ./habbo-imaging/user-badge/head.php
# END HABBO-IMAGING - CMS by Forbi


# FILES - CMS by Forbi
RewriteRule ^index(|/)$ files/index/index.php
RewriteRule ^register(|/)$ files/index/register.php

RewriteRule ^confirm/(..*)(|/)$ files/personal/confirm.php?link=$1

RewriteRule ^error(|/)$ files/others/error.php

RewriteRule ^conditions(|/)$ files/others/conditions.php


RewriteRule ^client(|/)$ files/personal/client.php
RewriteRule ^play(|/)$ files/personal/client.php
RewriteRule ^juego(|/)$ files/personal/client.php
RewriteRule ^hotel(|/)$ files/personal/client.php
RewriteRule ^game(|/)$ files/personal/client.php
RewriteRule ^room/(..*)(|/)$ files/personal/room.php?room=$1
RewriteRule ^hotel/(..*)(|/)$ files/personal/client.php?room=$1

RewriteRule ^pin(|/)$ files/personal/pin.php

RewriteRule ^home(|/)$ files/personal/home.php

RewriteRule ^settings(|/)$ files/personal/settings.php

RewriteRule ^profile/(..*)(|/)$ files/personal/profile.php?user=$1

RewriteRule ^news(|/)$ files/news/news.php
RewriteRule ^news/(..*)(|/)$ files/news/view.php?link=$1

RewriteRule ^create/new(|/)$ files/news/create.php

RewriteRule ^community/team(|/)$ files/community/team.php

RewriteRule ^community/userson(|/)$ files/community/userson.php

RewriteRule ^prestige/users(|/)$ files/prestige/prestige-user.php
RewriteRule ^prestige/rooms(|/)$ files/prestige/prestige-room.php

RewriteRule ^forum(|/)$ files/forum/forum.php

RewriteRule ^forum/new-subject(|/)$ files/forum/newsubject.php

RewriteRule ^forum/new-(..*)(|/)$ files/forum/editsubject.php?id=$1

RewriteRule ^forum/category/1/(..*)/(..*)(|/)$ files/forum/category.php?c=1&p=$1&link=$1
RewriteRule ^forum/category/2/(..*)/(..*)(|/)$ files/forum/category.php?c=2&p=$1&link=$1
RewriteRule ^forum/category/3/(..*)/(..*)(|/)$ files/forum/category.php?c=3&p=$1&link=$1
RewriteRule ^forum/category/4/(..*)/(..*)(|/)$ files/forum/category.php?c=4&p=$1&link=$1
RewriteRule ^forum/category/5/(..*)/(..*)(|/)$ files/forum/category.php?c=5&p=$1&link=$1
RewriteRule ^forum/category/6/(..*)/(..*)(|/)$ files/forum/category.php?c=6&p=$1&link=$1
RewriteRule ^forum/category/7/(..*)/(..*)(|/)$ files/forum/category.php?c=7&p=$1&link=$1
RewriteRule ^forum/category/8/(..*)/(..*)(|/)$ files/forum/category.php?c=8&p=$1&link=$1

RewriteRule ^forum/my-subject(|/)$ files/forum/my-subject.php

RewriteRule ^forum/(..*)(|/)$ files/forum/view.php?link=$1

RewriteRule ^shop(|/)$ files/shop/index.php
RewriteRule ^shop/badges(|/)$ files/shop/badge.php




# END FILES - CMS by Forbi


# FILES ADMIN - CMS by Forbi

RewriteRule ^YezzPanel/reports(|/)$ YezzPanel/reporte.php
RewriteRule ^YezzPanel/reports-view(|/)$ YezzPanel/reporte-view.php
RewriteRule ^YezzPanel/central-room(|/)$ YezzPanel/config-basic.php
RewriteRule ^YezzPanel/config(|/)$ YezzPanel/config-basic.php
RewriteRule ^YezzPanel/config-hotel(|/)$ YezzPanel/config-global.php
RewriteRule ^YezzPanel/management-bans(|/)$ YezzPanel/bans.php
RewriteRule ^YezzPanel/management-clones(|/)$ YezzPanel/clones.php
RewriteRule ^YezzPanel/management-badges(|/)$ YezzPanel/badges.php
RewriteRule ^YezzPanel/management-ranks(|/)$ YezzPanel/ranks.php
RewriteRule ^YezzPanel/management-users(|/)$ YezzPanel/users.php
RewriteRule ^YezzPanel/upload-bad(|/)$ YezzPanel/subir-placa.php
RewriteRule ^YezzPanel/upload-background(|/)$ YezzPanel/subir-fondo.php
RewriteRule ^YezzPanel/shop-badge(|/)$ YezzPanel/placas.php
RewriteRule ^YezzPanel/shop-logs(|/)$ YezzPanel/shoplogs.php
RewriteRule ^YezzPanel/diamonds-logs(|/)$ YezzPanel/translogs.php
RewriteRule ^YezzPanel/news(|/)$ YezzPanel/noticias.php
RewriteRule ^YezzPanel/events(|/)$ YezzPanel/eventos.php
RewriteRule ^YezzPanel/shop-news(|/)$ YezzPanel/shop-news.php
RewriteRule ^YezzPanel/logs-cms(|/)$ YezzPanel/logscms.php
RewriteRule ^YezzPanel/logs-emu-staff(|/)$ YezzPanel/logsemustaff.php
RewriteRule ^YezzPanel/logs-emu-users(|/)$ YezzPanel/logsemuuser.php
RewriteRule ^YezzPanel/logs-adm(|/)$ YezzPanel/logsadm.php
RewriteRule ^YezzPanel/store(|/)$ YezzPanel/store.php
RewriteRule ^YezzPanel/management-salas(|/)$ YezzPanel/publicas.php
# END FILES ADMIN - CMS by Forbi

<Files *.css>
SetOutputFilter DEFLATE
</Files>
<Files *.js>
SetOutputFilter DEFLATE
</Files>

ErrorDocument 400 /404.php
ErrorDocument 401 /404.php
ErrorDocument 403 /404.php
ErrorDocument 404 /404.php
ErrorDocument 500 /404.php

# BEGIN Compress text files - CMS by Forbi
<ifModule mod_deflate.c>
  AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
  AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
  AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
  AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript application/json
  AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
  AddOutputFilterByType DEFLATE font/truetype font/opentype

  AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/javascript
</ifModule>
# END Compress text files - CMS by Forbi

Thanks and Nice Sunday!

 
UP
Please, help me :down:
 

Users who are viewing this thread

Top