vBadvanced – server…
 
Notifications
Clear all

vBadvanced – server closed connection without sending any data back – (When saving modules)

1 Posts
1 Users
0 Reactions
169 Views
(@cipher5)
Posts: 152
Member Admin
Topic starter
 

vBadvanced – server closed connection without sending any data back – (When saving modules)

Look in your admincp/vba_cmps_admin.php file for this line of code code:
[code][FONT=Courier New][COLOR=#0000BB]file_get_contents[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]’http://license.vbadvanced.com/?p=4′[/COLOR][/FONT][/code]

You will find this code in two places, do the same in both places, And replace whole line with this:
[code][FONT=Courier New][COLOR=#0000bb]$version_url [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#DD0000]’http://license.vbadvanced.com/?p=4′[/COLOR][/FONT][FONT=Courier New][COLOR=#007700];
[/COLOR][COLOR=#0000BB]$cversion [/COLOR][COLOR=#007700]= @[/COLOR][COLOR=#0000BB]file_get_contents[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$version_url[/COLOR][COLOR=#007700], [/COLOR][COLOR=#DD0000]’r'[/COLOR][COLOR=#007700]); [/COLOR][/FONT][/code]

 
Posted : 17/02/2020 12:47 pm
Share: